Symbol: ulg
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1118
more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1629
s->bits_sent += (ulg)length;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1885
s->opt_len += (ulg)f * (bits + xbits);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1886
if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2227
ulg stored_len; /* length of input block */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2281
local ulg ct_flush_block(s, buf, stored_len, flush)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2284
ulg stored_len; /* length of input block */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2287
ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2428
ulg out_length = (ulg)s->last_lit*8L;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2429
ulg in_length = (ulg)s->strstart - s->block_start;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2432
out_length += (ulg)s->dyn_dtree[dcode].Freq *
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
244
ulg window_size;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2589
s->bits_sent += (ulg)len<<3;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
365
ulg opt_len; /* bit length of current block with optimal trees */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
366
ulg static_len; /* bit length of current block with static trees */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
367
ulg compressed_len; /* total bit length of compressed file */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
372
ulg bits_sent; /* bit length of the compressed data */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
410
local ulg ct_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
413
local void ct_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
905
s->window_size = (ulg)2L*s->w_size;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
978
Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
usr/src/grub/grub-0.97/stage2/gunzip.c
1087
register ulg b; /* bit buffer */
usr/src/grub/grub-0.97/stage2/gunzip.c
1203
ulg crc_value = 0xffffffffUL;
usr/src/grub/grub-0.97/stage2/gunzip.c
1288
static ulg crc_32_tab[] = {
usr/src/grub/grub-0.97/stage2/gunzip.c
1348
static ulg updcrc(s, n)
usr/src/grub/grub-0.97/stage2/gunzip.c
1352
register ulg c; /* temporary variable */
usr/src/grub/grub-0.97/stage2/gunzip.c
332
crc = (ulg)0xffffffffUL;
usr/src/grub/grub-0.97/stage2/gunzip.c
475
static ulg bb; /* bit buffer */
usr/src/grub/grub-0.97/stage2/gunzip.c
485
#define NEEDBITS(n) do {while(k<(n)){b|=((ulg)get_byte())<<k;k+=8;}} while (0)
usr/src/grub/grub-0.97/stage2/gunzip.c
742
register ulg b; /* bit buffer */
usr/src/grub/grub-0.97/stage2/gunzip.c
869
register ulg b; /* bit buffer */
usr/src/grub/grub-0.97/stage2/gunzip.c
950
register ulg b; /* bit buffer */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1413
s->window_size = (ulg)2L*s->w_size;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1502
Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD,
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1632
Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD,
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1728
more = (unsigned)(s->window_size -(ulg)s->lookahead -
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1729
(ulg)s->strstart);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1843
(ulg)((long)s->strstart - s->block_start), \
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1877
ulg max_block_size = 0xffff;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1878
ulg max_start;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1907
if (s->strstart == 0 || (ulg)s->strstart >= max_start) {
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2411
s->bits_sent += (ulg)length;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2693
s->opt_len += (ulg)f * (bits + xbits);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2694
if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3089
ulg stored_len; /* length of input block */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3093
s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L; /* PPP */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3158
ulg stored_len; /* length of input block */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3161
ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3329
ulg out_length = (ulg)s->last_lit*8L;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3330
ulg in_length = (ulg)((long)s->strstart - s->block_start);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3333
out_length += (ulg)s->dyn_dtree[dcode].Freq *
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3516
s->bits_sent += (ulg)len<<3;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
365
ulg pending_buf_size; /* size of pending_buf */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
392
ulg window_size;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
539
ulg opt_len; /* bit length of current block with optimal trees */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
540
ulg static_len; /* bit length of current block with static trees */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
544
ulg compressed_len; /* total bit length of compressed file PPP */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
546
ulg bits_sent; /* bit length of the compressed data */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
584
void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
usr/src/uts/common/io/ppp/spppcomp/zlib.c
587
void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5951
ulg bsize = (ulg)items*size;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
924
s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof (ush)+2L);