Searched refs:crcSrc (Results 1 – 3 of 3) sorted by relevance
1577 { const void* crcSrc; in LZ4F_decompress() local1579 crcSrc = srcPtr; in LZ4F_decompress()1591 crcSrc = dctx->header; in LZ4F_decompress()1593 { U32 const readCRC = LZ4F_readLE32(crcSrc); in LZ4F_decompress()
467 U64 const crcSrc = XXH64(CNBuffer, testSize, 1); in basicTests() local468 if (crcDest != crcSrc) goto _output_error; in basicTests()
972 { U32 const crcSrc = XXH32(block, (size_t)consumedSize, 0); in FUZ_test() local974 if (crcSrc!=crcDst) { in FUZ_test()