Home
last modified time | relevance | path

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

/linux/lib/zstd/ !
H A Dzstd_compress_module.c40 cctx, ZSTD_c_chainLog, parameters->cParams.chainLog)); in zstd_cctx_init()
/linux/lib/zstd/compress/ !
H A Dzstd_compress.c435 case ZSTD_c_chainLog: in ZSTD_cParam_getBounds()
646 case ZSTD_c_chainLog: in ZSTD_isUpdateAuthorized()
710 case ZSTD_c_chainLog: in ZSTD_CCtx_setParameter()
785 case ZSTD_c_chainLog : in ZSTD_CCtxParams_setParameter()
787 BOUNDCHECK(ZSTD_c_chainLog, value); in ZSTD_CCtxParams_setParameter()
999 case ZSTD_c_chainLog : in ZSTD_CCtxParams_getParameter()
1135 FORWARD_IF_ERROR(ZSTD_CCtx_setParameter(cctx, ZSTD_c_chainLog, (int)cparams.chainLog), ""); in ZSTD_CCtx_setCParams()
1327 BOUNDCHECK(ZSTD_c_chainLog, (int)cParams.chainLog); in ZSTD_checkCParams()
1350 CLAMP(ZSTD_c_chainLog, cParams.chainLog); in ZSTD_clampCParams()
/linux/include/linux/ !
H A Dzstd_lib.h361 ZSTD_c_chainLog=103, /* Size of the multi-probe search table, as a power of 2. enumerator