OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TOO_FAR
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/dist/zlib/
deflate.c
90
#ifndef
TOO_FAR
91
# define
TOO_FAR
4096
93
/* Matches of length 3 are discarded if their distance exceeds
TOO_FAR
*/
1954
#if
TOO_FAR
<= 32767
1956
s->strstart - s->match_start >
TOO_FAR
)
/src/sys/net/
zlib.c
712
#ifndef
TOO_FAR
713
# define
TOO_FAR
4096
715
/* Matches of length 3 are discarded if their distance exceeds
TOO_FAR
*/
1898
s->strstart - s->match_start >
TOO_FAR
))) {
Completed in 17 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025