Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.h312 extern uch ZLIB_INTERNAL _length_code[];
315 extern const uch ZLIB_INTERNAL _length_code[];
334 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
H A Dtrees.h102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= { variable
H A Dtrees.c104 uch _length_code[MAX_MATCH-MIN_MATCH+1]; variable
260 _length_code[length++] = (uch)code; in tr_static_init()
268 _length_code[length-1] = (uch)code; in tr_static_init()
356 fprintf(header, "%2u%s", _length_code[i], in gen_trees_header()
1034 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
1063 code = _length_code[lc];
H A Dzconf.h45 # define _length_code z__length_code macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c602 local uch _length_code[]; variable
618 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
2324 local uch _length_code[MAX_MATCH-MIN_MATCH+1]; variable
2482 _length_code[length++] = (uch)code; in tr_static_init()
2492 _length_code[length-1] = (uch)code; in tr_static_init()
3321 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
3377 code = _length_code[lc];
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1511 extern uch _length_code[];
1514 extern const uch _length_code[];
1531 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \