Home
last modified time | relevance | path

Searched refs:_dist_code (Results 1 – 5 of 5) sorted by relevance

/src/sys/contrib/zlib/
H A Ddeflate.h321 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
332 extern uch ZLIB_INTERNAL _dist_code[];
335 extern const uch ZLIB_INTERNAL _dist_code[];
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
337 _dist_code[dist++] = (uch)code; in tr_static_init()
345 _dist_code[256 + dist++] = (uch)code; in tr_static_init()
410 fprintf(header, "%2u%s", _dist_code[i], in gen_trees_header()
H A Dzconf.h40 # define _dist_code z__dist_code macro
H A Dzconf.h.in21 # define _dist_code z__dist_code macro