Searched refs:ins_h (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeflate.c154 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
155 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \
156 s->head[s->ins_h] = (Pos)(str))
531 s->ins_h = 0;
802 s->ins_h = s->window[s->strstart];
803 UPDATE_HASH(s, s->ins_h, s->window[s->strstart+1]);
808 /* If the whole input has less than MIN_MATCH bytes, ins_h is garbage,
971 s->ins_h = s->window[s->strstart];
972 UPDATE_HASH(s, s->ins_h, s->window[s->strstart+1]);
976 /* If lookahead < MIN_MATCH, ins_h i
[all...]
H A Ddefutil.h112 uInt ins_h; /* hash index of string to be inserted */ member in struct:deflate_state
118 /* Number of bits by which ins_h must be shifted at each input
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.c185 (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 Ddeflate.h136 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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c185 (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 Ddeflate.h136 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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c245 unsigned ins_h; /* hash index of string to be inserted */ member in struct:globals
248 /* Number of bits by which ins_h and del_h must be shifted at each
1713 UPDATE_HASH(G1.ins_h, G1.window[(s) + MIN_MATCH-1]); \
1714 G1.prev[(s) & WMASK] = match_head = head[G1.ins_h]; \
1715 head[G1.ins_h] = (s); \
1870 G1.ins_h = 0;
1872 UPDATE_HASH(G1.ins_h, G1.window[j]);
1873 /* If lookahead < MIN_MATCH, ins_h is garbage, but this is
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c257 uInt ins_h; /* hash index of string to be inserted */ member in struct:deflate_state
263 /* Number of bits by which ins_h must be shifted at each input
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]);
1193 /* If the whole input has less than MIN_MATCH bytes, ins_h is garbage,
1295 s->ins_h
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c382 uInt ins_h; /* hash index of string to be inserted */ member in struct:deflate_state
388 /* Number of bits by which ins_h must be shifted at each input
709 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
710 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \
711 s->head[s->ins_h] = (Pos)(str))
852 * s->lookahead stays null, so s->ins_h will be recomputed at the next
855 s->ins_h = s->window[0];
856 UPDATE_HASH(s, s->ins_h, s->window[1]);
1250 s->ins_h = 0;
1523 s->ins_h
[all...]

Completed in 95 milliseconds