Home
last modified time | relevance | path

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

/external/lz4/tests/
Dfullbench.c187 static int local_LZ4_compress_destSize(const char* in, char* out, int inSize) in local_LZ4_compress_destSize() function
455 …case 3 : compressionFunction = local_LZ4_compress_destSize; compressorName = "LZ4_compress_destSiz… in fullSpeedBench()