Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c1505 …U32 const windowSizeMax = 1U << ZSTD_WINDOWLOG_MAX; /* note : should be user-selectable, but req… in ZSTD_estimateDStreamSize_fromFrame() local
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1845 …U32 const windowSizeMax = 1U << ZSTD_WINDOWLOG_MAX; /* note : should be user-selectable, but req… in ZSTD_estimateDStreamSize_fromFrame() local
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.c3176 U32 const windowSizeMax = 1U << ZSTDv07_WINDOWLOG_MAX; in ZSTDv07_getFrameParams() local