Searched refs:LZ4_compress_destSize (Results 1 – 9 of 9) sorted by relevance
/external/erofs-utils/ |
D | README | 28 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
|
D | configure.ac | 220 AC_CHECK_LIB(lz4, LZ4_compress_destSize, [
|
/external/erofs-utils/lib/ |
D | compressor_lz4.c | 19 int rc = LZ4_compress_destSize(src, dst, &srcSize, (int)dstsize); in lz4_compress_destsize()
|
/external/lz4/ossfuzz/ |
D | compress_fuzzer.c | 39 int const dstSize = LZ4_compress_destSize((const char*)data, dst, in LLVMFuzzerTestOneInput()
|
/external/lz4/lib/ |
D | lz4.h | 216 LZ4LIB_API int LZ4_compress_destSize (const char* src, char* dst, int* srcSizePtr, int targetDstSiz…
|
D | lz4.c | 1309 int LZ4_compress_destSize(const char* src, char* dst, int* srcSizePtr, int targetDstSize) in LZ4_compress_destSize() function
|
/external/lz4/tests/ |
D | fullbench.c | 192 return LZ4_compress_destSize(in, out, &inSize, LZ4_compressBound(inSize)-1); in local_LZ4_compress_destSize()
|
D | fuzzer.c | 403 cSize = LZ4_compress_destSize(block, compressedBuffer, &srcSize, targetSize); in FUZ_test()
|
/external/lz4/ |
D | NEWS | 121 Added : LZ4_compress_destSize()
|