Lines Matching refs:comprParams
168 const ZSTD_compressionParameters* comprParams, in BMK_initCCtx() argument
183 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_windowLog, (int)comprParams->windowLog)); in BMK_initCCtx()
184 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_hashLog, (int)comprParams->hashLog)); in BMK_initCCtx()
185 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_chainLog, (int)comprParams->chainLog)); in BMK_initCCtx()
186 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_searchLog, (int)comprParams->searchLog)); in BMK_initCCtx()
187 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_minMatch, (int)comprParams->minMatch)); in BMK_initCCtx()
188 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_targetLength, (int)comprParams->targetLength)); in BMK_initCCtx()
190 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_strategy, comprParams->strategy)); in BMK_initCCtx()
206 const ZSTD_compressionParameters* comprParams; member
212 … BMK_initCCtx(ag->cctx, ag->dictBuffer, ag->dictBufferSize, ag->cLevel, ag->comprParams, ag->adv); in local_initCCtx()
311 const ZSTD_compressionParameters* comprParams, in BMK_benchMemAdvancedNoAlloc() argument
419 cctxprep.comprParams = comprParams; in BMK_benchMemAdvancedNoAlloc()
553 benchResult.cMem = (1ULL << (comprParams->windowLog)) + ZSTD_sizeof_CCtx(cctx); 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()