Searched refs:static_len (Results 1 – 2 of 2) sorted by relevance
449 s->opt_len = s->static_len = 0L; in init_block()575 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits); in gen_bitlen()659 s->opt_len--; if (stree) s->static_len -= stree[node].Len; in build_tree()823 s->opt_len, s->static_len)); in build_bl_tree()1012 s->static_len));1016 s->static_len));1028 static_lenb = (s->static_len + 3 + 7) >> 3;1031 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,1063 s->compressed_len += 3 + s->static_len;
257 ulg static_len; /* bit length of current block with static trees */ member