Home
last modified time | relevance | path

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

/external/lz4/programs/
Dbench.c331 struct compressionParameters compP; in BMK_benchMem() local
340 LZ4_buildCompressionParameters(&compP, cLevel, dictBuf, dictSize); in BMK_benchMem()
341 compP.initFunction(&compP); in BMK_benchMem()
405 compP.resetFunction(&compP); in BMK_benchMem()
407 size_t const rSize = (size_t)compP.blockFunction( in BMK_benchMem()
408 &compP, in BMK_benchMem()
520 compP.cleanupFunction(&compP); in BMK_benchMem()