Lines Matching refs:uch
71 local const uch bl_order[BL_CODES]
98 uch _dist_code[DIST_CODE_LEN];
104 uch _length_code[MAX_MATCH-MIN_MATCH+1];
145 put_byte(s, (uch)((w) & 0xff)); \
146 put_byte(s, (uch)((ush)(w) >> 8)); \
321 _length_code[length++] = (uch)code; in tr_static_init()
329 _length_code[length - 1] = (uch)code; in tr_static_init()
336 _dist_code[dist++] = (uch)code; in tr_static_init()
344 _dist_code[256 + dist++] = (uch)code; in tr_static_init()
680 s->depth[node] = (uch)((s->depth[n] >= s->depth[m] ? in build_tree()
1096 s->l_buf[s->sym_next++] = (uch)lc;
1098 s->sym_buf[s->sym_next++] = (uch)dist;
1099 s->sym_buf[s->sym_next++] = (uch)(dist >> 8);
1100 s->sym_buf[s->sym_next++] = (uch)lc;