Home
last modified time | relevance | path

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

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