Searched defs:ulg (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/lib/libz/
H A Dzutil.h45 typedef unsigned long ulg; typedef
/illumos-gate/usr/src/uts/common/zmod/
H A Dzutil.h56 typedef unsigned long ulg; typedef
/illumos-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...]
/illumos-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...]
/illumos-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...]

Completed in 85 milliseconds