Lines Matching refs:uInt
87 uInt w_size; /* LZ77 window size (32K by default) */
88 uInt w_bits; /* log2(w_size) (8..16) */
89 uInt w_mask; /* w_size - 1 */
114 uInt ins_h; /* hash index of string to be inserted */
115 uInt hash_size; /* number of elements in hash table */
116 uInt hash_bits; /* log2(hash_size) */
117 uInt hash_mask; /* hash_size-1 */
119 uInt hash_shift;
131 uInt match_length; /* length of best match */
134 uInt strstart; /* start of string to insert */
135 uInt match_start; /* start of matching string */
136 uInt lookahead; /* number of valid bytes ahead in window */
138 uInt prev_length;
143 uInt max_chain_length;
149 uInt max_lazy_match;
163 uInt good_match;
194 uInt lit_bufsize;
214 uInt last_lit; /* running index in l_buf */
225 uInt matches; /* number of string matches in current block */