Home
last modified time | relevance | path

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

/openbmc/linux/lib/zlib_deflate/
H A Ddeflate.c175 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
176 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \
177 s->head[s->ins_h] = (Pos)(str))
550 s->ins_h = 0; in lm_init()
821 s->ins_h = s->window[s->strstart]; in fill_window()
822 UPDATE_HASH(s, s->ins_h, s->window[s->strstart+1]); in fill_window()
990 s->ins_h = s->window[s->strstart]; in deflate_fast()
991 UPDATE_HASH(s, s->ins_h, s->window[s->strstart+1]); in deflate_fast()
H A Ddefutil.h114 uInt ins_h; /* hash index of string to be inserted */ member
/openbmc/u-boot/lib/zlib/
H A Ddeflate.c179 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
180 match_head = s->head[s->ins_h], \
181 s->head[s->ins_h] = (Pos)(str))
184 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
185 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
186 s->head[s->ins_h] = (Pos)(str))
343 s->ins_h = s->window[0];
344 UPDATE_HASH(s, s->ins_h, s->window[1]);
1039 s->ins_h = 0;
1383 s->ins_h = s->window[s->strstart];
[all …]
H A Ddeflate.h136 uInt ins_h; /* hash index of string to be inserted */ member