HomeSort by relevance Sort by last modified time
    Searched refs:crcDecoded (Results 1 - 2 of 2) sorted by null

  /external/lz4/tests/
fullbench.c 550 U32 crcDecoded;
574 crcDecoded = XXH32(orig_buff, (int)benchedSize, 0);
575 if (crcOriginal!=crcDecoded) { DISPLAY("\n!!! WARNING !!! %14s : Invalid Checksum : %x != %x\n", inFileName, (unsigned)crcOriginal, (unsigned)crcDecoded); exit(1); }
frametest.c 699 U64 const crcDecoded = XXH64_digest(&xxh64);
700 if (crcDecoded != crcOrig) locateBuffDiff(srcStart, decodedBuffer, srcSize, nonContiguousDst);
701 CHECK(crcDecoded != crcOrig, "Decompression corruption");
    [all...]

Completed in 64 milliseconds