Searched refs:_dist_code (Results 1 – 3 of 3) sorted by relevance
320 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])331 extern uch _dist_code[];334 extern const uch _dist_code[];
100 const uch _dist_code[DIST_CODE_LEN] = { variable
129 uch _dist_code[DIST_CODE_LEN]; variable309 _dist_code[dist++] = (uch)code; in tr_static_init()317 _dist_code[256 + dist++] = (uch)code; in tr_static_init()384 fprintf(header, "%2u%s", _dist_code[i], in gen_trees_header()