Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dzstd_lib.h1489 ZSTDLIB_STATIC_API size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params);
/linux/lib/zstd/compress/
H A Dzstd_compress.c1434 size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params) in ZSTD_estimateCCtxSize_usingCCtxParams() function
1457 noRowCCtxSize = ZSTD_estimateCCtxSize_usingCCtxParams(&initialParams); in ZSTD_estimateCCtxSize_usingCParams()
1459 rowCCtxSize = ZSTD_estimateCCtxSize_usingCCtxParams(&initialParams); in ZSTD_estimateCCtxSize_usingCParams()
1462 return ZSTD_estimateCCtxSize_usingCCtxParams(&initialParams); in ZSTD_estimateCCtxSize_usingCParams()