Searched refs:ins_h (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libz/ |
H A D | deflate.c | 185 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \ 186 match_head = s->head[s->ins_h], \ 187 s->head[s->ins_h] = (Pos)(str)) 190 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \ 191 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \ 192 s->head[s->ins_h] = (Pos)(str)) 344 * s->lookahead stays null, so s->ins_h will be recomputed at the next 347 s->ins_h = s->window[0]; 348 UPDATE_HASH(s, s->ins_h, s->window[1]); 1005 s->ins_h [all...] |
H A D | deflate.h | 136 uInt ins_h; /* hash index of string to be inserted */ member in struct:internal_state 142 /* Number of bits by which ins_h must be shifted at each input
|
/ast/src/cmd/INIT/ |
H A D | ratz.c | 1346 uInt ins_h; /* hash index of string to be inserted */ member in struct:internal_state 1352 /* Number of bits by which ins_h must be shifted at each input
|
Completed in 21 milliseconds