Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Dtrees.c997 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
1026 static_lenb = (s->static_len + 3 + 7) >> 3;
1029 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
1033 if (static_lenb <= opt_lenb || s->strategy == Z_FIXED)
1035 opt_lenb = static_lenb;
1039 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
1056 } else if (static_lenb == opt_lenb) {