Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dzstd_lib.h1489 ZSTDLIB_STATIC_API size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params);
/Linux-v6.6/lib/zstd/compress/
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()