Searched refs:_dist_code (Results 1 – 9 of 9) sorted by relevance
291 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])302 extern uch _dist_code[];305 extern const uch _dist_code[];
73 const uch _dist_code[DIST_CODE_LEN] = { variable
102 uch _dist_code[DIST_CODE_LEN]; variable279 _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()
302 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])313 extern uch ZLIB_INTERNAL _dist_code[];316 extern const uch ZLIB_INTERNAL _dist_code[];
73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
103 uch _dist_code[DIST_CODE_LEN]; variable282 _dist_code[dist++] = (uch)code; in tr_static_init()290 _dist_code[256 + dist++] = (uch)code; in tr_static_init()356 fprintf(header, "%2u%s", _dist_code[i], in gen_trees_header()
20 # define _dist_code z__dist_code macro
22 # define _dist_code z__dist_code