OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENOUGH_LENS
(Results
1 - 4
of
4
) sorted by relevancy
/src/common/dist/zlib/contrib/infback9/
inftree9.h
48
#define
ENOUGH_LENS
852
50
#define ENOUGH (
ENOUGH_LENS
+ENOUGH_DISTS)
inftree9.c
159
the constants
ENOUGH_LENS
and ENOUGH_DISTS to guard against changes in
200
if ((type == LENS && used >=
ENOUGH_LENS
) ||
268
if ((type == LENS && used >=
ENOUGH_LENS
) ||
/src/common/dist/zlib/
inftrees.h
49
#define
ENOUGH_LENS
852
51
#define ENOUGH (
ENOUGH_LENS
+ENOUGH_DISTS)
inftrees.c
167
the constants
ENOUGH_LENS
and ENOUGH_DISTS to guard against changes in
206
if ((type == LENS && used >
ENOUGH_LENS
) ||
275
if ((type == LENS && used >
ENOUGH_LENS
) ||
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025