Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.h291 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
302 extern uch _dist_code[];
305 extern const uch _dist_code[];
H A Dzconf.h101 #define _dist_code z__dist_code macro
H A Dtrees.c102 uch _dist_code[DIST_CODE_LEN]; variable
279 _dist_code[dist++] = (uch)code; in tr_static_init()
287 _dist_code[256 + dist++] = (uch)code; in tr_static_init()
353 fprintf(header, "%2u%s", _dist_code[i], in gen_trees_header()
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Ddeflate.h304 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
315 extern uch ZLIB_INTERNAL _dist_code[];
318 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.h21 # define _dist_code z__dist_code macro
H A Dzconf.h.in21 # define _dist_code z__dist_code macro
H A Dzconf.h.cmakein23 # define _dist_code z__dist_code
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Ddeflate.h304 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
315 extern uch ZLIB_INTERNAL _dist_code[];
318 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.h21 # define _dist_code z__dist_code macro
H A Dzconf.h.cmakein23 # define _dist_code z__dist_code
H A Dzconf.h.in21 # define _dist_code z__dist_code macro
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Ddeflate.h304 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
315 extern uch ZLIB_INTERNAL _dist_code[];
318 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.h21 # define _dist_code z__dist_code macro
H A Dzconf.h.in21 # define _dist_code z__dist_code macro
H A Dzconf.h.cmakein23 # define _dist_code z__dist_code
/netbsd-src/external/gpl3/gdb.old/dist/zlib/
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
/netbsd-src/common/dist/zlib/
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
/netbsd-src/sys/net/
H A Dzlib.c565 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
576 extern uch _dist_code[];
579 extern const uch _dist_code[];
2072 uch _dist_code[DIST_CODE_LEN]; variable
2162 const uch _dist_code[DIST_CODE_LEN] = { variable
2377 _dist_code[dist++] = (uch)code; in tr_static_init()
2385 _dist_code[256 + dist++] = (uch)code; in tr_static_init()
2451 fprintf(header, "%2u%s", _dist_code[i], in gen_trees_header()