static_lenb       927 tools/packfi2/trees.c     ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
static_lenb       956 tools/packfi2/trees.c         static_lenb = (s->static_len+3+7)>>3;
static_lenb       959 tools/packfi2/trees.c                 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
static_lenb       962 tools/packfi2/trees.c         if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
static_lenb       966 tools/packfi2/trees.c         opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
static_lenb       984 tools/packfi2/trees.c     } else if (static_lenb >= 0) { /* force static trees */
static_lenb       986 tools/packfi2/trees.c     } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {