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