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

/freebsd-current/contrib/ntp/util/
H A Dprecision.c54 #define HUSECS (1024 * 1024) macro
60 #define MAXLOOPS HUSECS /* Assume precision < .1s ! */
98 for (i=0, val=HUSECS; val>0; i--, val >>= 1) if (diff >= val) return i;
141 for (i = 0; i < MINLOOPS && usec < HUSECS;) {
162 if (usec >= HUSECS) {
167 diff = HUSECS;

Completed in 107 milliseconds