Home
last modified time | relevance | path

Searched refs:FINEUSEC (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/util/
H A Dkern.c159 if (time_phase < -FINEUSEC) { in hardclock()
164 else if (time_phase > FINEUSEC) { in hardclock()
/freebsd/contrib/ntp/kernel/sys/
H A Dtimex.h124 #define FINEUSEC (1L << SHIFT_SCALE) /* 1 us in phase units */ macro