Searched refs:FUDGE (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlspdata.c86 #define FUDGE (global_maxdel-weight[i])
101 #define FUDGE 1.f macro
113 float val=(p[i]-e[i])*FUDGE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_beacon.c19 #define FUDGE 2 macro
63 tsftu = TSF_TO_TU(tsf>>32, tsf) + FUDGE;
H A Dbeacon.c19 #define FUDGE 2 macro
560 tsftu = TSF_TO_TU(tsf>>32, tsf) + FUDGE;
651 tsftu = TSF_TO_TU((u32)(tsf>>32), (u32)tsf) + FUDGE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dbase.c2372 #define FUDGE 3 macro
2373 /* we use FUDGE to make sure the next TBTT is ahead of the current TU */
2379 nexttbtt = roundup(hw_tu + FUDGE, intval);
2406 nexttbtt = bc_tu + roundup(hw_tu + FUDGE - bc_tu, intval);
2408 #undef FUDGE macro

Completed in 38 milliseconds