Searched refs:crcDecoded (Results 1 – 2 of 2) sorted by relevance
550 U32 crcDecoded; in fullSpeedBench() local574 crcDecoded = XXH32(orig_buff, (int)benchedSize, 0); in fullSpeedBench()575 …riginal!=crcDecoded) { DISPLAY("\n!!! WARNING !!! %14s : Invalid Checksum : %x != %x\n", inFileNam… in fullSpeedBench()
699 U64 const crcDecoded = XXH64_digest(&xxh64); in fuzzerTests() local700 … if (crcDecoded != crcOrig) locateBuffDiff(srcStart, decodedBuffer, srcSize, nonContiguousDst); in fuzzerTests()701 CHECK(crcDecoded != crcOrig, "Decompression corruption"); in fuzzerTests()