Home
last modified time | relevance | path

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

/u-boot/lib/zlib/
A Ddeflate.c180 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
181 match_head = s->head[s->ins_h], \
182 s->head[s->ins_h] = (Pos)(str))
185 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
186 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
187 s->head[s->ins_h] = (Pos)(str))
344 s->ins_h = s->window[0];
345 UPDATE_HASH(s, s->ins_h, s->window[1]);
1040 s->ins_h = 0;
1384 s->ins_h = s->window[s->strstart];
[all …]
A Ddeflate.h136 uInt ins_h; /* hash index of string to be inserted */ member

Completed in 8 milliseconds