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

/external/lz4/tests/
H A Dfuzzer.c309 int compressedSize, HCcompressedSize; local
355 HCcompressedSize = ret;
470 ret = LZ4_compress_HC(block, compressedBuffer, blockSize, HCcompressedSize, compressionLevel);
475 ret = LZ4_compress_HC_extStateHC(stateLZ4HC, block, compressedBuffer, blockSize, HCcompressedSize, compressionLevel);
492 if (missingBytes >= HCcompressedSize) missingBytes = HCcompressedSize-1;
494 compressedBuffer[HCcompressedSize-missingBytes] = 0;
495 ret = LZ4_compress_HC(block, compressedBuffer, blockSize, HCcompressedSize-missingBytes, compressionLevel);
497 FUZ_CHECKTEST(compressedBuffer[HCcompressedSize-missingBytes], "LZ4_compressHC_limitedOutput overran output buffer ! (%i missingBytes)", missingBytes)
626 hcbytes += HCcompressedSize;
[all...]

Completed in 108 milliseconds