Home
last modified time | relevance | path

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

/openbsd/lib/libz/
H A Ddeflate.h326 extern uch ZLIB_INTERNAL _length_code[];
329 extern const uch ZLIB_INTERNAL _length_code[];
347 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
367 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.c102 uch _length_code[MAX_MATCH-MIN_MATCH+1]; variable
320 _length_code[length++] = (uch)code; in tr_static_init()
328 _length_code[length - 1] = (uch)code; in tr_static_init()
415 fprintf(header, "%2u%s", _length_code[i], in gen_trees_header()
920 code = _length_code[lc]; in compress_block()
1113 s->dyn_ltree[_length_code[lc] + LITERALS + 1].Freq++;
H A Dzconf.h20 # define _length_code z__length_code macro
/openbsd/sys/lib/libz/
H A Ddeflate.h326 extern uch ZLIB_INTERNAL _length_code[];
329 extern const uch ZLIB_INTERNAL _length_code[];
347 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
367 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.c102 uch _length_code[MAX_MATCH-MIN_MATCH+1]; variable
320 _length_code[length++] = (uch)code; in tr_static_init()
328 _length_code[length - 1] = (uch)code; in tr_static_init()
415 fprintf(header, "%2u%s", _length_code[i], in gen_trees_header()
920 code = _length_code[lc]; in compress_block()
1113 s->dyn_ltree[_length_code[lc] + LITERALS + 1].Freq++;
H A Dzconf.h20 # define _length_code z__length_code macro
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Ddeflate.h325 extern uch ZLIB_INTERNAL _length_code[];
328 extern const uch ZLIB_INTERNAL _length_code[];
346 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
366 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
321 _length_code[length++] = (uch)code; in tr_static_init()
329 _length_code[length - 1] = (uch)code; in tr_static_init()
416 fprintf(header, "%2u%s", _length_code[i], in gen_trees_header()
920 code = _length_code[lc]; in compress_block()
1113 s->dyn_ltree[_length_code[lc] + LITERALS + 1].Freq++;
H A Dzconf.h22 # define _length_code Perl_crz__length_code macro