Searched refs:crcSrc (Results 1 – 3 of 3) sorted by relevance
1546 { const void* crcSrc; in LZ4F_decompress() local1548 crcSrc = srcPtr; in LZ4F_decompress()1560 crcSrc = dctx->header; in LZ4F_decompress()1562 { U32 const readCRC = LZ4F_readLE32(crcSrc); in LZ4F_decompress()
450 U64 const crcSrc = XXH64(CNBuffer, testSize, 1); in basicTests() local451 if (crcDest != crcSrc) goto _output_error; in basicTests()
970 { U32 const crcSrc = XXH32(block, (size_t)consumedSize, 0); in FUZ_test() local972 if (crcSrc!=crcDst) { in FUZ_test()