Home
last modified time | relevance | path

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

/third_party/lz4/tests/
Dfullbench.c364 static int local_LZ4F_decompress_followHint(const char* src, char* dst, int srcSize, int dstSize) in local_LZ4F_decompress_followHint() function
667 …if (dAlgNb == 11) { decompressionFunction = local_LZ4F_decompress_followHint; dName = "LZ4F_decomp… in fullSpeedBench()