Searched refs:ulg (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/contrib/zlib/ |
H A D | deflate.h | 102 ulg pending_buf_size; /* size of pending_buf */ 104 ulg pending; /* nb of bytes in the pending buffer */ 107 ulg gzindex; /* where in extra, name, or comment */ 127 ulg window_size; 243 ulg opt_len; /* bit length of current block with optimal trees */ 244 ulg static_len; /* bit length of current block with static trees */ 249 ulg compressed_len; /* total bit length of compressed file mod 2^32 */ 250 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */ 262 ulg high_water; 295 ulg stored_len, int last)); [all …]
|
H A D | deflate.c | 365 s->pending_buf_size = (ulg)s->lit_bufsize * 4; 943 ulg beg = s->pending; /* start of bytes to update crc */ 970 ulg beg = s->pending; /* start of bytes to update crc */ 992 ulg beg = s->pending; /* start of bytes to update crc */ 1235 s->window_size = (ulg)2L*s->w_size; 1319 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); 1437 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); 1530 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); 1611 ulg curr = s->strstart + (ulg)(s->lookahead); 1612 ulg init; [all …]
|
H A D | trees.c | 193 s->bits_sent += (ulg)length; 523 s->opt_len += (ulg)f * (unsigned)(bits + xbits); 524 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits); 556 s->opt_len += ((ulg)bits - tree[m].Len) * tree[m].Freq; 822 s->opt_len += 3*((ulg)max_blindex+1) + 5+5+4; 866 ulg stored_len; /* length of input block */ 877 s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L; 915 ulg stored_len; /* length of input block */ 918 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
|
H A D | zutil.c | 217 ulg bsize = (ulg)items*size; in zcalloc()
|
H A D | zutil.h | 41 typedef unsigned long ulg; typedef
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | gunzip.c | 261 typedef unsigned long ulg; typedef 332 crc = (ulg)0xffffffffUL; in gunzip_test_header() 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 */ in inflate_codes_in_window() 869 register ulg b; /* bit buffer */ in init_stored_block() 950 register ulg b; /* bit buffer */ in init_dynamic_block() 1087 register ulg b; /* bit buffer */ in get_new_block() 1203 ulg crc_value = 0xffffffffUL; in gunzip_read() 1288 static ulg crc_32_tab[] = { [all …]
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 101 typedef unsigned long ulg; typedef 365 ulg pending_buf_size; /* size of pending_buf */ 392 ulg window_size; 539 ulg opt_len; /* bit length of current block with optimal trees */ 540 ulg static_len; /* bit length of current block with static trees */ 544 ulg compressed_len; /* total bit length of compressed file PPP */ 546 ulg bits_sent; /* bit length of the compressed data */ 584 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, 587 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len, 924 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof (ush)+2L); [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | 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; 978 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 600 typedef unsigned long ulg; typedef 889 ulg bsize = (ulg)items*size; in zcalloc() 1308 ulg pending_buf_size; /* size of pending_buf */ 1333 ulg window_size; 1454 ulg opt_len; /* bit length of current block with optimal trees */ 1455 ulg static_len; /* bit length of current block with static trees */ 1460 ulg compressed_len; /* total bit length of compressed file mod 2^32 */ 1461 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */ 1494 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, 1497 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
|