Searched refs:compressionFunction (Results 1 – 2 of 2) sorted by relevance
651 int (*compressionFunction)(const char*, char*, int); in fullSpeedBench() local690 compressionFunction = compDescArray[cAlgNb].compressionF; in fullSpeedBench()696 if (compressorName==NULL || compressionFunction==NULL) { in fullSpeedBench()714 …chunkP[chunkNb].compressedSize = compressionFunction(chunkP[chunkNb].origBuffer, chunkP[chunkNb].c… in fullSpeedBench()
827 …compress_f const compressionFunction = (compressionlevel < 3) ? LZ4IO_compressBlockLegacy_fast : L… in LZ4IO_compressLegacy_internal() local871 rjd.compress = compressionFunction; in LZ4IO_compressLegacy_internal()