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

/netbsd-current/external/bsd/ntp/dist/util/
H A Dprecision.c73 int minsteps = MINLOOPS; /* need at least this many steps */ local
77 for (i = - --minsteps; i< MAXLOOPS; i++) {
81 if (diff > MINSTEP) if (minsteps-- <= 0) break;

Completed in 84 milliseconds