Searched refs:CNBUFS (Results 1 – 1 of 1) sorted by relevance
1511 #define CNBUFS 5 /* # of bufs */ macro1518 uint len[CNBUFS]; in testcrc32()1520 uint32 crc32tv[CNBUFS] = in testcrc32()1523 ASSERT((buf = MALLOC(CBUFSIZ*CNBUFS)) != NULL); in testcrc32()1527 for (j = 0; j < CNBUFS; j++) { in testcrc32()1533 for (j = 0; j < CNBUFS; j++) { in testcrc32()1539 MFREE(buf, CBUFSIZ*CNBUFS); in testcrc32()