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

/freebsd-12-stable/usr.sbin/timed/timed/
H A Dcorrect.c119 static int smoother = 0; local
140 if (smoother <= 4)
141 smoother++;
142 ndelta = delta >> smoother;
149 } else if (smoother > 0) {
150 smoother--;
157 smoother = 0;
/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c255 typedef struct smoother { struct
427 smoother_t smoother[PSM_FINGERS]; /* Motion smoothing */ member in struct:psm_softc
3771 smoother_t *smoother; local
3777 smoother = &sc->smoother[0];
3785 smoother = &sc->smoother[i];
3878 queue_len = smoother->queue_len + 1;
3879 start_x = smoother->start_x;
3880 start_y = smoother
4134 smoother_t *smoother = &sc->smoother[smoother_id]; local
[all...]
/freebsd-12-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex577 platforms smoother and more maintainable than in the 32-bit PowerPC

Completed in 179 milliseconds