Home
last modified time | relevance | path

Searched refs:LZ4_compress_HC_destSize (Results 1 – 8 of 8) sorted by relevance

/external/erofs-utils/lib/
Dcompressor_lz4hc.c22 int rc = LZ4_compress_HC_destSize(c->private_data, src, dst, in lz4hc_compress_destsize()
/external/lz4/ossfuzz/
Dcompress_hc_fuzzer.c43 int const dstSize = LZ4_compress_HC_destSize(state, (const char*)data, in LLVMFuzzerTestOneInput()
/external/lz4/lib/
Dlz4hc.h91 LZ4LIB_API int LZ4_compress_HC_destSize(void* stateHC,
Dlz4hc.c936 int LZ4_compress_HC_destSize(void* state, const char* source, char* dest, int* sourceSizePtr, int t… in LZ4_compress_HC_destSize() function
/external/erofs-utils/
Dconfigure.ac223 AC_CHECK_LIB(lz4, LZ4_compress_HC_destSize, [], [
224 AC_CHECK_DECL(LZ4_compress_HC_destSize, [lz4_force_static="yes"],
DREADME38 without lz4-static installed due to LZ4_compress_HC_destSize()
195 LZ4_compress_HC_destSize()
/external/lz4/tests/
Dfuzzer.c434 …cSize = LZ4_compress_HC_destSize(ctx, block, compressedBuffer, &srcSize, targetSize, compressionLe… in FUZ_test()
1224 …result = LZ4_compress_HC_destSize(&sHC, (const char*)block, (char*)dstBlock, &srcSize, (int)target… in FUZ_unitTests()
/external/lz4/
DNEWS57 API : added LZ4_compress_HC_destSize(), by Oleg (@remittor)