Searched refs:LZ4_compress_HC_destSize (Results 1 – 5 of 5) sorted by relevance
/third_party/lz4/ossfuzz/ |
D | compress_hc_fuzzer.c | 49 int const dstSize = LZ4_compress_HC_destSize(state, (const char*)data, in LLVMFuzzerTestOneInput()
|
/third_party/lz4/lib/ |
D | lz4hc.h | 91 LZ4LIB_API int LZ4_compress_HC_destSize(void* stateHC,
|
D | lz4hc.c | 970 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/ |
D | NEWS | 5 perf: fixed LZ4_compress_HC_destSize() ratio, detected by @hsiangkao 93 API : added LZ4_compress_HC_destSize(), by Oleg (@remittor)
|
/third_party/lz4/tests/ |
D | fuzzer.c | 434 …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()
|