Home
last modified time | relevance | path

Searched refs:outcnt (Results 1 – 4 of 4) sorted by relevance

/arch/alpha/boot/
Dmisc.c49 static unsigned outcnt; /* bytes in output buffer */ variable
130 for (n = 0; n < outcnt; n++) { in flush_window()
135 bytes_out += (ulg)outcnt; in flush_window()
136 output_ptr += (ulg)outcnt; in flush_window()
137 outcnt = 0; in flush_window()
/arch/h8300/boot/compressed/
Dmisc.c37 static unsigned outcnt = 0; /* bytes in output buffer */ variable
147 for (n = 0; n < outcnt; n++) { in flush_window()
152 bytes_out += (ulg)outcnt; in flush_window()
153 output_ptr += (ulg)outcnt; in flush_window()
154 outcnt = 0; in flush_window()
/arch/mn10300/boot/compressed/
Dmisc.c93 static unsigned outcnt; /* bytes in output buffer */ variable
267 for (n = 0; n < outcnt; n++) { in flush_window_low()
272 bytes_out += (ulg)outcnt; in flush_window_low()
273 output_ptr += (ulg)outcnt; in flush_window_low()
274 outcnt = 0; in flush_window_low()
283 for (n = 0; n < outcnt; n++) { in flush_window_high()
290 bytes_out += (ulg)outcnt; in flush_window_high()
291 outcnt = 0; in flush_window_high()
/arch/cris/boot/compressed/
Dmisc.c62 static unsigned outcnt = 0; /* bytes in output buffer */ variable
207 for (n = 0; n < outcnt; n++) { in flush_window()
214 bytes_out += (ulg)outcnt; in flush_window()
215 output_ptr += (ulg)outcnt; in flush_window()
216 outcnt = 0; in flush_window()