Home
last modified time | relevance | path

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

/third_party/lz4/lib/
H A Dlz4frame.c1748 { const void* crcSrc; in LZ4F_decompress() local
1750 crcSrc = srcPtr; in LZ4F_decompress()
1762 crcSrc = dctx->header; in LZ4F_decompress()
1765 U32 const readCRC = LZ4F_readLE32(crcSrc); in LZ4F_decompress()
/third_party/lz4/tests/
H A Dframetest.c515 U64 const crcSrc = XXH64(CNBuffer, testSize, 1); in basicTests() local
516 if (crcDest != crcSrc) goto _output_error; in basicTests()
H A Dfuzzer.c1020 { U32 const crcSrc = XXH32(block, (size_t)consumedSize, 0); in FUZ_test() local
1022 if (crcSrc!=crcDst) { in FUZ_test()

Completed in 10 milliseconds