Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/common/
H A Dzstd_internal.h257 #define ZSTD_WORKSPACETOOLARGE_FACTOR 3 macro
/openbmc/linux/lib/zstd/compress/
H A Dzstd_cwksp.h577 ws, additionalNeededSpace * ZSTD_WORKSPACETOOLARGE_FACTOR); in ZSTD_cwksp_check_too_large()
/openbmc/linux/lib/zstd/decompress/
H A Dzstd_decompress.c1810 …Size + zds->outBuffSize) >= (neededInBuffSize + neededOutBuffSize) * ZSTD_WORKSPACETOOLARGE_FACTOR; in ZSTD_DCtx_isOverflow()