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

/freebsd-10.0-release/lib/libz/
H A Ddeflate.h101 ulg pending_buf_size; /* size of pending_buf */
126 ulg window_size;
247 ulg opt_len; /* bit length of current block with optimal trees */
248 ulg static_len; /* bit length of current block with static trees */
253 ulg compressed_len; /* total bit length of compressed file mod 2^32 */
254 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */
266 ulg high_water;
299 ulg stored_len, int last));
303 ulg stored_len, int last));
H A Dtrees.c195 s->bits_sent += (ulg)length;
525 s->opt_len += (ulg)f * (bits + xbits);
526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
868 ulg stored_len; /* length of input block */
873 s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L;
910 ulg stored_len; /* length of input block */
913 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
1036 ulg out_length = (ulg)s->last_lit*8L;
1037 ulg in_lengt
[all...]
H A Ddeflate.c303 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
1109 s->window_size = (ulg)2L*s->w_size;
1193 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1311 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1401 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
1504 ulg curr = s->strstart + (ulg)(s->lookahead);
1505 ulg init;
1517 else if (s->high_water < (ulg)cur
[all...]
H A Dzutil.c223 ulg bsize = (ulg)items*size;
H A Dzutil.h45 typedef unsigned long ulg; typedef
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
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 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 Dzutil.h56 typedef unsigned long ulg; typedef
/freebsd-10.0-release/sys/kern/
H A Dinflate.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. */
650 register ulg b; /* bit buffer */
741 register ulg b; /* bit buffer */
847 register ulg b; /* bit buffer */
976 register ulg b; /* bit buffer */
/freebsd-10.0-release/sys/net/
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...]
H A Dzutil.h69 typedef unsigned long ulg; typedef

Completed in 216 milliseconds