Searched defs:old_freq (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dnet80211.c961 int old_freq = dev->channels[dev->channel].center_freq; local
987 if ( old_freq == chan->center_freq )
996 if ( dev->channels[dev->channel].center_freq != old_freq )
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c1649 UINT old_flags, old_freq; local
1672 old_freq = stream->frequency;
1679 if (stream->frequency != old_freq || stream->flags != old_flags)

Completed in 66 milliseconds