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

/freebsd-10.2-release/contrib/ntp/util/
H A Dkern.c159 if (time_phase < -FINEUSEC) {
164 else if (time_phase > FINEUSEC) {
/freebsd-10.2-release/contrib/ntp/kernel/sys/
H A Dtimex.h119 * FINEUSEC is 1 us in SHIFT_UPDATE units of the time_phase variable.
124 #define FINEUSEC (1L << SHIFT_SCALE) /* 1 us in phase units */ macro

Completed in 48 milliseconds