Home
last modified time | relevance | path

Searched refs:BCMP (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/amd64/string/
H A Dmemcmp.S45 #ifdef BCMP
159 #ifdef BCMP
308 #ifndef BCMP
379 #ifndef BCMP
389 #ifdef BCMP
H A Dbcmp.S6 #define BCMP macro
/freebsd/sys/net/
H A Dslcompress.c58 #define BCMP(p1, p2, n) bcmp((void *)(p1), (void *)(p2), (int)(n)) macro
263 BCMP(ip + 1, &cs->cs_ip + 1, (deltaS - 5) << 2)) || in sl_compress_tcp()
265 BCMP(th + 1, oth + 1, (th->th_off - 5) << 2))) in sl_compress_tcp()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_wwv.c197 #define BCMP 3 /* digit compare threshold */ macro
2163 * counter reaches the BCMP threshold (3), the digit is assumed in wwv_corr4()
2183 if (vp->count < BCMP) in wwv_corr4()
2185 if (vp->count == BCMP) { in wwv_corr4()