Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/zmod/
H A Ddeflate.h301 extern uch _length_code[];
304 extern const uch _length_code[];
321 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
H A Dtrees.c108 uch _length_code[MAX_MATCH-MIN_MATCH+1]; variable
264 _length_code[length++] = (uch)code; in tr_static_init()
272 _length_code[length-1] = (uch)code; in tr_static_init()
359 fprintf(header, "%2u%s", _length_code[i], in gen_trees_header()
1040 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
1091 code = _length_code[lc];
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c604 local uch _length_code[]; variable
620 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
2326 local uch _length_code[MAX_MATCH-MIN_MATCH+1]; variable
2484 _length_code[length++] = (uch)code; in tr_static_init()
2494 _length_code[length-1] = (uch)code; in tr_static_init()
3323 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
3379 code = _length_code[lc];