Lines Matching refs:uInt
119 uInt w_size; /* LZ77 window size (32K by default) */
120 uInt w_bits; /* log2(w_size) (8..16) */
121 uInt w_mask; /* w_size - 1 */
146 uInt ins_h; /* hash index of string to be inserted */
147 uInt hash_size; /* number of elements in hash table */
148 uInt hash_bits; /* log2(hash_size) */
149 uInt hash_mask; /* hash_size-1 */
151 uInt hash_shift;
163 uInt match_length; /* length of best match */
166 uInt strstart; /* start of string to insert */
167 uInt match_start; /* start of matching string */
168 uInt lookahead; /* number of valid bytes ahead in window */
170 uInt prev_length;
175 uInt max_chain_length;
181 uInt max_lazy_match;
195 uInt good_match;
231 uInt lit_bufsize;
251 uInt sym_next; /* running index in symbol buffer */
252 uInt sym_end; /* symbol table full when sym_next reaches this */
256 uInt matches; /* number of string matches in current block */
257 uInt insert; /* bytes at end of window left to insert */
280 uInt chromium_zlib_hash;