Searched refs:ins_h (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/zmod/ |
H A D | deflate.c | 190 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \ 191 match_head = s->head[s->ins_h], \ 192 s->head[s->ins_h] = (Pos)(str)) 195 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \ 196 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \ 197 s->head[s->ins_h] = (Pos)(str)) 353 s->ins_h = s->window[0]; 354 UPDATE_HASH(s, s->ins_h, s->window[1]); 1011 s->ins_h = 0; 1353 s->ins_h = s->window[s->strstart]; [all …]
|
H A D | deflate.h | 136 uInt ins_h; /* hash index of string to be inserted */ member
|
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 410 uInt ins_h; /* hash index of string to be inserted */ member 816 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \ 817 match_head = s->head[s->ins_h], \ 818 s->head[s->ins_h] = (Pos)(str)) 821 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \ 822 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \ 823 s->head[s->ins_h] = (Pos)(str)) 985 s->ins_h = s->window[0]; 986 UPDATE_HASH(s, s->ins_h, s->window[1]); 1430 s->ins_h = 0; [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 257 uInt ins_h; /* hash index of string to be inserted */ member 566 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \ 567 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \ 568 s->head[s->ins_h] = (str)) 921 s->ins_h = 0; 1187 s->ins_h = s->window[s->strstart]; 1188 UPDATE_HASH(s, s->ins_h, s->window[s->strstart+1]); 1295 s->ins_h = s->window[s->strstart]; 1296 UPDATE_HASH(s, s->ins_h, s->window[s->strstart+1]);
|