Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds