Home
last modified time | relevance | path

Searched refs:_dist_code (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.h291 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
302 extern uch _dist_code[];
305 extern const uch _dist_code[];
Dtrees.h73 const uch _dist_code[DIST_CODE_LEN] = { variable
Dtrees.c102 uch _dist_code[DIST_CODE_LEN]; variable
279 _dist_code[dist++] = (uch)code; in tr_static_init()
287 _dist_code[256 + dist++] = (uch)code; in tr_static_init()
353 fprintf(header, "%2u%s", _dist_code[i], in gen_trees_header()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.h306 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
317 extern uch ZLIB_INTERNAL _dist_code[];
320 extern const uch ZLIB_INTERNAL _dist_code[];
Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
Dtrees.c98 uch _dist_code[DIST_CODE_LEN]; variable
277 _dist_code[dist++] = (uch)code; in tr_static_init()
285 _dist_code[256 + dist++] = (uch)code; in tr_static_init()
351 fprintf(header, "%2u%s", _dist_code[i], in gen_trees_header()
Dzconf.h21 # define _dist_code z__dist_code macro