Searched refs:CBUFSIZ (Results 1 – 1 of 1) sorted by relevance
1510 #define CBUFSIZ (CLEN+4) macro1523 ASSERT((buf = MALLOC(CBUFSIZ*CNBUFS)) != NULL); in testcrc32()1530 *(buf + j*CBUFSIZ + (k+l)) = (j+k) & 0xff; in testcrc32()1534 crcr = crc32(buf + j*CBUFSIZ + l, len[j], CRC32_INIT_VALUE); in testcrc32()1539 MFREE(buf, CBUFSIZ*CNBUFS); in testcrc32()