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

/macosx-10.10/ntp-92/ntpd/
H A Drefclock_chu.c374 int clipcnt; /* sample clip count */ member in struct:chuunit
685 up->clipcnt++;
688 up->clipcnt++;
1639 if (up->clipcnt == 0) {
1643 } else if (up->clipcnt > MAXCLP) {
1649 up->clipcnt = 0;
H A Drefclock_wwv.c530 int clipcnt; /* sample clipped count */ member in struct:wwvunit
828 up->clipcnt++;
831 up->clipcnt++;
2686 if (up->clipcnt == 0) {
2690 } else if (up->clipcnt > MAXCLP) {
2696 up->clipcnt = 0;

Completed in 125 milliseconds