Searched refs:uch (Results 1 – 3 of 3) sorted by relevance
136 uch e; /* number of extra bits or operation */137 uch b; /* number of bits in this code or subcode */229 #define NEXTBYTE() ({ int v = get_byte(); if (v < 0) goto underrun; (uch)v; })503 r.b = (uch)l; /* bits to dump before this table */ in huft_build()504 r.e = (uch)(16 + j); /* bits in this table */ in huft_build()514 r.b = (uch)(k - w); in huft_build()525 r.e = (uch)e[*p - s]; /* non-simple--look up in lists */ in huft_build()625 slide[w++] = (uch)t->v.n; in inflate_codes()735 slide[w++] = (uch)b; in inflate_stored()1192 uch flags; in gunzip()[all …]
29 typedef unsigned char uch; typedef
1526 typedef unsigned char uch;
Completed in 9 milliseconds