OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:windowSizeMax
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress.c
2001
U32 const
windowSizeMax
= 1U << ZSTD_WINDOWLOG_MAX; /* note : should be user-selectable, but requires an additional parameter (or a dctx) */
2006
RETURN_ERROR_IF(zfh.windowSize >
windowSizeMax
,
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v07.c
3121
U32 const
windowSizeMax
= 1U << ZSTDv07_WINDOWLOG_MAX;
3153
if (windowSize >
windowSizeMax
)
Completed in 27 milliseconds
Indexes created Fri Apr 17 00:22:50 UTC 2026