Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/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];
H A Dzconf.h98 #define _length_code z__length_code macro
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Ddeflate.h314 extern uch ZLIB_INTERNAL _length_code[];
317 extern const uch ZLIB_INTERNAL _length_code[];
336 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.h22 # define _length_code z__length_code macro
H A Dzconf.h.in22 # define _length_code z__length_code macro
H A Dzconf.h.cmakein24 # define _length_code z__length_code
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Ddeflate.h314 extern uch ZLIB_INTERNAL _length_code[];
317 extern const uch ZLIB_INTERNAL _length_code[];
336 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.h22 # define _length_code z__length_code macro
H A Dzconf.h.cmakein24 # define _length_code z__length_code
H A Dzconf.h.in22 # define _length_code z__length_code macro
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Ddeflate.h314 extern uch ZLIB_INTERNAL _length_code[];
317 extern const uch ZLIB_INTERNAL _length_code[];
336 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.h22 # define _length_code z__length_code macro
H A Dzconf.h.in22 # define _length_code z__length_code macro
H A Dzconf.h.cmakein24 # define _length_code z__length_code
/netbsd-src/external/gpl3/gdb.old/dist/zlib/
H A Dtrees.h102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= { variable
/netbsd-src/common/dist/zlib/
H A Dtrees.h102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= { variable
/netbsd-src/sys/net/
H A Dzlib.c575 extern uch _length_code[];
578 extern const uch _length_code[];
595 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
2078 uch _length_code[MAX_MATCH-MIN_MATCH+1]; variable
2191 const uch _length_code[MAX_MATCH-MIN_MATCH+1]= { variable
2362 _length_code[length++] = (uch)code; in tr_static_init()
2370 _length_code[length-1] = (uch)code; in tr_static_init()
2457 fprintf(header, "%2u%s", _length_code[i], in gen_trees_header()
3134 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++; in _tr_flush_block()
3185 code = _length_code[lc]; in _tr_flush_block()