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