HomeSort by relevance Sort by last modified time
    Searched defs:ulg (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/zmod/
zutil.h 56 typedef unsigned long ulg; typedef
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
gunzip.c 261 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 */
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
zlib.c 50 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)2L*s->w_size
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
zlib.c 103 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)s->lit_bufsize * (sizeof (ush)+2L)
    [all...]

Completed in 1020 milliseconds