Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c176 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
177 match_head = s->head[s->ins_h], \
178 s->head[s->ins_h] = (Pos)(str))
181 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
182 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
183 s->head[s->ins_h] = (Pos)(str))
459 UPDATE_HASH(s, s->ins_h, s->window[str + MIN_MATCH-1]);
461 s->prev[str & s->w_mask] = s->head[s->ins_h];
463 s->head[s->ins_h] = (Pos)str;
1252 s->ins_h = 0;
[all …]
H A Ddeflate.h140 uInt ins_h; /* hash index of string to be inserted */ member
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c408 uInt ins_h; /* hash index of string to be inserted */ member
814 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
815 match_head = s->head[s->ins_h], \
816 s->head[s->ins_h] = (Pos)(str))
819 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
820 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \
821 s->head[s->ins_h] = (Pos)(str))
983 s->ins_h = s->window[0];
984 UPDATE_HASH(s, s->ins_h, s->window[1]);
1428 s->ins_h = 0;
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c257 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]);
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1346 uInt ins_h; /* hash index of string to be inserted */ member