Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/zlib/
H A Ddeflate.h312 extern uch ZLIB_INTERNAL _length_code[];
315 extern const uch ZLIB_INTERNAL _length_code[];
332 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.c109 uch _length_code[MAX_MATCH-MIN_MATCH+1]; variable
267 _length_code[length++] = (uch)code; in tr_static_init()
275 _length_code[length-1] = (uch)code; in tr_static_init()
363 fprintf(header, "%2u%s", _length_code[i], in gen_trees_header()
1044 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
1095 code = _length_code[lc];
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dzconf.h26 # define _length_code z__length_code macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dzconf.h26 # define _length_code z__length_code macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dzconf.h26 # define _length_code z__length_code macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dzconf.h26 # define _length_code z__length_code macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/
H A DCVE-2018-25032.patch241 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
283 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;