Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_internal.h314 #define ZSTD_WORKSPACETOOLARGE_FACTOR 3 macro
H A Dzstd_cwksp.h504 ws, additionalNeededSpace * ZSTD_WORKSPACETOOLARGE_FACTOR); in ZSTD_cwksp_check_too_large()
H A Dzstd_decompress.c1520 …Size + zds->outBuffSize) >= (neededInBuffSize + neededOutBuffSize) * ZSTD_WORKSPACETOOLARGE_FACTOR; in ZSTD_DCtx_isOverflow()