HomeSort by: relevance | last modified time | path
    Searched defs:MAXCLP (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_chu.c 232 #define MAXCLP 100 /* max clips above reference per s */
1644 * MAXCLP clips (100), it is bumped down. The decoder is relatively
1668 } else if (up->clipcnt > MAXCLP) {
refclock_wwv.c 91 #define MAXCLP 100 /* max clips above reference per s */
2672 * MAXCLP clips (100), it is bumped down. The decoder is relatively
2697 } else if (up->clipcnt > MAXCLP) {

Completed in 27 milliseconds