Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1550 …U32 const windowSizeMax = 1U << ZSTD_WINDOWLOG_MAX; /* note : should be user-selectable, but req… in ZSTD_estimateDStreamSize_fromFrame() local
1555 RETURN_ERROR_IF(zfh.windowSize > windowSizeMax, in ZSTD_estimateDStreamSize_fromFrame()