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

/freebsd-11-stable/contrib/ntp/util/
H A Dprecision.c71 int minsteps = MINLOOPS; /* need at least this many steps */ local
75 for (i = - --minsteps; i< MAXLOOPS; i++) {
79 if (diff > MINSTEP) if (minsteps-- <= 0) break;

Completed in 81 milliseconds