Searched refs:opt_len (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libz/
H A Dtrees.c422 s->opt_len = s->static_len = 0L;
487 * The length opt_len is updated; static_len is also updated if stree is
527 s->opt_len += (ulg)f * (bits + xbits);
560 s->opt_len += ((long)bits - (long)tree[m].Len)
616 * and corresponding code. The length opt_len is updated; static_len is
654 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
814 /* opt_len now includes the length of the tree representations, except
825 /* Update opt_len to include the bit length tree and counts */
826 s->opt_len += 3*(max_blindex+1) + 5+5+4;
828 s->opt_len,
[all...]
H A Ddeflate.h244 ulg opt_len; /* bit length of current block with optimal trees */ member in struct:internal_state
/ast/src/cmd/INIT/
H A Dratz.c1454 ulg opt_len; /* bit length of current block with optimal trees */ member in struct:internal_state

Completed in 67 milliseconds