OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_MATCH
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/dist/zlib/
zutil.h
99
#define
MAX_MATCH
258
/src/common/dist/zlib/contrib/gcc_gvmat64/
gvmat64.S
93
#define
MAX_MATCH
258
95
#define MIN_LOOKAHEAD (
MAX_MATCH
+MIN_MATCH+1)
488
//;;; Calculate the length of the match. If it is longer than
MAX_MATCH
,
493
cmp eax,
MAX_MATCH
538
mov r11d,
MAX_MATCH
/src/sys/net/
zlib.c
131
#define
MAX_MATCH
258
390
* wSize-
MAX_MATCH
bytes, but this ensures that IO is always
544
#define MIN_LOOKAHEAD (
MAX_MATCH
+MIN_MATCH+1)
717
#define MIN_LOOKAHEAD (
MAX_MATCH
+MIN_MATCH+1)
1371
Bytef *strend = s->window + s->strstart +
MAX_MATCH
- 1;
1375
Bytef *strend = s->window + s->strstart +
MAX_MATCH
;
1380
/* The code is optimized for HASH_BITS >= 8 and
MAX_MATCH
-2 multiple of 16.
1383
Assert(s->hash_bits >= 8 &&
MAX_MATCH
== 258, "Code too clever");
1403
#if (defined(UNALIGNED_OK) &&
MAX_MATCH
== 258)
1415
* at strstart+257. If
MAX_MATCH
-2 is not a multiple of 8, it i
[
all
...]
Completed in 14 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025