Home | History | Annotate | Download | only in shared

Lines Matching full:crcr

1328 	uint32 crcr;
1343 crcr = crc32(buf + j*CBUFSIZ + l, len[j], CRC32_INIT_VALUE);
1344 ASSERT(crcr == crc32tv[j]);