Home
last modified time | relevance | path

Searched refs:ZSTD_c_windowLog (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/zstd/examples/
H A Dstreaming_memory_usage.c78 CHECK_ZSTD( ZSTD_CCtxParams_setParameter(cctxParams, ZSTD_c_windowLog, wLog) ); in main()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c308 case ZSTD_c_windowLog: in ZSTD_cParam_getBounds()
509 case ZSTD_c_windowLog: in ZSTD_isUpdateAuthorized()
555 case ZSTD_c_windowLog: in ZSTD_CCtx_setParameter()
612 case ZSTD_c_windowLog : in ZSTD_CCtxParams_setParameter()
614 BOUNDCHECK(ZSTD_c_windowLog, value); in ZSTD_CCtxParams_setParameter()
815 case ZSTD_c_windowLog : in ZSTD_CCtxParams_getParameter()
1100 BOUNDCHECK(ZSTD_c_windowLog, (int)cParams.windowLog); in ZSTD_checkCParams()
1122 CLAMP(ZSTD_c_windowLog, cParams.windowLog); in ZSTD_clampCParams()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h309 ZSTD_c_windowLog=101, /* Maximum allowed back-reference distance, expressed as power of 2. enumerator
H A Dzstd.c3369 ZSTD_c_windowLog=101, /* Maximum allowed back-reference distance, expressed as power of 2. enumerator
13363 case ZSTD_c_windowLog: in ZSTD_cParam_getBounds()
13543 case ZSTD_c_windowLog: in ZSTD_isUpdateAuthorized()
13584 case ZSTD_c_windowLog: in ZSTD_CCtx_setParameter()
13635 case ZSTD_c_windowLog : in ZSTD_CCtxParams_setParameter()
13637 BOUNDCHECK(ZSTD_c_windowLog, value); in ZSTD_CCtxParams_setParameter()
13814 case ZSTD_c_windowLog : in ZSTD_CCtxParams_getParameter()
14069 BOUNDCHECK(ZSTD_c_windowLog, (int)cParams.windowLog); in ZSTD_checkCParams()
14091 CLAMP(ZSTD_c_windowLog, cParams.windowLog); in ZSTD_clampCParams()
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h289 ZSTD_c_windowLog=101, /* Maximum allowed back-reference distance, expressed as power of 2. enumerator
/f-stack/freebsd/contrib/zstd/programs/
H A Dbenchzstd.c183 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_windowLog, (int)comprParams->windowLog)); in BMK_initCCtx()
H A Dfileio.c980 CHECK( ZSTD_CCtx_setParameter(ress.cctx, ZSTD_c_windowLog, (int)comprParams.windowLog) ); in FIO_createCResources()