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

/arch/alpha/boot/
H A Dmisc.c49 static unsigned outcnt; /* bytes in output buffer */ variable
119 * Write the output window window[0..outcnt-1] and update crc and bytes_out.
130 for (n = 0; n < outcnt; n++) {
135 bytes_out += (ulg)outcnt;
136 output_ptr += (ulg)outcnt;
137 outcnt = 0;
/arch/cris/boot/compressed/
H A Dmisc.c62 static unsigned outcnt = 0; /* bytes in output buffer */ variable
195 * Write the output window window[0..outcnt-1] and update crc and bytes_out.
207 for (n = 0; n < outcnt; n++) {
214 bytes_out += (ulg)outcnt;
215 output_ptr += (ulg)outcnt;
216 outcnt = 0;
/arch/mn10300/boot/compressed/
H A Dmisc.c93 static unsigned outcnt; /* bytes in output buffer */ variable
256 * Write the output window window[0..outcnt-1] and update crc and bytes_out.
267 for (n = 0; n < outcnt; n++) {
272 bytes_out += (ulg)outcnt;
273 output_ptr += (ulg)outcnt;
274 outcnt = 0;
283 for (n = 0; n < outcnt; n++) {
290 bytes_out += (ulg)outcnt;
291 outcnt = 0;

Completed in 220 milliseconds