Home
last modified time | relevance | path

Searched refs:LZ4_compress_destSize (Results 1 – 9 of 9) sorted by relevance

/external/erofs-utils/
DREADME28 LZ4_compress_destSize(). (lz4hc isn't impacted) [3].
170 LZ4_compress_destSize(), and I once ran into some crashs due to
173 [LZ4_compress_destSize] Allow 2 more bytes of match length
176 [LZ4_compress_destSize] Fix rare data corruption bug
179 [LZ4_compress_destSize] Fix overflow condition
182 [LZ4_compress_destSize] Fix off-by-one error in fix
185 [LZ4_compress_destSize] Fix off-by-one error
Dconfigure.ac220 AC_CHECK_LIB(lz4, LZ4_compress_destSize, [
/external/erofs-utils/lib/
Dcompressor_lz4.c19 int rc = LZ4_compress_destSize(src, dst, &srcSize, (int)dstsize); in lz4_compress_destsize()
/external/lz4/ossfuzz/
Dcompress_fuzzer.c39 int const dstSize = LZ4_compress_destSize((const char*)data, dst, in LLVMFuzzerTestOneInput()
/external/lz4/lib/
Dlz4.h216 LZ4LIB_API int LZ4_compress_destSize (const char* src, char* dst, int* srcSizePtr, int targetDstSiz…
Dlz4.c1309 int LZ4_compress_destSize(const char* src, char* dst, int* srcSizePtr, int targetDstSize) in LZ4_compress_destSize() function
/external/lz4/tests/
Dfullbench.c192 return LZ4_compress_destSize(in, out, &inSize, LZ4_compressBound(inSize)-1); in local_LZ4_compress_destSize()
Dfuzzer.c403 cSize = LZ4_compress_destSize(block, compressedBuffer, &srcSize, targetSize); in FUZ_test()
/external/lz4/
DNEWS121 Added : LZ4_compress_destSize()