Home | History | Annotate | Download | only in zlib

Lines Matching refs:ulg

199     s->bits_sent += (ulg)length;

527 s->opt_len += (ulg)f * (bits + xbits);
528 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
870 ulg stored_len; /* length of input block */
875 s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L;
924 ulg stored_len; /* length of input block */
927 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
1048 ulg out_length = (ulg)s->last_lit*8L;
1049 ulg in_length = (ulg)((long)s->strstart - s->block_start);
1052 out_length += (ulg)s->dyn_dtree[dcode].Freq *
1214 s->bits_sent += (ulg)len<<3;