Searched refs:CNBUFS (Results 1 – 2 of 2) sorted by relevance
1342 #define CNBUFS 5 /* # of bufs */ macro1349 uint len[CNBUFS]; in testcrc32()1351 uint32 crc32tv[CNBUFS] = in testcrc32()1354 ASSERT((buf = MALLOC(CBUFSIZ*CNBUFS)) != NULL); in testcrc32()1358 for (j = 0; j < CNBUFS; j++) { in testcrc32()1364 for (j = 0; j < CNBUFS; j++) { in testcrc32()1370 MFREE(buf, CBUFSIZ*CNBUFS); in testcrc32()
1451 #define CNBUFS 5 /* # of bufs */ macro1458 uint len[CNBUFS]; in testcrc32()1460 uint32 crc32tv[CNBUFS] = in testcrc32()1463 ASSERT((buf = MALLOC(CBUFSIZ*CNBUFS)) != NULL); in testcrc32()1467 for (j = 0; j < CNBUFS; j++) { in testcrc32()1473 for (j = 0; j < CNBUFS; j++) { in testcrc32()1479 MFREE(buf, CBUFSIZ*CNBUFS); in testcrc32()