Searched refs:_dist_code (Results 1 – 12 of 12) sorted by relevance
316 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])327 extern uch ZLIB_INTERNAL _dist_code[];330 extern const uch ZLIB_INTERNAL _dist_code[];
73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
96 uch _dist_code[DIST_CODE_LEN]; variable335 _dist_code[dist++] = (uch)code; in tr_static_init()343 _dist_code[256 + dist++] = (uch)code; in tr_static_init()408 fprintf(header, "%2u%s", _dist_code[i], in gen_trees_header()
19 # define _dist_code z__dist_code macro
315 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])326 extern uch ZLIB_INTERNAL _dist_code[];329 extern const uch ZLIB_INTERNAL _dist_code[];
98 uch _dist_code[DIST_CODE_LEN]; variable336 _dist_code[dist++] = (uch)code; in tr_static_init()344 _dist_code[256 + dist++] = (uch)code; in tr_static_init()409 fprintf(header, "%2u%s", _dist_code[i], in gen_trees_header()
21 # define _dist_code Perl_crz__dist_code macro