Searched refs:ins_h (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/zlib/ |
H A D | deflate.c | 178 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \ 179 match_head = s->head[s->ins_h], \ 180 s->head[s->ins_h] = (Pos)(str)) 183 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \ 184 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \ 185 s->head[s->ins_h] = (Pos)(str)) 461 UPDATE_HASH(s, s->ins_h, s->window[str + MIN_MATCH-1]); 463 s->prev[str & s->w_mask] = s->head[s->ins_h]; 465 s->head[s->ins_h] = (Pos)str; 1254 s->ins_h = 0; [all …]
|
H A D | deflate.h | 142 uInt ins_h; /* hash index of string to be inserted */ member
|
/netbsd-src/external/gpl3/gdb/dist/zlib/ |
H A D | deflate.c | 178 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \ 179 match_head = s->head[s->ins_h], \ 180 s->head[s->ins_h] = (Pos)(str)) 183 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \ 184 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \ 185 s->head[s->ins_h] = (Pos)(str)) 461 UPDATE_HASH(s, s->ins_h, s->window[str + MIN_MATCH-1]); 463 s->prev[str & s->w_mask] = s->head[s->ins_h]; 465 s->head[s->ins_h] = (Pos)str; 1254 s->ins_h = 0; [all …]
|
H A D | deflate.h | 142 uInt ins_h; /* hash index of string to be inserted */ member
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A D | deflate.c | 178 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \ 179 match_head = s->head[s->ins_h], \ 180 s->head[s->ins_h] = (Pos)(str)) 183 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \ 184 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \ 185 s->head[s->ins_h] = (Pos)(str)) 461 UPDATE_HASH(s, s->ins_h, s->window[str + MIN_MATCH-1]); 463 s->prev[str & s->w_mask] = s->head[s->ins_h]; 465 s->head[s->ins_h] = (Pos)str; 1254 s->ins_h = 0; [all …]
|
H A D | deflate.h | 142 uInt ins_h; /* hash index of string to be inserted */ member
|
/netbsd-src/external/cddl/osnet/dist/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
|
/netbsd-src/sys/net/ |
H A D | zlib.c | 409 uInt ins_h; /* hash index of string to be inserted */ member 782 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \ 783 match_head = s->head[s->ins_h], \ 784 s->head[s->ins_h] = (Pos)(str)) 787 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \ 788 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \ 789 s->head[s->ins_h] = (Pos)(str)) 930 s->ins_h = s->window[0]; 931 UPDATE_HASH(s, s->ins_h, s->window[1]); 1330 s->ins_h = 0; in lm_init() [all …]
|