Searched refs:local_LZ4_compress_HC (Results 1 – 1 of 1) sorted by relevance
241 static int local_LZ4_compress_HC(const char* in, char* out, int inSize) in local_LZ4_compress_HC() function432 … case 10: compressionFunction = local_LZ4_compress_HC; compressorName = "LZ4_compress_HC"; break; in fullSpeedBench()