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

/linux-master/include/linux/
H A Dzstd_lib.h1481 * and ZSTD_estimateCCtxSize_usingCCtxParams(), which can be used in tandem with ZSTD_CCtxParams_setParameter().
1485 * ZSTD_estimateCCtxSize_usingCCtxParams() will return an error code if ZSTD_c_nbWorkers is >= 1.
1489 ZSTDLIB_STATIC_API size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params);
/linux-master/lib/zstd/compress/
H A Dzstd_compress.c1434 size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params) function
1457 noRowCCtxSize = ZSTD_estimateCCtxSize_usingCCtxParams(&initialParams);
1459 rowCCtxSize = ZSTD_estimateCCtxSize_usingCCtxParams(&initialParams);
1462 return ZSTD_estimateCCtxSize_usingCCtxParams(&initialParams);

Completed in 132 milliseconds