Searched refs:BCMP (Results 1 – 4 of 4) sorted by relevance
45 #ifdef BCMP159 #ifdef BCMP308 #ifndef BCMP379 #ifndef BCMP389 #ifdef BCMP
6 #define BCMP macro
58 #define BCMP(p1, p2, n) bcmp((void *)(p1), (void *)(p2), (int)(n)) macro263 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()
197 #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()