Home
last modified time | relevance | path

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

/external/lz4/programs/
Dfullbench.c263 static int local_LZ4_compress_withState(const char* in, char* out, int inSize) in local_LZ4_compress_withState() function
533 …case 3 : compressionFunction = local_LZ4_compress_withState; compressorName = "LZ4_compress_withSt… in fullSpeedBench()