Searched refs:LZ4_compress_withState (Results 1 – 4 of 4) sorted by relevance
/external/lz4/lib/ |
D | lz4.h | 138 int LZ4_compress_withState (void* state, const char* source, char* dest, int inputSiz…
|
D | lz4.c | 1332 int LZ4_compress_withState (void* state, const char* source, char* dest, int inputSize) in LZ4_compress_withState() function
|
/external/lz4/programs/ |
D | fullbench.c | 265 return LZ4_compress_withState(stateLZ4, in, out, inSize); in local_LZ4_compress_withState()
|
D | fuzzer.c | 373 ret = LZ4_compress_withState(stateLZ4, block, compressedBuffer, blockSize); in FUZ_test()
|