Home
last modified time | relevance | path

Searched refs:stateLZ4 (Results 1 – 2 of 2) sorted by relevance

/external/lz4/programs/
Dfullbench.c262 static void* stateLZ4; variable
265 return LZ4_compress_withState(stateLZ4, in, out, inSize); in local_LZ4_compress_withState()
270 … return LZ4_compress_limitedOutput_withState(stateLZ4, in, out, inSize, LZ4_compressBound(inSize)); in local_LZ4_compress_limitedOutput_withState()
435 stateLZ4 = LZ4_createStream(); in fullSpeedBench()
Dfuzzer.c291 void* stateLZ4 = malloc(LZ4_sizeofState()); in FUZ_test() local
373 ret = LZ4_compress_withState(stateLZ4, block, compressedBuffer, blockSize); in FUZ_test()
476 …ret = LZ4_compress_limitedOutput_withState(stateLZ4, block, compressedBuffer, blockSize, compresse… in FUZ_test()
669 free(stateLZ4); in FUZ_test()