Home
last modified time | relevance | path

Searched refs:LZ4_compress_withState (Results 1 – 4 of 4) sorted by relevance

/external/lz4/lib/
Dlz4.h138 int LZ4_compress_withState (void* state, const char* source, char* dest, int inputSiz…
Dlz4.c1332 int LZ4_compress_withState (void* state, const char* source, char* dest, int inputSize) in LZ4_compress_withState() function
/external/lz4/programs/
Dfullbench.c265 return LZ4_compress_withState(stateLZ4, in, out, inSize); in local_LZ4_compress_withState()
Dfuzzer.c373 ret = LZ4_compress_withState(stateLZ4, block, compressedBuffer, blockSize); in FUZ_test()