Searched refs:ins_h (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.c212 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
213 match_head = s->head[s->ins_h], \
214 s->head[s->ins_h] = (Pos)(str))
217 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
218 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
219 s->head[s->ins_h] = (Pos)(str))
373 * s->lookahead stays null, so s->ins_h will be recomputed at the next
376 s->ins_h = s->window[0];
377 UPDATE_HASH(s, s->ins_h, s->window[1]);
1034 s->ins_h
[all...]
H A Ddeflate.h163 uInt ins_h; /* hash index of string to be inserted */ member in struct:internal_state
169 /* Number of bits by which ins_h must be shifted at each input

Completed in 21 milliseconds