Searched defs:_dist_code (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/lib/libz/
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
277 _dist_code[dist++] = (uch)code;
285 _dist_code[256 + dist++] = (uch)code;
349 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n");
351 fprintf(header, "%2u%s", _dist_code[i],
H A Dzconf.h21 # define _dist_code z__dist_code macro
/illumos-gate/usr/src/uts/common/zmod/
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],
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c594 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
597 * must not have side effects. _dist_code[256] and _dist_code[257] are never
605 local uch _dist_code[]; variable
2319 local uch _dist_code[512]; variable
2501 _dist_code[dist++] = (uch)code;
2509 _dist_code[256 + dist++] = (uch)code;

Completed in 64 milliseconds