Lines Matching refs:uInt
85 uInt w_size; /* LZ77 window size (32K by default) */
86 uInt w_bits; /* log2(w_size) (8..16) */
87 uInt w_mask; /* w_size - 1 */
112 uInt ins_h; /* hash index of string to be inserted */
113 uInt hash_size; /* number of elements in hash table */
114 uInt hash_bits; /* log2(hash_size) */
115 uInt hash_mask; /* hash_size-1 */
117 uInt hash_shift;
129 uInt match_length; /* length of best match */
132 uInt strstart; /* start of string to insert */
133 uInt match_start; /* start of matching string */
134 uInt lookahead; /* number of valid bytes ahead in window */
136 uInt prev_length;
141 uInt max_chain_length;
147 uInt max_lazy_match;
161 uInt good_match;
192 uInt lit_bufsize;
212 uInt last_lit; /* running index in l_buf */
223 uInt matches; /* number of string matches in current block */