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.c177 match_head = s->head[s->ins_h], \
178 s->head[s->ins_h] = (Pos)(str))
183 s->head[s->ins_h] = (Pos)(str))
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;
1580 s->ins_h = s->window[str];
1581 UPDATE_HASH(s, s->ins_h, s->window[str + 1]);
1588 s->prev[str & s->w_mask] = s->head[s->ins_h];
1590 s->head[s->ins_h] = (Pos)str;
[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
815 match_head = s->head[s->ins_h], \
816 s->head[s->ins_h] = (Pos)(str))
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;
1819 s->ins_h = s->window[s->strstart];
1820 UPDATE_HASH(s, s->ins_h, s->window[s->strstart+1]);
2027 s->ins_h = s->window[s->strstart];
[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