Home
last modified time | relevance | path

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

/external/zstd/lib/decompress/
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()
/external/zstd/lib/legacy/
Dzstd_v07.c3180 U32 const windowSizeMax = 1U << ZSTDv07_WINDOWLOG_MAX; in ZSTDv07_getFrameParams() local
3212 if (windowSize > windowSizeMax) in ZSTDv07_getFrameParams()