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