Home
last modified time | relevance | path

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

/arch/mn10300/boot/compressed/
Dmisc.c151 static long bytes_out; variable
271 bytes_out += (ulg)outcnt; in flush_window_low()
289 bytes_out += (ulg)outcnt; in flush_window_high()
363 mv->lcount = bytes_out; in close_output_buffer_if_we_run_high()
364 if (bytes_out > LOW_BUFFER_SIZE) { in close_output_buffer_if_we_run_high()
367 mv->hcount = bytes_out - LOW_BUFFER_SIZE; in close_output_buffer_if_we_run_high()
/arch/alpha/boot/
Dmisc.c87 static ulg bytes_out; variable
134 bytes_out += (ulg)outcnt; in flush_window()
/arch/m32r/boot/compressed/
Dmisc.c77 static long bytes_out = 0; variable
142 bytes_out += (ulg)outcnt; in flush_window()
/arch/h8300/boot/compressed/
Dmisc.c74 static long bytes_out = 0; variable
152 bytes_out += (ulg)outcnt; in flush_window()
/arch/sh/boot/compressed/
Dmisc_64.c79 static long bytes_out = 0; variable
153 bytes_out += (ulg) outcnt; in flush_window()
Dmisc_32.c81 static long bytes_out = 0; variable
174 bytes_out += (ulg)outcnt; in flush_window()
/arch/cris/arch-v10/boot/compressed/
Dmisc.c102 static long bytes_out = 0; variable
184 bytes_out += (ulg)outcnt; in flush_window()
/arch/arm/boot/compressed/
Dmisc.c228 static ulg bytes_out; variable
279 bytes_out += (ulg)outcnt; in flush_window()
/arch/cris/arch-v32/boot/compressed/
Dmisc.c95 static long bytes_out; variable
192 bytes_out += (ulg)outcnt; in flush_window()
/arch/x86/boot/compressed/
Dmisc.c195 static long bytes_out; variable
325 bytes_out += (unsigned long)outcnt; in flush_window()