Searched refs:crcNew (Results 1 – 2 of 2) sorted by relevance
/external/lz4/tests/ |
D | fuzzer.c | 695 { U64 const crcNew = XXH64(testVerify, testCompressedSize, 0); in FUZ_unitTests() local 696 FUZ_CHECKTEST(crcOrig!=crcNew, "LZ4_decompress_safe() decompression corruption"); } in FUZ_unitTests() 727 { U64 const crcNew = XXH64_digest(&xxhNew); in FUZ_unitTests() local 728 … FUZ_CHECKTEST(crcOrig!=crcNew, "LZ4_decompress_safe() decompression corruption"); } in FUZ_unitTests() 760 { U64 const crcNew = XXH64(testVerify, testCompressedSize, 0); in FUZ_unitTests() local 761 FUZ_CHECKTEST(crcOrig!=crcNew, "LZ4_decompress_safe() decompression corruption"); } in FUZ_unitTests() 772 { U64 const crcNew = XXH64(testVerify, testCompressedSize, 0); in FUZ_unitTests() local 773 …FUZ_CHECKTEST(crcOrig!=crcNew, "LZ4_decompress_safe() simple dictionary decompression test : corru… in FUZ_unitTests() 790 { U64 const crcNew = XXH64(testVerify, testCompressedSize, 0); in FUZ_unitTests() local 791 … FUZ_CHECKTEST(crcOrig!=crcNew, "LZ4_decompress_safe() dictionary decompression corruption"); } in FUZ_unitTests() [all …]
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 1016 UInt32 crcNew = CRC_GET_DIGEST(outStreamSpec->Crc); in Encode() local 1018 crcPrev = crcNew; in Encode() 1019 else if (calcCrc && crcPrev != crcNew) in Encode()
|