Home
last modified time | relevance | path

Searched refs:ZSTD_d_windowLogMax (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/zstd/examples/
H A Dstreaming_memory_usage.c104 CHECK_ZSTD( ZSTD_DCtx_setParameter(dctx, ZSTD_d_windowLogMax, wLog) ); in main()
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1403 ZSTD_bounds const bounds = ZSTD_dParam_getBounds(ZSTD_d_windowLogMax); in ZSTD_DCtx_setMaxWindowSize()
1422 case ZSTD_d_windowLogMax: in ZSTD_dParam_getBounds()
1464 case ZSTD_d_windowLogMax: in ZSTD_DCtx_getParameter()
1485 case ZSTD_d_windowLogMax: in ZSTD_DCtx_setParameter()
1487 CHECK_DBOUNDS(ZSTD_d_windowLogMax, value); in ZSTD_DCtx_setParameter()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h540 ZSTD_d_windowLogMax=100, /* Select a size limit (in power of 2) beyond which enumerator
H A Dzstd.c3600 ZSTD_d_windowLogMax=100, /* Select a size limit (in power of 2) beyond which enumerator
25891 ZSTD_bounds const bounds = ZSTD_dParam_getBounds(ZSTD_d_windowLogMax); in ZSTD_DCtx_setMaxWindowSize()
25910 case ZSTD_d_windowLogMax: in ZSTD_dParam_getBounds()
25949 case ZSTD_d_windowLogMax: in ZSTD_DCtx_setParameter()
25951 CHECK_DBOUNDS(ZSTD_d_windowLogMax, value); in ZSTD_DCtx_setParameter()
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h536 ZSTD_d_windowLogMax=100, /* Select a size limit (in power of 2) beyond which enumerator