Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c1395 const size_t buffOutSize, in ZSTD_estimateCCtxSize_usingCCtxParams_internal() argument
1416 + ZSTD_cwksp_alloc_size(buffOutSize); in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
1782 … size_t const buffOutSize = (zbuff == ZSTDb_buffered && params->outBufferMode == ZSTD_bm_buffered) in ZSTD_resetCCtx_internal() local
1798 buffInSize, buffOutSize, pledgedSrcSize); in ZSTD_resetCCtx_internal()
1867 zc->outBuffSize = buffOutSize; in ZSTD_resetCCtx_internal()
1868 zc->outBuff = (char*)ZSTD_cwksp_reserve_buffer(ws, buffOutSize); in ZSTD_resetCCtx_internal()