Searched refs:_dist_code (Results 1 – 8 of 8) sorted by relevance
306 ((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[];
73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
98 uch _dist_code[DIST_CODE_LEN]; variable277 _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()
21 # define _dist_code z__dist_code macro
23 # define _dist_code z__dist_code
103 _dist_code @102
38 FUNC(_dist_code)