Home | History | Annotate | Download | only in stage2

Lines Matching refs:uch

254 typedef unsigned char uch;
345 uch e; /* number of extra bits or operation */
346 uch b; /* number of bits in this code or subcode */
361 to be usable as if it were declared "uch slide[32768];" or as just
362 "uch *slide;" and then malloc'ed in the latter case. The definition
367 static uch slide[WSIZE];
488 static uch inbuf[INBUFSIZ];
660 r.b = (uch) l; /* bits to dump before this table */
661 r.e = (uch) (16 + j); /* bits in this table */
669 r.b = (uch) (k - w);
674 r.e = (uch) (*p < 256 ? 16 : 15); /* 256 is end-of-block code */
680 r.e = (uch) e[*p - s]; /* non-simple--look up in lists */
758 slide[w++] = (uch) t->v.n;