uch                52 lib/libz/zutil.h typedef uch FAR uchf;
uch                52 net/zlib.c     typedef uch FAR uchf;
uch               343 net/zlib.c         uch depth[2*L_CODES+1];
uch              1518 net/zlib.c     local const uch bl_order[BL_CODES]
uch              1546 net/zlib.c     local uch dist_code[512];
uch              1552 net/zlib.c     local uch length_code[MAX_MATCH-MIN_MATCH+1];
uch              1624 net/zlib.c         put_byte(s, (uch)((w) & 0xff)); \
uch              1625 net/zlib.c         put_byte(s, (uch)((ush)(w) >> 8)); \
uch              1697 net/zlib.c                 length_code[length++] = (uch)code;
uch              1705 net/zlib.c         length_code[length-1] = (uch)code;
uch              1712 net/zlib.c                 dist_code[dist++] = (uch)code;
uch              1720 net/zlib.c                 dist_code[256 + dist++] = (uch)code;
uch              2047 net/zlib.c             s->depth[node] = (uch) (MAX(s->depth[n], s->depth[m]) + 1);
uch              2421 net/zlib.c         s->l_buf[s->last_lit++] = (uch)lc;