Home
last modified time | relevance | path

Searched refs:FUDGE (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp_on_uberblocks.ksh42 FUDGE=$((EXPECTED * 20 / 100))
43 MIN_UB_WRITES=$((EXPECTED - FUDGE))
44 MAX_UB_WRITES=$((EXPECTED + FUDGE))
/freebsd/libexec/rtld-elf/powerpc/
H A Drtld_start.S108 #define FUDGE 4 /* Fudge factor for alignment */ macro
113 #define FUDGE 4 macro
116 #define STACK_SIZE (NREGS * GPRWIDTH + 4 * 2 + 12 + FUDGE)
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfmul.S51 #define FUDGE 5 macro
218 BTMPH = sub(#FUDGE,BTMPH) // amount to right shift
H A Ddffma.S71 #define FUDGE 7 macro
/freebsd/sys/dev/ath/
H A Dif_ath_beacon.c929 #define FUDGE 2 in ath_beacon_config() macro
1048 tsftu = TSF_TO_TU(tsf>>32, tsf) + FUDGE; in ath_beacon_config()
1194 tsftu = TSF_TO_TU(tsf>>32, tsf) + FUDGE; in ath_beacon_config()
1248 #undef FUDGE in ath_beacon_config()
/freebsd/contrib/ntp/
H A DCommitLog[all...]