Home
last modified time | relevance | path

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

/external/lz4/lib/dll/
Dliblz4.def32 LZ4_compress_destSize
/external/lz4/lib/
Dlz4.h204 LZ4LIB_API int LZ4_compress_destSize (const char* src, char* dst, int* srcSizePtr, int targetDstSiz…
Dlz4.c1136 int LZ4_compress_destSize(const char* src, char* dst, int* srcSizePtr, int targetDstSize) in LZ4_compress_destSize() function
/external/lz4/tests/
Dfullbench.c189 return LZ4_compress_destSize(in, out, &inSize, LZ4_compressBound(inSize)-1); in local_LZ4_compress_destSize()
Dfuzzer.c390 ret = LZ4_compress_destSize(block, compressedBuffer, &srcSize, targetSize); in FUZ_test()
/external/lz4/
DNEWS101 Added : LZ4_compress_destSize()