Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/util/
H A Dprecision.c57 #define MINSTEP 5 /* some systems increment uS on each call */ macro
81 if (diff > MINSTEP) if (minsteps-- <= 0) break; in default_get_resolution()
156 if (diff > MINSTEP) { in default_get_precision()
167 val = MINSTEP; /* val <= MINSTEP; fast machine */ in default_get_precision()
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Drefclock_msfees.c340 #define MINSTEP 5 /* some systems increment uS on each call */ macro