Searched defs:_dist_code (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
H A Dtrees.c98 uch _dist_code[DIST_CODE_LEN]; variable
277 _dist_code[dist++] = (uch)code;
285 _dist_code[256 + dist++] = (uch)code;
349 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n");
351 fprintf(header, "%2u%s", _dist_code[i],
H A Dzconf.h21 # define _dist_code z__dist_code macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
H A Dtrees.h73 const uch _dist_code[DIST_CODE_LEN] = { variable
H A Dtrees.c102 uch _dist_code[DIST_CODE_LEN]; variable
279 _dist_code[dist++] = (uch)code;
287 _dist_code[256 + dist++] = (uch)code;
351 fprintf(header, "const uch _dist_code[DIST_CODE_LEN] = {\n");
353 fprintf(header, "%2u%s", _dist_code[i],

Completed in 190 milliseconds