Searched defs:ulg (Results 1 - 3 of 3) sorted by relevance

/arch/alpha/boot/
H A Dmisc.c39 typedef unsigned long ulg; typedef
87 static ulg output_ptr;
88 static ulg bytes_out;
95 static ulg free_mem_ptr;
96 static ulg free_mem_end_ptr;
124 ulg c = crc;
135 bytes_out += (ulg)outcnt;
136 output_ptr += (ulg)outcnt;
161 free_mem_ptr = (ulg)output_start + ksize;
162 free_mem_end_ptr = (ulg)output_star
[all...]
/arch/cris/boot/compressed/
H A Dmisc.c49 typedef unsigned long ulg; typedef
201 ulg c = crc; /* temporary variable */
214 bytes_out += (ulg)outcnt;
215 output_ptr += (ulg)outcnt;
/arch/mn10300/boot/compressed/
H A Dmisc.c83 typedef unsigned long ulg; typedef
165 static uch *high_buffer_start /* = (uch *)(((ulg)&end) + HEAP_SIZE)*/;
261 ulg c = crc; /* temporary variable */
272 bytes_out += (ulg)outcnt;
273 output_ptr += (ulg)outcnt;
279 ulg c = crc; /* temporary variable */
285 if ((ulg) output_data == LOW_BUFFER_END)
290 bytes_out += (ulg)outcnt;
342 high_buffer_start = (uch *)(((ulg) &end) + HEAP_SIZE);
353 if (0x100000 + LOW_BUFFER_SIZE > (ulg) high_buffer_star
[all...]

Completed in 23 milliseconds