Home
last modified time | relevance | path

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

/third_party/lz4/ossfuzz/
Dcompress_hc_fuzzer.c49 int const dstSize = LZ4_compress_HC_destSize(state, (const char*)data, in LLVMFuzzerTestOneInput()
/third_party/lz4/lib/
Dlz4hc.h91 LZ4LIB_API int LZ4_compress_HC_destSize(void* stateHC,
Dlz4hc.c970 int LZ4_compress_HC_destSize(void* state, const char* source, char* dest, int* sourceSizePtr, int t… in LZ4_compress_HC_destSize() function
/third_party/lz4/
DNEWS5 perf: fixed LZ4_compress_HC_destSize() ratio, detected by @hsiangkao
93 API : added LZ4_compress_HC_destSize(), by Oleg (@remittor)
/third_party/lz4/tests/
Dfuzzer.c434 …cSize = LZ4_compress_HC_destSize(ctx, block, compressedBuffer, &srcSize, targetSize, compressionLe… in FUZ_test()
1320 …result = LZ4_compress_HC_destSize(&sHC, (const char*)block, (char*)dstBlock, &srcSize, (int)target… in FUZ_unitTests()
1648 dsz2 = LZ4_compress_HC_destSize(sHC, sbuf2, dbuf2, &srcsz2, dlen, compressionLevel); in FUZ_unitTests()