Searched refs:uch (Results 1 - 11 of 11) sorted by relevance

/ast/src/cmd/codexlib/zip/
H A Dhuff.h26 uch e; /* number of extra bits or operation */
27 uch b; /* number of bits in this code or subcode */
H A Dzip.h12 typedef uint8_t uch; typedef
H A Ddeflate.c138 uch buf[SF_BUFSIZE];
139 uch slide[WINDOW];
146 uch* ip;
147 uch* ie;
185 to be usable as if it were declared "uch slide[32768];" or as just
186 "uch *slide;" and then malloc'ed in the latter case. The definition
212 static uch*
213 inflate_codes(State_t* state, register uch* p, register uch* e)
224 uch* slid
[all...]
H A Dhuff.c191 r.b = (uch)l[h-1]; /* bits to dump before this table */
192 r.e = (uch)(16 + j);/* bits in this table */
200 r.b = (uch)(k - w);
205 r.e = (uch)(*p < 256 ? 16 : 15); /* 256 is end-of-block code */
210 r.e = (uch)e[*p - s]; /* non-simple--look up in lists */
H A Dimplode.c38 c8 17 Oct 92 G. Roelofs changed ULONG/UWORD/byte to ulg/ush/uch.
107 uch buf[SF_BUFSIZE];
108 uch* ip;
109 uch* ie;
114 uch slide[WSIZE];
138 /* This must be supplied in an external module useable like "uch slide[8192];"
139 or "uch *slide;", where the latter would be malloc'ed. In unzip, slide[]
289 buff[j++] = state->slide[w++] = (uch)t->v.n;
429 buff[j++] = state->slide[w++] = (uch)t->v.n;
556 buff[j++] = state->slide[w++] = (uch)stat
[all...]
/ast/src/lib/libz/
H A Dtrees.h122 const uch _dist_code[DIST_CODE_LEN] = {
151 const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {
H A Ddeflate.h210 uch depth[2*L_CODES+1];
301 extern uch _length_code[];
302 extern uch _dist_code[];
304 extern const uch _length_code[];
305 extern const uch _dist_code[];
309 { uch cc = (c); \
316 { uch len = (length); \
H A Dtrees.c70 local const uch bl_order[BL_CODES]
102 uch _dist_code[DIST_CODE_LEN];
108 uch _length_code[MAX_MATCH-MIN_MATCH+1];
181 put_byte(s, (uch)((w) & 0xff)); \
182 put_byte(s, (uch)((ush)(w) >> 8)); \
264 _length_code[length++] = (uch)code;
272 _length_code[length-1] = (uch)code;
279 _dist_code[dist++] = (uch)code;
287 _dist_code[256 + dist++] = (uch)code;
351 fprintf(header, "const uch _dist_cod
[all...]
H A Dzutil.h47 typedef unsigned char uch; typedef
48 typedef uch FAR uchf;
H A Dzutil.c234 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
/ast/src/cmd/INIT/
H A Dratz.c596 typedef unsigned char uch; typedef
597 typedef uch FAR uchf;
904 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
1420 uch depth[2*L_CODES+1];
1511 extern uch _length_code[];
1512 extern uch _dist_code[];
1514 extern const uch _length_code[];
1515 extern const uch _dist_code[];
1519 { uch cc = (c); \
1526 { uch le
[all...]

Completed in 36 milliseconds