Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h323 ZSTD_c_chainLog=103, /* Size of the multi-probe search table, as a power of 2. enumerator
H A Dzstd.c3383 ZSTD_c_chainLog=103, /* Size of the multi-probe search table, as a power of 2. enumerator
13373 case ZSTD_c_chainLog: in ZSTD_cParam_getBounds()
13535 case ZSTD_c_chainLog: in ZSTD_isUpdateAuthorized()
13586 case ZSTD_c_chainLog: in ZSTD_CCtx_setParameter()
13647 case ZSTD_c_chainLog : in ZSTD_CCtxParams_setParameter()
13649 BOUNDCHECK(ZSTD_c_chainLog, value); in ZSTD_CCtxParams_setParameter()
13820 case ZSTD_c_chainLog : in ZSTD_CCtxParams_getParameter()
14070 BOUNDCHECK(ZSTD_c_chainLog, (int)cParams.chainLog); in ZSTD_checkCParams()
14092 CLAMP(ZSTD_c_chainLog, cParams.chainLog); in ZSTD_clampCParams()
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h303 ZSTD_c_chainLog=103, /* Size of the multi-probe search table, as a power of 2. enumerator
/f-stack/freebsd/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()