HomeSort by: relevance | last modified time | path
    Searched defs:acceptable_slop (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_msfees.c 323 static l_fp acceptable_slop; /* = { 0, 1 << (FRACTION_PREC -2) }; */ variable
406 acceptable_slop.l_ui = 0;
407 acceptable_slop.l_uf = 1 << (FRACTION_PREC -2);
939 L_SUB(&diff, &acceptable_slop);
951 L_SUB(&diff, &acceptable_slop);
refclock_msfees.c 323 static l_fp acceptable_slop; /* = { 0, 1 << (FRACTION_PREC -2) }; */ variable
406 acceptable_slop.l_ui = 0;
407 acceptable_slop.l_uf = 1 << (FRACTION_PREC -2);
939 L_SUB(&diff, &acceptable_slop);
951 L_SUB(&diff, &acceptable_slop);

Completed in 32 milliseconds