Lines Matching refs:cLevel

167             int cLevel,  in BMK_initCCtx()  argument
177 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_compressionLevel, cLevel)); in BMK_initCCtx()
206 int cLevel; member
213 … BMK_initCCtx(ag->cctx, ag->dictBuffer, ag->dictBufferSize, ag->cLevel, ag->comprParams, ag->adv); in local_initCCtx()
311 const int cLevel, in BMK_benchMemAdvancedNoAlloc() argument
416 cctxprep.cLevel = cLevel; in BMK_benchMemAdvancedNoAlloc()
544 …OUTPUT("-%-3i%11i (%5.3f) %6.2f MB/s %6.1f MB/s %s (param=%d)\n", cLevel, (int)cSize, ratio, cSpe… in BMK_benchMemAdvancedNoAlloc()
546 …OUTPUT("-%-3i%11i (%5.3f) %6.2f MB/s %6.1f MB/s %s\n", cLevel, (int)cSize, ratio, cSpeed, dSpeed,… in BMK_benchMemAdvancedNoAlloc()
550 OUTPUTLEVEL(2, "%2i#\n", cLevel); in BMK_benchMemAdvancedNoAlloc()
560 int cLevel, const ZSTD_compressionParameters* comprParams, in BMK_benchMemAdvanced() argument
613 cLevel, comprParams, in BMK_benchMemAdvanced()
649 int cLevel, const ZSTD_compressionParameters* comprParams, in BMK_benchMem() argument
657 cLevel, comprParams, in BMK_benchMem()
664 int cLevel, const ZSTD_compressionParameters* comprParams, in BMK_benchCLevel() argument
686 cLevel, comprParams, in BMK_benchCLevel()
691 BMK_benchOutcome_t BMK_syntheticTest(int cLevel, double compressibility, in BMK_syntheticTest() argument
700 if (cLevel > ZSTD_maxCLevel()) { in BMK_syntheticTest()
715 cLevel, compressionParams, in BMK_syntheticTest()
786 const char* dictFileName, int cLevel, in BMK_benchFilesAdvanced() argument
802 if (cLevel > ZSTD_maxCLevel()) { in BMK_benchFilesAdvanced()
870 cLevel, compressionParams, in BMK_benchFilesAdvanced()
887 int cLevel, const ZSTD_compressionParameters* compressionParams, in BMK_benchFiles() argument
891 …return BMK_benchFilesAdvanced(fileNamesTable, nbFiles, dictFileName, cLevel, compressionParams, di… in BMK_benchFiles()