Home
last modified time | relevance | path

Searched refs:ulg (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Ddeflate.h104 ulg pending_buf_size; /* size of pending_buf */
106 ulg pending; /* nb of bytes in the pending buffer */
109 ulg gzindex; /* where in extra, name, or comment */
129 ulg window_size;
250 ulg opt_len; /* bit length of current block with optimal trees */
251 ulg static_len; /* bit length of current block with static trees */
256 ulg compressed_len; /* total bit length of compressed file mod 2^32 */
257 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */
269 ulg high_water;
302 ulg stored_len, int last));
[all …]
H A Dtrees.c193 s->bits_sent += (ulg)length;
523 s->opt_len += (ulg)f * (unsigned)(bits + xbits);
556 s->opt_len += ((ulg)bits - tree[m].Len) * tree[m].Freq;
822 s->opt_len += 3*((ulg)max_blindex+1) + 5+5+4;
866 ulg stored_len; /* length of input block */
876 s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L;
914 ulg stored_len; /* length of input block */
917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
1040 ulg out_length = (ulg)s->last_lit*8L;
1041 ulg in_length = (ulg)((long)s->strstart - s->block_start);
[all …]
H A Ddeflate.c334 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
905 ulg beg = s->pending; /* start of bytes to update crc */
1200 s->window_size = (ulg)2L*s->w_size;
1495 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
1574 ulg curr = s->strstart + (ulg)(s->lookahead);
1575 ulg init;
1587 else if (s->high_water < (ulg)curr + WIN_INIT) {
1592 init = (ulg)curr + WIN_INIT - s->high_water;
1600 Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD,
1612 (ulg)((long)s->strstart - s->block_start), \
[all …]
H A Dzutil.c220 ulg bsize = (ulg)items*size; in zcalloc()
H A Dzutil.h50 typedef unsigned long ulg; typedef