Searched refs:BCMP (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | nhash.c | 47 BCMP(void *str1, void *str2, int len) in BCMP() function 103 (*cp)->cfunc = BCMP; in init_cache()
|
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | vjcompress.c | 59 #define BCMP(p1, p2, n) bcmp((char *)(p1), (char *)(p2), (unsigned int)(n)) macro 286 BCMP(ip + 1, &cs->cs_ip + 1, (deltaS - 5) << 2)) || in vj_compress_tcp() 288 BCMP(th + 1, oth + 1, (getth_off(th) - 5) << 2))) { in vj_compress_tcp()
|