Home
last modified time | relevance | path

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

/third_party/lz4/tests/
Dfullbench.c398 static int local_LZ4F_decompress_noHint(const char* src, char* dst, int srcSize, int dstSize) in local_LZ4F_decompress_noHint() function
668 …if (dAlgNb == 12) { decompressionFunction = local_LZ4F_decompress_noHint; dName = "LZ4F_decompress… in fullSpeedBench()