Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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); \
Dtrees.h73 const uch _dist_code[DIST_CODE_LEN] = {
102 const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {
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; in tr_static_init()
272 _length_code[length-1] = (uch)code; in tr_static_init()
279 _dist_code[dist++] = (uch)code; in tr_static_init()
287 _dist_code[256 + dist++] = (uch)code; in tr_static_init()
677 s->depth[node] = (uch)((s->depth[n] >= s->depth[m] ?
[all …]
Dzutil.h55 typedef unsigned char uch; typedef
56 typedef uch FAR uchf;
Dzutil.c234 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4; in zcalloc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.h213 uch depth[2*L_CODES+1];
316 extern uch ZLIB_INTERNAL _length_code[];
317 extern uch ZLIB_INTERNAL _dist_code[];
319 extern const uch ZLIB_INTERNAL _length_code[];
320 extern const uch ZLIB_INTERNAL _dist_code[];
324 { uch cc = (c); \
331 { uch len = (length); \
Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
Dtrees.c71 local const uch bl_order[BL_CODES]
98 uch _dist_code[DIST_CODE_LEN];
104 uch _length_code[MAX_MATCH-MIN_MATCH+1];
177 put_byte(s, (uch)((w) & 0xff)); \
178 put_byte(s, (uch)((ush)(w) >> 8)); \
262 _length_code[length++] = (uch)code; in tr_static_init()
270 _length_code[length-1] = (uch)code; in tr_static_init()
277 _dist_code[dist++] = (uch)code; in tr_static_init()
285 _dist_code[256 + dist++] = (uch)code; in tr_static_init()
675 s->depth[node] = (uch)((s->depth[n] >= s->depth[m] ?
[all …]
Dzutil.h41 typedef unsigned char uch; typedef
42 typedef uch FAR uchf;
Dzutil.c238 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4; in zcalloc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
Dzutil.h55 typedef unsigned char uch; typedef
56 typedef uch FAR uchf;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
Dzutil.h44 typedef unsigned char uch; typedef
45 typedef uch FAR uchf;
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dzutil.h43 typedef unsigned char uch; typedef
44 typedef uch FAR uchf;
Dzutil.c234 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4; in zcalloc()