ulg               256 net/zlib.c         ulg window_size;
ulg               377 net/zlib.c         ulg opt_len;        /* bit length of current block with optimal trees */
ulg               378 net/zlib.c         ulg static_len;     /* bit length of current block with static trees */
ulg               379 net/zlib.c         ulg compressed_len; /* total bit length of compressed file */
ulg               384 net/zlib.c         ulg bits_sent;      /* bit length of the compressed data */
ulg               422 net/zlib.c     local ulg ct_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
ulg               918 net/zlib.c         s->window_size = (ulg)2L*s->w_size;
ulg               991 net/zlib.c         Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
ulg              1131 net/zlib.c             more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
ulg              1642 net/zlib.c         s->bits_sent += (ulg)length;
ulg              1897 net/zlib.c             s->opt_len += (ulg)f * (bits + xbits);
ulg              1898 net/zlib.c             if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
ulg              2293 net/zlib.c     local ulg ct_flush_block(s, buf, stored_len, flush)
ulg              2299 net/zlib.c         ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
ulg              2440 net/zlib.c             ulg out_length = (ulg)s->last_lit*8L;
ulg              2441 net/zlib.c             ulg in_length = (ulg)s->strstart - s->block_start;
ulg              2444 net/zlib.c                 out_length += (ulg)s->dyn_dtree[dcode].Freq *
ulg              2601 net/zlib.c         s->bits_sent += (ulg)len<<3;