Lines Matching defs:uch
46 typedef unsigned char uch;
47 typedef uch FAR uchf;
331 uch depth[2*L_CODES+1];
1505 local uch bl_order[BL_CODES]
1533 local uch dist_code[512];
1539 local uch length_code[MAX_MATCH-MIN_MATCH+1];
1611 put_byte(s, (uch)((w) & 0xff)); \
1612 put_byte(s, (uch)((ush)(w) >> 8)); \
1685 length_code[length++] = (uch)code;
1693 length_code[length-1] = (uch)code;
1700 dist_code[dist++] = (uch)code;
1708 dist_code[256 + dist++] = (uch)code;
2035 s->depth[node] = (uch) (MAX(s->depth[n], s->depth[m]) + 1);
2409 s->l_buf[s->last_lit++] = (uch)lc;