Home
last modified time | relevance | path

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

/xnu-11215/libkern/zlib/
H A Ddeflate.h330 extern uch _length_code[];
333 extern const uch _length_code[];
350 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
H A Dtrees.h129 const uch _length_code[MAX_MATCH-MIN_MATCH+1]= { variable
H A Dtrees.c135 uch _length_code[MAX_MATCH-MIN_MATCH+1]; variable
294 _length_code[length++] = (uch)code; in tr_static_init()
302 _length_code[length-1] = (uch)code; in tr_static_init()
390 fprintf(header, "%2u%s", _length_code[i], in gen_trees_header()
1099 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
1160 code = _length_code[lc];