Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/common/
Dzstd_internal.h314 #define ZSTD_WORKSPACETOOLARGE_FACTOR 3 macro
/linux-6.1.9/lib/zstd/compress/
Dzstd_cwksp.h464 ws, additionalNeededSpace * ZSTD_WORKSPACETOOLARGE_FACTOR); in ZSTD_cwksp_check_too_large()
/linux-6.1.9/lib/zstd/decompress/
Dzstd_decompress.c1744 …Size + zds->outBuffSize) >= (neededInBuffSize + neededOutBuffSize) * ZSTD_WORKSPACETOOLARGE_FACTOR; in ZSTD_DCtx_isOverflow()