Home | History | Annotate | Download | only in zlib

Lines Matching refs:uInt

100     uInt   pending;      /* nb of bytes in the pending buffer */
103 uInt gzindex; /* where in extra, name, or comment */
109 uInt w_size; /* LZ77 window size (32K by default) */
110 uInt w_bits; /* log2(w_size) (8..16) */
111 uInt w_mask; /* w_size - 1 */
136 uInt ins_h; /* hash index of string to be inserted */
137 uInt hash_size; /* number of elements in hash table */
138 uInt hash_bits; /* log2(hash_size) */
139 uInt hash_mask; /* hash_size-1 */
141 uInt hash_shift;
153 uInt match_length; /* length of best match */
156 uInt strstart; /* start of string to insert */
157 uInt match_start; /* start of matching string */
158 uInt lookahead; /* number of valid bytes ahead in window */
160 uInt prev_length;
165 uInt max_chain_length;
171 uInt max_lazy_match;
185 uInt good_match;
216 uInt lit_bufsize;
236 uInt last_lit; /* running index in l_buf */
246 uInt matches; /* number of string matches in current block */