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

/freebsd-11-stable/sbin/iscontrol/
H A Dpdu.c74 // the FUDGE factor.
107 #define FUDGE (512 * 8) macro
131 np = realloc(pp->ds_addr, pp->ds_size + len + FUDGE);
138 pp->ds_size += len + FUDGE;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfmul.S51 #define FUDGE 5 define
218 BTMPH = sub(#FUDGE,BTMPH) // amount to right shift
H A Ddffma.S71 #define FUDGE 7 define
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_beacon.c918 #define FUDGE 2 macro
995 tsftu = TSF_TO_TU(tsf>>32, tsf) + FUDGE;
1141 tsftu = TSF_TO_TU(tsf>>32, tsf) + FUDGE;
1186 #undef FUDGE macro

Completed in 49 milliseconds