Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress.c1795 U32 const windowSizeMax = 1U << ZSTD_WINDOWLOG_MAX; /* note : should be user-selectable, but requires an additional parameter (or a dctx) */ in ZSTD_estimateDStreamSize_fromFrame() local
1800 RETURN_ERROR_IF(zfh.windowSize > windowSizeMax, in ZSTD_estimateDStreamSize_fromFrame()
/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c239 U32 const windowSizeMax = 1U << ZSTD_WINDOWLOG_MAX; in ZSTD_getFrameParams() local
282 if (windowSize > windowSizeMax) in ZSTD_getFrameParams()

Completed in 8 milliseconds