Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c1546 { const void* crcSrc; in LZ4F_decompress() local
1548 crcSrc = srcPtr; in LZ4F_decompress()
1560 crcSrc = dctx->header; in LZ4F_decompress()
1562 { U32 const readCRC = LZ4F_readLE32(crcSrc); in LZ4F_decompress()
/external/lz4/tests/
Dframetest.c450 U64 const crcSrc = XXH64(CNBuffer, testSize, 1); in basicTests() local
451 if (crcDest != crcSrc) goto _output_error; in basicTests()
Dfuzzer.c970 { U32 const crcSrc = XXH32(block, (size_t)consumedSize, 0); in FUZ_test() local
972 if (crcSrc!=crcDst) { in FUZ_test()