Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v07.c3180 U32 const windowSizeMax = 1U << ZSTDv07_WINDOWLOG_MAX; in ZSTDv07_getFrameParams() local
3212 if (windowSize > windowSizeMax) in ZSTDv07_getFrameParams()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c26011 …U32 const windowSizeMax = 1U << ZSTD_WINDOWLOG_MAX; /* note : should be user-selectable, but req… in ZSTD_estimateDStreamSize_fromFrame() local
26016 RETURN_ERROR_IF(zfh.windowSize > windowSizeMax, in ZSTD_estimateDStreamSize_fromFrame()