Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c1323 size_t const bufferSpace = ZSTD_cwksp_alloc_size(buffInSize) in ZSTD_estimateCCtxSize_usingCCtxParams_internal() local
1336 bufferSpace; in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c14231 size_t const bufferSpace = ZSTD_cwksp_alloc_size(0) in ZSTD_estimateCCtxSize_usingCCtxParams() local
14244 bufferSpace; in ZSTD_estimateCCtxSize_usingCCtxParams()
14548 … size_t const bufferSpace = ZSTD_cwksp_alloc_size(buffInSize) + ZSTD_cwksp_alloc_size(buffOutSize); in ZSTD_resetCCtx_internal() local
14560 bufferSpace; in ZSTD_resetCCtx_internal()
14566 neededSpace>>10, matchStateSize>>10, bufferSpace>>10); in ZSTD_resetCCtx_internal()