Searched refs:ZSTD_estimateCCtxSize_usingCCtxParams (Results 1 – 3 of 3) sorted by relevance
141 return ZSTD_estimateCCtxSize_usingCCtxParams(&cctx_params); in zstd_cctx_workspace_bound_with_ext_seq_prod()
1751 ZSTDLIB_STATIC_API size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params);
1690 size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params) in ZSTD_estimateCCtxSize_usingCCtxParams() function1713 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()