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

  /external/lz4/lib/
lz4.h 309 int LZ4_decompress_safe_withPrefix64k (const char* source, char* dest, int compressedSize, int maxOutputSize);
lz4.c     [all...]
  /external/lz4/programs/
fullbench.c 636 case 5: decompressionFunction = LZ4_decompress_safe_withPrefix64k; dName = "LZ4_decompress_safe_withPrefix64k"; break;
fuzzer.c 542 ret = LZ4_decompress_safe_withPrefix64k(compressedBuffer, decodedBuffer+dictSize, blockContinueCompressedSize, blockSize);
543 FUZ_CHECKTEST(ret!=blockSize, "LZ4_decompress_safe_withPrefix64k did not regenerate original data");
545 FUZ_CHECKTEST(crcCheck!=crcOrig, "LZ4_decompress_safe_withPrefix64k corrupted decoded data");
    [all...]

Completed in 59 milliseconds