Home
last modified time | relevance | path

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

/external/lz4/tests/
Dfullbench.c258 static int local_LZ4_decompress_fast(const char* in, char* out, int inSize, int outSize) in local_LZ4_decompress_fast() function
520 … case 1: decompressionFunction = local_LZ4_decompress_fast; dName = "LZ4_decompress_fast"; break; in fullSpeedBench()