Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.h301 extern uch _length_code[];
304 extern const uch _length_code[];
321 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
Dtrees.h102 const uch _length_code[MAX_MATCH-MIN_MATCH+1]= { variable
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];
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.h316 extern uch ZLIB_INTERNAL _length_code[];
319 extern const uch ZLIB_INTERNAL _length_code[];
336 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
Dtrees.h102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= { variable
Dtrees.c104 uch _length_code[MAX_MATCH-MIN_MATCH+1]; variable
262 _length_code[length++] = (uch)code; in tr_static_init()
270 _length_code[length-1] = (uch)code; in tr_static_init()
358 fprintf(header, "%2u%s", _length_code[i], in gen_trees_header()
1028 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
1079 code = _length_code[lc];
Dzconf.h22 # define _length_code z__length_code macro