uch               280 init/do_mounts_rd.c static uch *inbuf;
uch               281 init/do_mounts_rd.c static uch *window;
uch               340 init/do_mounts_rd.c     uch *in, ch;
uch               377 init/initramfs.c static uch *inbuf;
uch               378 init/initramfs.c static uch *window;
uch               413 init/initramfs.c 	uch *in, ch;
uch               136 lib/inflate.c    uch e;                /* number of extra bits or operation */
uch               137 lib/inflate.c    uch b;                /* number of bits in this code or subcode */
uch               229 lib/inflate.c  #define NEXTBYTE()  ({ int v = get_byte(); if (v < 0) goto underrun; (uch)v; })
uch               503 lib/inflate.c            r.b = (uch)l;         /* bits to dump before this table */
uch               504 lib/inflate.c            r.e = (uch)(16 + j);  /* bits in this table */
uch               514 lib/inflate.c        r.b = (uch)(k - w);
uch               519 lib/inflate.c          r.e = (uch)(*p < 256 ? 16 : 15);    /* 256 is end-of-block code */
uch               525 lib/inflate.c          r.e = (uch)e[*p - s];   /* non-simple--look up in lists */
uch               625 lib/inflate.c        slide[w++] = (uch)t->v.n;
uch               735 lib/inflate.c      slide[w++] = (uch)b;
uch              1192 lib/inflate.c      uch flags;
uch              1215 lib/inflate.c      flags  = (uch)get_byte();
uch               223 lib/zlib_deflate/deflate.c     s->pending_buf = (uch *) overlay;
uch               593 lib/zlib_deflate/deflate.c     ds->pending_buf = (uch *) overlay;
uch                72 lib/zlib_deflate/deftree.c static const uch bl_order[BL_CODES]
uch                99 lib/zlib_deflate/deftree.c static uch dist_code[512];
uch               105 lib/zlib_deflate/deftree.c static uch length_code[MAX_MATCH-MIN_MATCH+1];
uch               243 lib/zlib_deflate/deftree.c             length_code[length++] = (uch)code;
uch               251 lib/zlib_deflate/deftree.c     length_code[length-1] = (uch)code;
uch               258 lib/zlib_deflate/deftree.c             dist_code[dist++] = (uch)code;
uch               266 lib/zlib_deflate/deftree.c             dist_code[256 + dist++] = (uch)code;
uch               597 lib/zlib_deflate/deftree.c         s->depth[node] = (uch) (max(s->depth[n], s->depth[m]) + 1);
uch               976 lib/zlib_deflate/deftree.c     s->l_buf[s->last_lit++] = (uch)lc;
uch               186 lib/zlib_deflate/defutil.h     uch depth[2*L_CODES+1];
uch               190 lib/zlib_deflate/defutil.h     uch *l_buf;          /* buffer for literals or lengths */
uch               282 lib/zlib_deflate/defutil.h     put_byte(s, (uch)((w) & 0xff)); \
uch               283 lib/zlib_deflate/defutil.h     put_byte(s, (uch)((ush)(w) >> 8)); \