Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpkg/common/
H A Dnhash.c47 BCMP(void *str1, void *str2, int len) in BCMP() function
103 (*cp)->cfunc = BCMP; in init_cache()
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c57 #define BCMP(p1, p2, n) bcmp((char *)(p1), (char *)(p2), (unsigned int)(n)) macro
284 BCMP(ip + 1, &cs->cs_ip + 1, (deltaS - 5) << 2)) || in vj_compress_tcp()
286 BCMP(th + 1, oth + 1, (getth_off(th) - 5) << 2))) { in vj_compress_tcp()