OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ins_h
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/dist/zlib/
deflate.c
158
(UPDATE_HASH(s, s->
ins_h
, s->window[(str) + (MIN_MATCH-1)]), \
159
match_head = s->head[s->
ins_h
], \
160
s->head[s->
ins_h
] = (Pos)(str))
163
(UPDATE_HASH(s, s->
ins_h
, s->window[(str) + (MIN_MATCH-1)]), \
164
match_head = s->prev[(str) & s->w_mask] = s->head[s->
ins_h
], \
165
s->head[s->
ins_h
] = (Pos)(str))
311
s->
ins_h
= s->window[str];
312
UPDATE_HASH(s, s->
ins_h
, s->window[str + 1]);
317
UPDATE_HASH(s, s->
ins_h
, s->window[str + MIN_MATCH-1]);
319
s->prev[str & s->w_mask] = s->head[s->
ins_h
];
[
all
...]
deflate.h
148
uInt
ins_h
; /* hash index of string to be inserted */
member in struct:internal_state
154
/* Number of bits by which
ins_h
must be shifted at each input
/src/sys/net/
zlib.c
409
uInt
ins_h
; /* hash index of string to be inserted */
member in struct:deflate_state
415
/* Number of bits by which
ins_h
must be shifted at each input
782
(UPDATE_HASH(s, s->
ins_h
, s->window[(str) + (MIN_MATCH-1)]), \
783
match_head = s->head[s->
ins_h
], \
784
s->head[s->
ins_h
] = (Pos)(str))
787
(UPDATE_HASH(s, s->
ins_h
, s->window[(str) + (MIN_MATCH-1)]), \
788
s->prev[(str) & s->w_mask] = match_head = s->head[s->
ins_h
], \
789
s->head[s->
ins_h
] = (Pos)(str))
927
* s->lookahead stays null, so s->
ins_h
will be recomputed at the next
930
s->
ins_h
= s->window[0]
[
all
...]
Completed in 34 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025