Searched refs:crcr (Results 1 – 2 of 2) sorted by relevance
1350 uint32 crcr; in testcrc32() local1365 crcr = crc32(buf + j*CBUFSIZ + l, len[j], CRC32_INIT_VALUE); in testcrc32()1366 ASSERT(crcr == crc32tv[j]); in testcrc32()
1459 uint32 crcr; in testcrc32() local1474 crcr = crc32(buf + j*CBUFSIZ + l, len[j], CRC32_INIT_VALUE); in testcrc32()1475 ASSERT(crcr == crc32tv[j]); in testcrc32()