Lines Matching refs:uInt
103 uInt pending; /* nb of bytes in the pending buffer */
106 uInt gzindex; /* where in extra, name, or comment */
112 uInt w_size; /* LZ77 window size (32K by default) */
113 uInt w_bits; /* log2(w_size) (8..16) */
114 uInt w_mask; /* w_size - 1 */
139 uInt ins_h; /* hash index of string to be inserted */
140 uInt hash_size; /* number of elements in hash table */
141 uInt hash_bits; /* log2(hash_size) */
142 uInt hash_mask; /* hash_size-1 */
144 uInt hash_shift;
156 uInt match_length; /* length of best match */
159 uInt strstart; /* start of string to insert */
160 uInt match_start; /* start of matching string */
161 uInt lookahead; /* number of valid bytes ahead in window */
163 uInt prev_length;
168 uInt max_chain_length;
174 uInt max_lazy_match;
188 uInt good_match;
219 uInt lit_bufsize;
239 uInt last_lit; /* running index in l_buf */
249 uInt matches; /* number of string matches in current block */
250 uInt insert; /* bytes at end of window left to insert */