Home
last modified time | relevance | path

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

/linux/lib/zstd/
H A Dzstd_compress_module.c141 return ZSTD_estimateCCtxSize_usingCCtxParams(&cctx_params); in zstd_cctx_workspace_bound_with_ext_seq_prod()
/linux/include/linux/
H A Dzstd_lib.h1751 ZSTDLIB_STATIC_API size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params);
/linux/lib/zstd/compress/
H A Dzstd_compress.c1690 size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params) in ZSTD_estimateCCtxSize_usingCCtxParams() function
1713 noRowCCtxSize = ZSTD_estimateCCtxSize_usingCCtxParams(&initialParams); in ZSTD_estimateCCtxSize_usingCParams()
1715 rowCCtxSize = ZSTD_estimateCCtxSize_usingCCtxParams(&initialParams); in ZSTD_estimateCCtxSize_usingCParams()
1718 return ZSTD_estimateCCtxSize_usingCCtxParams(&initialParams); in ZSTD_estimateCCtxSize_usingCParams()