Searched refs:ulg (Results 1 - 5 of 5) sorted by last modified time

/barrelfish-2018-10-04/lib/zlib/
H A Dzutil.c219 ulg bsize = (ulg)items*size;
H A Dzutil.h51 typedef unsigned long ulg; typedef
H A Dtrees.c199 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_lengt
[all...]
H A Ddeflate.h98 ulg pending_buf_size; /* size of pending_buf */
123 ulg window_size;
244 ulg opt_len; /* bit length of current block with optimal trees */
245 ulg static_len; /* bit length of current block with static trees */
250 ulg compressed_len; /* total bit length of compressed file mod 2^32 */
251 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */
284 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
287 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
H A Ddeflate.c295 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
989 s->window_size = (ulg)2L*s->w_size;
1072 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1189 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1275 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
1368 (ulg)((long)s->strstart - s->block_start), \
1397 ulg max_block_size = 0xffff;
1398 ulg max_start;
1424 if (s->strstart == 0 || (ulg)
[all...]

Completed in 105 milliseconds