Home
last modified time | relevance | path

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

/aosp_15_r20/external/lz4/tests/
H A Dfullbench.c769 int (*decompressionFunction)(const char*, char*, int, int) = NULL; in fullSpeedBench() local
782 decompressionFunction = decDescArray[dAlgNb].decompressionF; in fullSpeedBench()
783 if (dName==NULL || decompressionFunction == NULL) in fullSpeedBench()
810 …int const decodedSize = decompressionFunction(chunkP[chunkNb].compressedBuffer, chunkP[chunkNb].or… in fullSpeedBench()