Home
last modified time | relevance | path

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

/external/lz4/programs/
Dfullbench.c316 static int local_LZ4_compressHC_continue(const char* in, char* out, int inSize) in local_LZ4_compressHC_continue() function
541 …case 11: compressionFunction = local_LZ4_compressHC_continue; initFunction = LZ4_createHC; compres… in fullSpeedBench()