Home | History | Annotate | Download | only in zlib

Lines Matching refs:ulg

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

525 s->opt_len += (ulg)f * (bits + xbits);
526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
868 ulg stored_len; /* length of input block */
873 s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L;
910 ulg stored_len; /* length of input block */
913 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
1036 ulg out_length = (ulg)s->last_lit*8L;
1037 ulg in_length = (ulg)((long)s->strstart - s->block_start);
1040 out_length += (ulg)s->dyn_dtree[dcode].Freq *
1221 s->bits_sent += (ulg)len<<3;