static_lenb 863 lib/zlib_deflate/deftree.c ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ static_lenb 891 lib/zlib_deflate/deftree.c static_lenb = (s->static_len+3+7)>>3; static_lenb 894 lib/zlib_deflate/deftree.c opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, static_lenb 897 lib/zlib_deflate/deftree.c if (static_lenb <= opt_lenb) opt_lenb = static_lenb; static_lenb 901 lib/zlib_deflate/deftree.c opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ static_lenb 938 lib/zlib_deflate/deftree.c } else if (static_lenb >= 0) { /* force static trees */ static_lenb 940 lib/zlib_deflate/deftree.c } else if (static_lenb == opt_lenb) {