Home
last modified time | relevance | path

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

/arch/alpha/boot/
Dmisc.c38 typedef unsigned long ulg; typedef
86 static ulg output_ptr;
87 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()
/arch/arm/boot/compressed/
Dmisc.c179 typedef unsigned long ulg; typedef
227 static ulg output_ptr;
228 static ulg bytes_out;
235 static ulg free_mem_ptr;
236 static ulg free_mem_end_ptr;
268 ulg c = crc; in flush_window()
279 bytes_out += (ulg)outcnt; in flush_window()
280 output_ptr += (ulg)outcnt; in flush_window()
302 ulg
303 decompress_kernel(ulg output_start, ulg free_mem_ptr_p, ulg free_mem_ptr_end_p, in decompress_kernel()
/arch/mn10300/boot/compressed/
Dmisc.c83 typedef unsigned long ulg; typedef
260 ulg c = crc; /* temporary variable */ in flush_window_low()
271 bytes_out += (ulg)outcnt; in flush_window_low()
272 output_ptr += (ulg)outcnt; in flush_window_low()
278 ulg c = crc; /* temporary variable */ in flush_window_high()
284 if ((ulg) output_data == LOW_BUFFER_END) in flush_window_high()
289 bytes_out += (ulg)outcnt; in flush_window_high()
341 high_buffer_start = (uch *)(((ulg) &end) + HEAP_SIZE); in setup_output_buffer_if_we_run_high()
352 if (0x100000 + LOW_BUFFER_SIZE > (ulg) high_buffer_start) { in setup_output_buffer_if_we_run_high()
/arch/m32r/boot/compressed/
Dmisc.c30 typedef unsigned long ulg; typedef
131 ulg c = crc; /* temporary variable */ in flush_window()
142 bytes_out += (ulg)outcnt; in flush_window()
143 output_ptr += (ulg)outcnt; in flush_window()
/arch/h8300/boot/compressed/
Dmisc.c27 typedef unsigned long ulg; typedef
141 ulg c = crc; /* temporary variable */ in flush_window()
152 bytes_out += (ulg)outcnt; in flush_window()
153 output_ptr += (ulg)outcnt; in flush_window()
/arch/sh/boot/compressed/
Dmisc_64.c32 typedef unsigned long ulg; typedef
142 ulg c = crc; /* temporary variable */ in flush_window()
153 bytes_out += (ulg) outcnt; in flush_window()
154 output_ptr += (ulg) outcnt; in flush_window()
Dmisc_32.c34 typedef unsigned long ulg; typedef
163 ulg c = crc; /* temporary variable */ in flush_window()
174 bytes_out += (ulg)outcnt; in flush_window()
175 output_ptr += (ulg)outcnt; in flush_window()
/arch/cris/arch-v10/boot/compressed/
Dmisc.c39 typedef unsigned long ulg; typedef
171 ulg c = crc; /* temporary variable */ in flush_window()
184 bytes_out += (ulg)outcnt; in flush_window()
185 output_ptr += (ulg)outcnt; in flush_window()
/arch/cris/arch-v32/boot/compressed/
Dmisc.c47 typedef unsigned long ulg; typedef
181 ulg c = crc; /* temporary variable */ in flush_window()
192 bytes_out += (ulg)outcnt; in flush_window()
193 output_ptr += (ulg)outcnt; in flush_window()
/arch/x86/boot/compressed/
Dmisc.c129 typedef unsigned long ulg; typedef