/linux-2.4.37.9/arch/alpha/boot/ |
D | misc.c | 38 typedef unsigned long ulg; typedef 88 static ulg output_ptr; 89 static ulg bytes_out; 98 static ulg free_mem_ptr; 99 static ulg free_mem_ptr_end; 158 ulg c = crc; in flush_window() 169 bytes_out += (ulg)outcnt; in flush_window() 170 output_ptr += (ulg)outcnt; in flush_window() 195 free_mem_ptr = (ulg)output_start + ksize; in decompress_kernel() 196 free_mem_ptr_end = (ulg)output_start + ksize + 0x200000; in decompress_kernel()
|
/linux-2.4.37.9/arch/arm/boot/compressed/ |
D | misc.c | 120 typedef unsigned long ulg; typedef 170 static ulg output_ptr; 171 static ulg bytes_out; 182 static ulg free_mem_ptr; 183 static ulg free_mem_ptr_end; 254 ulg c = crc; in flush_window() 265 bytes_out += (ulg)outcnt; in flush_window() 266 output_ptr += (ulg)outcnt; in flush_window() 284 ulg 285 decompress_kernel(ulg output_start, ulg free_mem_ptr_p, ulg free_mem_ptr_end_p, in decompress_kernel()
|
/linux-2.4.37.9/lib/ |
D | inflate.c | 215 STATIC ulg bb; /* bit buffer */ 225 #define NEEDBITS(n) {while(k<(n)){b|=((ulg)NEXTBYTE())<<k;k+=8;}} 526 register ulg b; /* bit buffer */ 629 register ulg b; /* bit buffer */ in inflate_stored() 754 register ulg b; /* bit buffer */ in inflate_dynamic() 917 register ulg b; /* bit buffer */ 1012 static ulg crc_32_tab[256]; 1013 static ulg crc; /* initialized in makecrc() so it'll reside in bss */ 1054 crc = (ulg)0xffffffffUL; /* shift register contents */ in makecrc() 1074 ulg orig_crc = 0; /* original crc */ in gunzip() [all …]
|
/linux-2.4.37.9/lib/zlib_deflate/ |
D | defutil.h | 76 ulg pending_buf_size; /* size of pending_buf */ 100 ulg window_size; 221 ulg opt_len; /* bit length of current block with optimal trees */ 222 ulg static_len; /* bit length of current block with static trees */ 223 ulg compressed_len; /* total bit length of compressed file */ 228 ulg bits_sent; /* bit length of the compressed data */ 270 ulg zlib_tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, 273 void zlib_tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
|
D | deftree.c | 186 s->bits_sent += (ulg)length; 444 s->opt_len += (ulg)f * (bits + xbits); 445 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits); 786 ulg stored_len; /* length of input block */ 790 s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L; 844 ulg zlib_tr_flush_block(s, buf, stored_len, eof) in zlib_tr_flush_block() 847 ulg stored_len; /* length of input block */ 850 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ 981 ulg out_length = (ulg)s->last_lit*8L; 982 ulg in_length = (ulg)((long)s->strstart - s->block_start); [all …]
|
D | deflate.c | 244 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L); 654 s->window_size = (ulg)2L*s->w_size; 730 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); 870 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); 958 (ulg)((long)s->strstart - s->block_start), \ 987 ulg max_block_size = 0xffff; 988 ulg max_start; 1014 if (s->strstart == 0 || (ulg)s->strstart >= max_start) {
|
/linux-2.4.37.9/arch/x86_64/boot/compressed/ |
D | misc.c | 28 typedef unsigned long ulg; typedef 238 ulg c = crc; /* temporary variable */ in flush_window_low() 249 bytes_out += (ulg)outcnt; in flush_window_low() 250 output_ptr += (ulg)outcnt; in flush_window_low() 256 ulg c = crc; /* temporary variable */ in flush_window_high() 262 if ((ulg)output_data == low_buffer_end) output_data=high_buffer_start; in flush_window_high() 266 bytes_out += (ulg)outcnt; in flush_window_high() 303 high_buffer_start = (uch *)(((ulg)&end) + HEAP_SIZE); in setup_output_buffer_if_we_run_high() 315 if ( (0x100000 + low_buffer_size) > ((ulg)high_buffer_start)) { in setup_output_buffer_if_we_run_high()
|
/linux-2.4.37.9/arch/i386/boot/compressed/ |
D | misc.c | 40 typedef unsigned long ulg; typedef 246 ulg c = crc; /* temporary variable */ in flush_window_low() 257 bytes_out += (ulg)outcnt; in flush_window_low() 258 output_ptr += (ulg)outcnt; in flush_window_low() 264 ulg c = crc; /* temporary variable */ in flush_window_high() 270 if ((ulg)output_data == low_buffer_end) output_data=high_buffer_start; in flush_window_high() 274 bytes_out += (ulg)outcnt; in flush_window_high() 320 high_buffer_start = (uch *)(((ulg)&end) + HEAP_SIZE); in setup_output_buffer_if_we_run_high() 332 if ( (0x100000 + low_buffer_size) > ((ulg)high_buffer_start)) { in setup_output_buffer_if_we_run_high()
|
/linux-2.4.37.9/arch/sh/boot/compressed/ |
D | misc.c | 33 typedef unsigned long ulg; typedef 198 ulg c = crc; /* temporary variable */ in flush_window() 209 bytes_out += (ulg)outcnt; in flush_window() 210 output_ptr += (ulg)outcnt; in flush_window()
|
/linux-2.4.37.9/arch/cris/boot/compressed/ |
D | misc.c | 42 typedef unsigned long ulg; typedef 194 ulg c = crc; /* temporary variable */ in flush_window() 205 bytes_out += (ulg)outcnt; in flush_window() 206 output_ptr += (ulg)outcnt; in flush_window()
|
/linux-2.4.37.9/arch/sh64/boot/compressed/ |
D | misc.c | 33 typedef unsigned long ulg; typedef 183 ulg c = crc; /* temporary variable */ in flush_window() 194 bytes_out += (ulg) outcnt; in flush_window() 195 output_ptr += (ulg) outcnt; in flush_window()
|
/linux-2.4.37.9/include/linux/ |
D | zutil.h | 30 typedef unsigned long ulg; typedef
|
/linux-2.4.37.9/init/ |
D | do_mounts.c | 958 typedef unsigned long ulg; typedef 1037 ulg c = crc; /* temporary variable */ in flush_window() 1048 bytes_out += (ulg)outcnt; in flush_window() 1067 crc = (ulg)0xffffffffL; /* shift register contents */ in crd_load()
|
/linux-2.4.37.9/arch/ppc64/boot/ |
D | zlib.c | 67 typedef unsigned long ulg; typedef
|
/linux-2.4.37.9/arch/ppc/boot/lib/ |
D | zlib.c | 44 typedef unsigned long ulg; typedef
|