Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.h302 ((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[];
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
275 _dist_code[dist++] = (uch)code; in tr_static_init()
283 _dist_code[256 + dist++] = (uch)code; in tr_static_init()
349 fprintf(header, "%2u%s", _dist_code[i], in gen_trees_header()
H A Dzconf.h44 # define _dist_code z__dist_code macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c592 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
603 local uch _dist_code[]; variable
2317 local uch _dist_code[512]; variable
2499 _dist_code[dist++] = (uch)code; in tr_static_init()
2507 _dist_code[256 + dist++] = (uch)code; in tr_static_init()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1501 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
1512 extern uch _dist_code[];
1515 extern const uch _dist_code[];