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

/freebsd-11-stable/sys/contrib/zlib/
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
H A Ddeflate.h309 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
311 * must not have side effects. _dist_code[256] and _dist_code[257] are never
320 extern uch ZLIB_INTERNAL _dist_code[];
323 extern const uch ZLIB_INTERNAL _dist_code[];
H A Dtrees.c98 uch _dist_code[DIST_CODE_LEN]; variable
275 _dist_code[dist++] = (uch)code;
283 _dist_code[256 + dist++] = (uch)code;
347 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n");
349 fprintf(header, "%2u%s", _dist_code[i],
H A Dzconf.h21 # define _dist_code z__dist_code macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.h291 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
293 * must not have side effects. _dist_code[256] and _dist_code[257] are never
302 extern uch _dist_code[];
305 extern const uch _dist_code[];
H A Dtrees.c102 uch _dist_code[DIST_CODE_LEN]; variable
279 _dist_code[dist++] = (uch)code;
287 _dist_code[256 + dist++] = (uch)code;
351 fprintf(header, "const uch _dist_code[DIST_CODE_LEN] = {\n");
353 fprintf(header, "%2u%s", _dist_code[i],

Completed in 75 milliseconds