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