Lines Matching refs:uInt
129 uInt pending; /* nb of bytes in the pending buffer */
132 uInt gzindex; /* where in extra, name, or comment */
138 uInt w_size; /* LZ77 window size (32K by default) */
139 uInt w_bits; /* log2(w_size) (8..16) */
140 uInt w_mask; /* w_size - 1 */
165 uInt ins_h; /* hash index of string to be inserted */
166 uInt hash_size; /* number of elements in hash table */
167 uInt hash_bits; /* log2(hash_size) */
168 uInt hash_mask; /* hash_size-1 */
170 uInt hash_shift;
182 uInt match_length; /* length of best match */
185 uInt strstart; /* start of string to insert */
186 uInt match_start; /* start of matching string */
187 uInt lookahead; /* number of valid bytes ahead in window */
189 uInt prev_length;
194 uInt max_chain_length;
200 uInt max_lazy_match;
214 uInt good_match;
245 uInt lit_bufsize;
265 uInt last_lit; /* running index in l_buf */
275 uInt matches; /* number of string matches in current block */