Searched refs:_length_code (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/zlib/
H A Dtrees.h102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= { variable
H A Ddeflate.h319 extern uch ZLIB_INTERNAL _length_code[];
322 extern const uch ZLIB_INTERNAL _length_code[];
339 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
H A Dtrees.c104 uch _length_code[MAX_MATCH-MIN_MATCH+1]; variable
260 _length_code[length++] = (uch)code;
268 _length_code[length-1] = (uch)code;
354 "const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {\n");
356 fprintf(header, "%2u%s", _length_code[i],
1032 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
1083 code = _length_code[lc];
H A Dzconf.h28 # define _length_code z__length_code macro

Completed in 54 milliseconds