out_length       1048 tools/packfi2/trees.c         ulg out_length = (ulg)s->last_lit*8L;
out_length       1052 tools/packfi2/trees.c             out_length += (ulg)s->dyn_dtree[dcode].Freq *
out_length       1055 tools/packfi2/trees.c         out_length >>= 3;
out_length       1057 tools/packfi2/trees.c                s->last_lit, in_length, out_length,
out_length       1058 tools/packfi2/trees.c                100L - out_length*100L/in_length));
out_length       1059 tools/packfi2/trees.c         if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;