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

/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_msfees.c321 static l_fp acceptable_slop; /* = { 0, 1 << (FRACTION_PREC -2) }; */ variable
404 acceptable_slop.l_ui = 0;
405 acceptable_slop.l_uf = 1 << (FRACTION_PREC -2);
937 L_SUB(&diff, &acceptable_slop);
949 L_SUB(&diff, &acceptable_slop);

Completed in 58 milliseconds