HomeSort by: relevance | last modified time | path
    Searched defs:smoother (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/timed/timed/
correct.c 120 static int smoother = 0; local in function:adjclock
141 if (smoother <= 4)
142 smoother++;
143 ndelta = (unsigned long)delta >> smoother;
146 ~((1 << ((sizeof(long) * NBBY) - smoother))
156 } else if (smoother > 0) {
157 smoother--;
164 smoother = 0;
correct.c 120 static int smoother = 0; local in function:adjclock
141 if (smoother <= 4)
142 smoother++;
143 ndelta = (unsigned long)delta >> smoother;
146 ~((1 << ((sizeof(long) * NBBY) - smoother))
156 } else if (smoother > 0) {
157 smoother--;
164 smoother = 0;

Completed in 137 milliseconds