Home
last modified time | relevance | path

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

/external/lz4/programs/
Dfullbench.c306 static int local_LZ4_compressHC_limitedOutput_withStateHC(const char* in, char* out, int inSize) in local_LZ4_compressHC_limitedOutput_withStateHC() function
540 …case 10: compressionFunction = local_LZ4_compressHC_limitedOutput_withStateHC; compressorName = "L… in fullSpeedBench()