Lines Matching refs:uch
71 local const uch bl_order[BL_CODES]
103 uch _dist_code[DIST_CODE_LEN];
109 uch _length_code[MAX_MATCH-MIN_MATCH+1];
182 put_byte(s, (uch)((w) & 0xff)); \
183 put_byte(s, (uch)((ush)(w) >> 8)); \
267 _length_code[length++] = (uch)code; in tr_static_init()
275 _length_code[length-1] = (uch)code; in tr_static_init()
282 _dist_code[dist++] = (uch)code; in tr_static_init()
290 _dist_code[256 + dist++] = (uch)code; in tr_static_init()
681 s->depth[node] = (uch)((s->depth[n] >= s->depth[m] ?
1032 s->l_buf[s->last_lit++] = (uch)lc;