Home
last modified time | relevance | path

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

/arch/alpha/boot/
A Dmisc.c50 static unsigned outcnt; /* bytes in output buffer */ variable
129 for (n = 0; n < outcnt; n++) { in flush_window()
134 bytes_out += (ulg)outcnt; in flush_window()
135 output_ptr += (ulg)outcnt; in flush_window()
136 outcnt = 0; in flush_window()
/arch/nios2/boot/compressed/
A Dmisc.c40 static unsigned outcnt; /* bytes in output buffer */ variable
141 for (n = 0; n < outcnt; n++) { in flush_window()
146 bytes_out += (ulg)outcnt; in flush_window()
147 output_ptr += (ulg)outcnt; in flush_window()
148 outcnt = 0; in flush_window()

Completed in 4 milliseconds