Home
last modified time | relevance | path

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

/linux/arch/alpha/boot/
H A Dmisc.c40 typedef unsigned long ulg; typedef
88 static ulg output_ptr;
89 static ulg bytes_out;
94 static ulg free_mem_ptr;
95 static ulg free_mem_end_ptr;
123 ulg c = crc; in flush_window()
134 bytes_out += (ulg)outcnt; in flush_window()
135 output_ptr += (ulg)outcnt; in flush_window()
160 free_mem_ptr = (ulg)output_start + ksize; in decompress_kernel()
161 free_mem_end_ptr = (ulg)output_start + ksize + 0x200000; in decompress_kernel()
/linux/lib/zlib_deflate/
H A Ddefutil.h77 ulg pending_buf_size; /* size of pending_buf */
101 ulg window_size;
222 ulg opt_len; /* bit length of current block with optimal trees */
223 ulg static_len; /* bit length of current block with static trees */
224 ulg compressed_len; /* total bit length of compressed file */
229 ulg bits_sent; /* bit length of the compressed data */
276 ulg zlib_tr_flush_block (deflate_state *s, char *buf, ulg stored_len,
279 void zlib_tr_stored_block (deflate_state *s, char *buf, ulg stored_len,
371 s->bits_sent += (ulg)length; in send_bits()
H A Ddeftree.c391 s->opt_len += (ulg)f * (bits + xbits); in gen_bitlen()
392 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits); in gen_bitlen()
741 ulg stored_len, /* length of input block */ in zlib_tr_stored_block()
746 s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L; in zlib_tr_stored_block()
802 ulg zlib_tr_flush_block(
805 ulg stored_len, /* length of input block */
809 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
941 ulg out_length = (ulg)s->last_lit*8L;
942 ulg in_length = (ulg)((long)s->strstart - s->block_start);
945 out_length += (ulg)s->dyn_dtree[dcode].Freq *
[all …]
/linux/arch/nios2/boot/compressed/
H A Dmisc.c31 typedef unsigned long ulg; typedef
135 ulg c = crc; /* temporary variable */ in flush_window()
146 bytes_out += (ulg)outcnt; in flush_window()
147 output_ptr += (ulg)outcnt; in flush_window()
/linux/include/linux/
H A Dzutil.h22 typedef unsigned long ulg; typedef