Searched refs:BCMP (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/net/ |
| H A D | slcompress.c | 61 #define BCMP(p1, p2, n) bcmp((void *)(p1), (void *)(p2), (int)(n)) macro 267 BCMP(ip + 1, &cs->cs_ip + 1, (deltaS - 5) << 2)) || in sl_compress_tcp() 269 BCMP(th + 1, oth + 1, (th->th_off - 5) << 2))) in sl_compress_tcp()
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | refclock_wwv.c | 197 #define BCMP 3 /* digit compare threshold */ macro 2183 if (vp->count < BCMP) in wwv_corr4() 2185 if (vp->count == BCMP) { in wwv_corr4()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | FSFChangeLog | 324 (NEED_DECLARATION_{{G,S}ETRLIMIT,STRSIGNAL,BCOPY,BCMP}): Likewise. 2521 * i386/xm-go32.h (HAVE_{BCOPY,BZERO,BCMP,RINDEX,INDEX}): Define.
|