Home
last modified time | relevance | path

Searched refs:DIST_CODE_LEN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
H A Dtrees.c81 #define DIST_CODE_LEN 512 /* see definition of array dist_code below */ macro
98 uch _dist_code[DIST_CODE_LEN];
348 for (i = 0; i < DIST_CODE_LEN; i++) { in gen_trees_header()
350 SEPARATOR(i, DIST_CODE_LEN-1, 20)); in gen_trees_header()
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c2301 #define DIST_CODE_LEN 512 /* see definition of array dist_code below */ macro