/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
H A D | deflate.h | 301 extern uch _length_code[]; 304 extern const uch _length_code[]; 321 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
|
H A D | trees.c | 108 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 D | zconf.h | 98 #define _length_code z__length_code macro
|
/netbsd-src/external/gpl3/gdb/dist/zlib/ |
H A D | deflate.h | 314 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 D | trees.h | 102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= { variable
|
H A D | trees.c | 104 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 D | zconf.h | 22 # define _length_code z__length_code macro
|
H A D | zconf.h.in | 22 # define _length_code z__length_code macro
|
H A D | zconf.h.cmakein | 24 # define _length_code z__length_code
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A D | deflate.h | 314 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 D | trees.h | 102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= { variable
|
H A D | trees.c | 104 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 D | zconf.h | 22 # define _length_code z__length_code macro
|
H A D | zconf.h.cmakein | 24 # define _length_code z__length_code
|
H A D | zconf.h.in | 22 # define _length_code z__length_code macro
|
/netbsd-src/external/gpl3/binutils/dist/zlib/ |
H A D | deflate.h | 314 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 D | trees.h | 102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= { variable
|
H A D | trees.c | 104 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 D | zconf.h | 22 # define _length_code z__length_code macro
|
H A D | zconf.h.in | 22 # define _length_code z__length_code macro
|
H A D | zconf.h.cmakein | 24 # define _length_code z__length_code
|
/netbsd-src/external/gpl3/gdb.old/dist/zlib/ |
H A D | trees.h | 102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= { variable
|
/netbsd-src/common/dist/zlib/ |
H A D | trees.h | 102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= { variable
|
/netbsd-src/sys/net/ |
H A D | zlib.c | 575 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()
|