ulg 295 other-licenses/zlib/deflate.c s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L); ulg 989 other-licenses/zlib/deflate.c s->window_size = (ulg)2L*s->w_size; ulg 1072 other-licenses/zlib/deflate.c Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); ulg 1189 other-licenses/zlib/deflate.c Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); ulg 1275 other-licenses/zlib/deflate.c more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); ulg 1368 other-licenses/zlib/deflate.c (ulg)((long)s->strstart - s->block_start), \ ulg 1397 other-licenses/zlib/deflate.c ulg max_block_size = 0xffff; ulg 1398 other-licenses/zlib/deflate.c ulg max_start; ulg 1424 other-licenses/zlib/deflate.c if (s->strstart == 0 || (ulg)s->strstart >= max_start) { ulg 98 other-licenses/zlib/deflate.h ulg pending_buf_size; /* size of pending_buf */ ulg 123 other-licenses/zlib/deflate.h ulg window_size; ulg 244 other-licenses/zlib/deflate.h ulg opt_len; /* bit length of current block with optimal trees */ ulg 245 other-licenses/zlib/deflate.h ulg static_len; /* bit length of current block with static trees */ ulg 250 other-licenses/zlib/deflate.h ulg compressed_len; /* total bit length of compressed file mod 2^32 */ ulg 251 other-licenses/zlib/deflate.h ulg bits_sent; /* bit length of compressed data sent mod 2^32 */ ulg 199 other-licenses/zlib/trees.c s->bits_sent += (ulg)length; ulg 527 other-licenses/zlib/trees.c s->opt_len += (ulg)f * (bits + xbits); ulg 528 other-licenses/zlib/trees.c if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits); ulg 875 other-licenses/zlib/trees.c s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L; ulg 927 other-licenses/zlib/trees.c ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ ulg 1048 other-licenses/zlib/trees.c ulg out_length = (ulg)s->last_lit*8L; ulg 1049 other-licenses/zlib/trees.c ulg in_length = (ulg)((long)s->strstart - s->block_start); ulg 1052 other-licenses/zlib/trees.c out_length += (ulg)s->dyn_dtree[dcode].Freq * ulg 1214 other-licenses/zlib/trees.c s->bits_sent += (ulg)len<<3; ulg 219 other-licenses/zlib/zutil.c ulg bsize = (ulg)items*size;