Searched refs:windowSizeMax (Results 1 – 2 of 2) sorted by relevance
1550 …U32 const windowSizeMax = 1U << ZSTD_WINDOWLOG_MAX; /* note : should be user-selectable, but req… in ZSTD_estimateDStreamSize_fromFrame() local1555 RETURN_ERROR_IF(zfh.windowSize > windowSizeMax, in ZSTD_estimateDStreamSize_fromFrame()
3180 U32 const windowSizeMax = 1U << ZSTDv07_WINDOWLOG_MAX; in ZSTDv07_getFrameParams() local3212 if (windowSize > windowSizeMax) in ZSTDv07_getFrameParams()