Searched refs:ulg (Results 1 – 10 of 10) sorted by relevance
38 typedef unsigned long ulg; typedef86 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()
179 typedef unsigned long ulg; typedef227 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 ulg303 decompress_kernel(ulg output_start, ulg free_mem_ptr_p, ulg free_mem_ptr_end_p, in decompress_kernel()
83 typedef unsigned long ulg; typedef260 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()
30 typedef unsigned long ulg; typedef131 ulg c = crc; /* temporary variable */ in flush_window()142 bytes_out += (ulg)outcnt; in flush_window()143 output_ptr += (ulg)outcnt; in flush_window()
27 typedef unsigned long ulg; typedef141 ulg c = crc; /* temporary variable */ in flush_window()152 bytes_out += (ulg)outcnt; in flush_window()153 output_ptr += (ulg)outcnt; in flush_window()
32 typedef unsigned long ulg; typedef142 ulg c = crc; /* temporary variable */ in flush_window()153 bytes_out += (ulg) outcnt; in flush_window()154 output_ptr += (ulg) outcnt; in flush_window()
34 typedef unsigned long ulg; typedef163 ulg c = crc; /* temporary variable */ in flush_window()174 bytes_out += (ulg)outcnt; in flush_window()175 output_ptr += (ulg)outcnt; in flush_window()
39 typedef unsigned long ulg; typedef171 ulg c = crc; /* temporary variable */ in flush_window()184 bytes_out += (ulg)outcnt; in flush_window()185 output_ptr += (ulg)outcnt; in flush_window()
47 typedef unsigned long ulg; typedef181 ulg c = crc; /* temporary variable */ in flush_window()192 bytes_out += (ulg)outcnt; in flush_window()193 output_ptr += (ulg)outcnt; in flush_window()
129 typedef unsigned long ulg; typedef