Searched refs:CNBUFS (Results 1 – 6 of 6) sorted by relevance
2866 #define CNBUFS 5 /* # of bufs */ macro2873 uint len[CNBUFS]; in testcrc32()2875 uint32 crc32tv[CNBUFS] = in testcrc32()2878 ASSERT((buf = MALLOC(CBUFSIZ*CNBUFS)) != NULL); in testcrc32()2882 for (j = 0; j < CNBUFS; j++) { in testcrc32()2888 for (j = 0; j < CNBUFS; j++) { in testcrc32()2894 MFREE(buf, CBUFSIZ*CNBUFS); in testcrc32()
1893 #define CNBUFS 5 /* # of bufs */ macro1900 uint len[CNBUFS]; in testcrc32()1902 uint32 crc32tv[CNBUFS] = in testcrc32()1905 ASSERT((buf = MALLOC(CBUFSIZ*CNBUFS)) != NULL); in testcrc32()1909 for (j = 0; j < CNBUFS; j++) { in testcrc32()1915 for (j = 0; j < CNBUFS; j++) { in testcrc32()1921 MFREE(buf, CBUFSIZ*CNBUFS); in testcrc32()
4055 #define CNBUFS 5 /* # of bufs */ macro4062 uint len[CNBUFS]; in testcrc32()4064 uint32 crc32tv[CNBUFS] = in testcrc32()4067 ASSERT((buf = MALLOC(CBUFSIZ*CNBUFS)) != NULL); in testcrc32()4071 for (j = 0; j < CNBUFS; j++) { in testcrc32()4077 for (j = 0; j < CNBUFS; j++) { in testcrc32()4083 MFREE(buf, CBUFSIZ*CNBUFS); in testcrc32()