OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxCLevel
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/contrib/pzstd/
Options.cpp
380
unsigned
maxCLevel
=
382
if (compressionLevel >
maxCLevel
|| compressionLevel == 0) {
/src/external/bsd/zstd/dist/programs/
zstdcli.c
838
# define
MAXCLEVEL
22
841
# define
MAXCLEVEL
ZSTD_maxCLevel()
856
adaptMax =
MAXCLEVEL
,
1525
{ int const
maxCLevel
= ultra ? ZSTD_maxCLevel() : ZSTDCLI_CLEVEL_MAX;
1526
if (cLevel >
maxCLevel
) {
1527
DISPLAYLEVEL(2, "Warning : compression level higher than max, reduced to %i \n",
maxCLevel
);
1528
cLevel =
maxCLevel
;
Completed in 15 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026