Lines Matching refs:static_len
450 s->opt_len = s->static_len = 0L;
537 * The length opt_len is updated; static_len is also updated if stree is
575 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits);
624 * and corresponding code. The length opt_len is updated; static_len is
659 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
823 s->opt_len, s->static_len));
999 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
1012 s->static_len));
1016 s->static_len));
1017 /* At this point, opt_len and static_len are the total bit lengths of
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;