Searched refs:ulg (Results 1 - 13 of 13) sorted by path

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c301 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
995 s->window_size = (ulg)2L*s->w_size;
1078 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1195 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1281 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
1374 (ulg)((long)s->strstart - s->block_start), \
1403 ulg max_block_size = 0xffff;
1404 ulg max_start;
1430 if (s->strstart == 0 || (ulg)
[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 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 Dzutil.c225 ulg bsize = (ulg)items*size;
H A Dzutil.h56 typedef unsigned long ulg; typedef
/freebsd-11-stable/sys/libkern/
H A Dzlib.c102 typedef unsigned long ulg; typedef
356 ulg pending_buf_size; /* size of pending_buf */
380 ulg window_size;
501 ulg opt_len; /* bit length of current block with optimal trees */
502 ulg static_len; /* bit length of current block with static trees */
503 ulg compressed_len; /* total bit length of compressed file */
508 ulg bits_sent; /* bit length of the compressed data */
541 ulg _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
544 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_le
[all...]
/freebsd-11-stable/sys/sys/
H A Dzutil.h69 typedef unsigned long ulg; typedef
/freebsd-11-stable/sys/contrib/zlib/
H A Ddeflate.c331 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
902 ulg beg = s->pending; /* start of bytes to update crc */
929 ulg beg = s->pending; /* start of bytes to update crc */
951 ulg beg = s->pending; /* start of bytes to update crc */
1197 s->window_size = (ulg)2L*s->w_size;
1281 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1399 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1492 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
1571 ulg cur
[all...]
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_le
[all...]
H A Dtrees.c193 s->bits_sent += (ulg)length;
523 s->opt_len += (ulg)f * (unsigned)(bits + xbits);
524 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + 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_lengt
[all...]
H A Dzutil.c220 ulg bsize = (ulg)items*size;
H A Dzutil.h47 typedef unsigned long ulg; typedef
/freebsd-11-stable/sys/kern/
H A Dsubr_inflate.c29 #define ulg u_long macro
107 c10 17 Oct 92 G. Roelofs changed ULONG/UWORD/byte to ulg/ush/uch,
248 typedef unsigned long ulg;
358 b|=((ulg)c)<<k; \
401 /* If BMAX needs to be larger than 16, then h and x[] should be ulg. */
658 ulg b; /* bit buffer */
748 ulg b; /* bit buffer */
852 ulg b; /* bit buffer */
983 ulg b; /* bit buffer */

Completed in 153 milliseconds