Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress.c318 case ZSTD_c_chainLog: in ZSTD_cParam_getBounds()
501 case ZSTD_c_chainLog: in ZSTD_isUpdateAuthorized()
557 case ZSTD_c_chainLog: in ZSTD_CCtx_setParameter()
624 case ZSTD_c_chainLog : in ZSTD_CCtxParams_setParameter()
626 BOUNDCHECK(ZSTD_c_chainLog, value); in ZSTD_CCtxParams_setParameter()
821 case ZSTD_c_chainLog : in ZSTD_CCtxParams_getParameter()
1101 BOUNDCHECK(ZSTD_c_chainLog, (int)cParams.chainLog); in ZSTD_checkCParams()
1123 CLAMP(ZSTD_c_chainLog, cParams.chainLog); in ZSTD_clampCParams()
/dragonfly/contrib/zstd/lib/
H A Dzstd.h303 ZSTD_c_chainLog=103, /* Size of the multi-probe search table, as a power of 2. enumerator
/dragonfly/contrib/zstd/programs/
H A Dbenchzstd.c185 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_chainLog, (int)comprParams->chainLog)); in BMK_initCCtx()
H A Dfileio.c981 CHECK( ZSTD_CCtx_setParameter(ress.cctx, ZSTD_c_chainLog, (int)comprParams.chainLog) ); in FIO_createCResources()