Lines Matching refs:static_len
448 s->opt_len = s->static_len = 0L;
535 * The length opt_len is updated; static_len is also updated if stree is
573 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits);
622 * and corresponding code. The length opt_len is updated; static_len is
657 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
821 s->opt_len, s->static_len));
998 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
1011 s->static_len));
1015 s->static_len));
1016 /* At this point, opt_len and static_len are the total bit lengths of
1027 static_lenb = (s->static_len + 3 + 7) >> 3;
1030 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
1062 s->compressed_len += 3 + s->static_len;