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

/freebsd-10.0-release/sys/net/
H A Dslcompress.c59 #define BCMP(p1, p2, n) bcmp((void *)(p1), (void *)(p2), (int)(n)) macro
270 BCMP(ip + 1, &cs->cs_ip + 1, (deltaS - 5) << 2)) ||
272 BCMP(th + 1, oth + 1, (th->th_off - 5) << 2)))
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_wwv.c192 #define BCMP 3 /* digit compare threshold */ macro
2182 * counter reaches the BCMP threshold (3), the digit is assumed
2207 if (vp->count < BCMP)

Completed in 132 milliseconds