Home
last modified time | relevance | path

Searched refs:uch (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/lib/zlib/
H A Ddeflate.h210 uch depth[2*L_CODES+1];
312 extern uch ZLIB_INTERNAL _length_code[];
313 extern uch ZLIB_INTERNAL _dist_code[];
315 extern const uch ZLIB_INTERNAL _length_code[];
316 extern const uch ZLIB_INTERNAL _dist_code[];
320 { uch cc = (c); \
327 { uch len = (length); \
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
H A Dzutil.h47 typedef unsigned char uch; typedef
48 typedef uch FAR uchf;
H A Dtrees.c71 local const uch bl_order[BL_CODES]
103 uch _dist_code[DIST_CODE_LEN];
109 uch _length_code[MAX_MATCH-MIN_MATCH+1];
182 put_byte(s, (uch)((w) & 0xff)); \
183 put_byte(s, (uch)((ush)(w) >> 8)); \
267 _length_code[length++] = (uch)code; in tr_static_init()
275 _length_code[length-1] = (uch)code; in tr_static_init()
282 _dist_code[dist++] = (uch)code; in tr_static_init()
290 _dist_code[256 + dist++] = (uch)code; in tr_static_init()
681 s->depth[node] = (uch)((s->depth[n] >= s->depth[m] ?
[all …]