static_len        245 tools/packfi2/deflate.h     ulg static_len;     /* bit length of current block with static trees */
static_len        422 tools/packfi2/trees.c     s->opt_len = s->static_len = 0L;
static_len        528 tools/packfi2/trees.c         if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
static_len        654 tools/packfi2/trees.c         s->opt_len--; if (stree) s->static_len -= stree[node].Len;
static_len        828 tools/packfi2/trees.c             s->opt_len, s->static_len));
static_len        940 tools/packfi2/trees.c                 s->static_len));
static_len        944 tools/packfi2/trees.c                 s->static_len));
static_len        956 tools/packfi2/trees.c         static_lenb = (s->static_len+3+7)>>3;
static_len        959 tools/packfi2/trees.c                 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
static_len        991 tools/packfi2/trees.c         s->compressed_len += 3 + s->static_len;