Home
last modified time | relevance | path

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

/linux-6.6.21/lib/zlib_deflate/
Ddeftree.c809 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
837 static_lenb = (s->static_len+3+7)>>3;
840 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
843 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
847 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
884 } else if (static_lenb >= 0) { /* force static trees */
886 } else if (static_lenb == opt_lenb) {