Home
last modified time | relevance | path

Searched refs:crcSrc (Results 1 – 3 of 3) sorted by relevance

/third_party/lz4/lib/
Dlz4frame.c1577 { const void* crcSrc; in LZ4F_decompress() local
1579 crcSrc = srcPtr; in LZ4F_decompress()
1591 crcSrc = dctx->header; in LZ4F_decompress()
1593 { U32 const readCRC = LZ4F_readLE32(crcSrc); in LZ4F_decompress()
/third_party/lz4/tests/
Dframetest.c467 U64 const crcSrc = XXH64(CNBuffer, testSize, 1); in basicTests() local
468 if (crcDest != crcSrc) goto _output_error; in basicTests()
Dfuzzer.c972 { U32 const crcSrc = XXH32(block, (size_t)consumedSize, 0); in FUZ_test() local
974 if (crcSrc!=crcDst) { in FUZ_test()