Home
last modified time | relevance | path

Searched refs:length_code (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inflate64/
H A D0001-Do-not-override-const-qualifier.patch49 -extern uch ZLIB_INTERNAL length_code[];
50 +extern const uch ZLIB_INTERNAL length_code[];
65 -uch length_code[BASE_MATCH-MIN_MATCH+1];
66 +const uch length_code[BASE_MATCH-MIN_MATCH+1];
/openbmc/linux/lib/zlib_deflate/
H A Ddeftree.c101 static uch length_code[MAX_MATCH-MIN_MATCH+1]; variable
189 length_code[length++] = (uch)code; in tr_static_init()
197 length_code[length-1] = (uch)code; in tr_static_init()
934 s->dyn_ltree[length_code[lc]+LITERALS+1].Freq++;
984 code = length_code[lc];