Home
last modified time | relevance | path

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

/linux/lib/zstd/
H A Dzstd_compress_module.c150 return ZSTD_estimateCStreamSize_usingCCtxParams(&cctx_params); in zstd_cstream_workspace_bound_with_ext_seq_prod()
/linux/include/linux/
H A Dzstd_lib.h1776 ZSTDLIB_STATIC_API size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params);
/linux/lib/zstd/compress/
H A Dzstd_compress.c1747 size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params) in ZSTD_estimateCStreamSize_usingCCtxParams() function
1775 noRowCCtxSize = ZSTD_estimateCStreamSize_usingCCtxParams(&initialParams); in ZSTD_estimateCStreamSize_usingCParams()
1777 rowCCtxSize = ZSTD_estimateCStreamSize_usingCCtxParams(&initialParams); in ZSTD_estimateCStreamSize_usingCParams()
1780 return ZSTD_estimateCStreamSize_usingCCtxParams(&initialParams); in ZSTD_estimateCStreamSize_usingCParams()