Lines Matching refs:uch
140 uch e; /* number of extra bits or operation */
141 uch b; /* number of bits in this code or subcode */
166 to be usable as if it were declared "uch slide[32768];" or as just
167 "uch *slide;" and then malloc'ed in the latter case. The definition
233 #define NEXTBYTE() ({ int v = get_byte(); if (v < 0) goto underrun; (uch)v; })
507 r.b = (uch)l; /* bits to dump before this table */
508 r.e = (uch)(16 + j); /* bits in this table */
518 r.b = (uch)(k - w);
523 r.e = (uch)(*p < 256 ? 16 : 15); /* 256 is end-of-block code */
529 r.e = (uch)e[*p - s]; /* non-simple--look up in lists */
629 slide[w++] = (uch)t->v.n;
739 slide[w++] = (uch)b;
1196 uch flags;
1219 flags = (uch)get_byte();