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

/freebsd-10.1-release/usr.sbin/timed/timed/
H A Dcorrect.c117 static int smoother = 0; local
138 if (smoother <= 4)
139 smoother++;
140 ndelta = delta >> smoother;
147 } else if (smoother > 0) {
148 smoother--;
155 smoother = 0;
/freebsd-10.1-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex577 platforms smoother and more maintainable than in the 32-bit PowerPC

Completed in 106 milliseconds