Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.h102 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 Ddeflate.c365 s->pending_buf_size = (ulg)s->lit_bufsize * 4;
943 ulg beg = s->pending; /* start of bytes to update crc */
1235 s->window_size = (ulg)2L*s->w_size;
1530 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
1611 ulg curr = s->strstart + (ulg)(s->lookahead);
1612 ulg init;
1624 else if (s->high_water < (ulg)curr + WIN_INIT) {
1629 init = (ulg)curr + WIN_INIT - s->high_water;
1637 Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD,
1649 (ulg)((long)s->strstart - s->block_start), \
[all …]
H A Dtrees.c193 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 Dzutil.c217 ulg bsize = (ulg)items*size; in zcalloc()
H A Dzutil.h41 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; in gunzip_test_header()
475 static ulg bb; /* bit buffer */
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[] = {
1348 static ulg updcrc(s, n) in updcrc()
[all …]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c101 typedef unsigned long ulg; typedef
392 ulg window_size;
1413 s->window_size = (ulg)2L*s->w_size;
1729 (ulg)s->strstart);
1877 ulg max_block_size = 0xffff;
1878 ulg max_start;
2411 s->bits_sent += (ulg)length;
3329 ulg out_length = (ulg)s->last_lit*8L;
3330 ulg in_length = (ulg)((long)s->strstart - s->block_start);
3516 s->bits_sent += (ulg)len<<3;
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c50 typedef unsigned long ulg; typedef
244 ulg window_size;
410 local ulg ct_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
905 s->window_size = (ulg)2L*s->w_size;
1118 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
1629 s->bits_sent += (ulg)length;
1885 s->opt_len += (ulg)f * (bits + xbits);
2227 ulg stored_len; /* length of input block */
2428 ulg out_length = (ulg)s->last_lit*8L;
2429 ulg in_length = (ulg)s->strstart - s->block_start;
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c600 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,