Home
last modified time | relevance | path

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

/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];