Searched refs:crcr (Results 1 – 1 of 1) sorted by relevance
1546 uint32 crcr; in testcrc32() local1561 crcr = crc32(buf + j*CBUFSIZ + l, len[j], CRC32_INIT_VALUE); in testcrc32()1562 ASSERT(crcr == crc32tv[j]); in testcrc32()