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

/darwin-on-arm/xnu/libkern/zlib/
H A Dtrees.h100 const uch _dist_code[DIST_CODE_LEN] = {
129 const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {
H A Ddeflate.h237 uch depth[2*L_CODES+1];
328 extern uch _length_code[];
329 extern uch _dist_code[];
331 extern const uch _length_code[];
332 extern const uch _dist_code[];
336 { uch cc = (c); \
343 { uch len = (length); \
H A Dtrees.c97 local const uch bl_order[BL_CODES]
129 uch _dist_code[DIST_CODE_LEN];
135 uch _length_code[MAX_MATCH-MIN_MATCH+1];
208 put_byte(s, (uch)((w) & 0xff)); \
209 put_byte(s, (uch)((ush)(w) >> 8)); \
291 _length_code[length++] = (uch)code;
299 _length_code[length-1] = (uch)code;
306 _dist_code[dist++] = (uch)code;
314 _dist_code[256 + dist++] = (uch)code;
378 fprintf(header, "const uch _dist_cod
[all...]
H A Dzutil.h86 typedef unsigned char uch; typedef
87 typedef uch FAR uchf;
H A Dzutil.c262 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;

Completed in 36 milliseconds