Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/zlib/
Dtrees.c913 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
942 static_lenb = (s->static_len+3+7)>>3;
945 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
948 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
952 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
970 } else if (static_lenb >= 0) { /* force static trees */
972 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {