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

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_msfees.c151 #define SAFETY_SHIFT 10 /* Split the shift to avoid overflow */ macro
153 (((((bits)*2 +1) << (FRACTION_PREC-SAFETY_SHIFT)) / (2*baud)) << SAFETY_SHIFT)

Completed in 100 milliseconds