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

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_chu.c376 int clipcnt; /* sample clip count */ member in struct:chuunit
686 up->clipcnt++;
689 up->clipcnt++;
1662 if (up->clipcnt == 0) {
1666 } else if (up->clipcnt > MAXCLP) {
1672 up->clipcnt = 0;
H A Drefclock_wwv.c530 int clipcnt; /* sample clipped count */ member in struct:wwvunit
824 up->clipcnt++;
827 up->clipcnt++;
2691 if (up->clipcnt == 0) {
2695 } else if (up->clipcnt > MAXCLP) {
2701 up->clipcnt = 0;

Completed in 104 milliseconds