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

/opensolaris-onvv-gate/usr/src/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
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/t/
H A Dmime-header.t32 CC: =?ISO-8859-1?Q?Andr=E9?= Pirard <PIRARD@vm1.ulg.ac.be>
40 CC: Andr\xE9 Pirard <PIRARD\@vm1.ulg.ac.be>
51 CC: =?ISO-8859-1?Q?Andr=E9?= Pirard <PIRARD@vm1.ulg.ac.be>
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c261 typedef unsigned long ulg; typedef
332 crc = (ulg)0xffffffffUL;
437 /* If BMAX needs to be larger than 16, then h and x[] should be ulg. */
475 static ulg bb; /* bit buffer */
485 #define NEEDBITS(n) do {while(k<(n)){b|=((ulg)get_byte())<<k;k+=8;}} while (0)
742 register ulg b; /* bit buffer */
869 register ulg b; /* bit buffer */
950 register ulg b; /* bit buffer */
1087 register ulg b; /* bit buffer */
1203 ulg crc_valu
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c103 typedef unsigned long ulg; typedef
367 ulg pending_buf_size; /* size of pending_buf */
394 ulg window_size;
541 ulg opt_len; /* bit length of current block with optimal trees */
542 ulg static_len; /* bit length of current block with static trees */
546 ulg compressed_len; /* total bit length of compressed file PPP */
548 ulg bits_sent; /* bit length of the compressed data */
586 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
589 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
926 s->pending_buf_size = (ulg)
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c50 typedef unsigned long ulg; typedef
244 ulg window_size;
365 ulg opt_len; /* bit length of current block with optimal trees */
366 ulg static_len; /* bit length of current block with static trees */
367 ulg compressed_len; /* total bit length of compressed file */
372 ulg bits_sent; /* bit length of the compressed data */
410 local ulg ct_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
413 local void ct_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
905 s->window_size = (ulg)
[all...]

Completed in 75 milliseconds