| tag | line | file | source code |
| outcnt | 37 | arch/i386/boot/compressed/misc.c | static unsigned outcnt = 0; /* bytes in output buffer */ |
| outcnt | 250 | arch/i386/boot/compressed/misc.c | for (n = 0; n < outcnt; n++) { |
| outcnt | 255 | arch/i386/boot/compressed/misc.c | bytes_out += (ulg)outcnt; |
| outcnt | 256 | arch/i386/boot/compressed/misc.c | output_ptr += (ulg)outcnt; |
| outcnt | 257 | arch/i386/boot/compressed/misc.c | outcnt = 0; |
| outcnt | 476 | drivers/block/rd.c | static unsigned outcnt = 0; /* bytes in output buffer */ |
| outcnt | 550 | drivers/block/rd.c | outcnt); |
| outcnt | 552 | drivers/block/rd.c | for (n = 0; n < outcnt; n++) { |
| outcnt | 557 | drivers/block/rd.c | bytes_out += (ulg)outcnt; |
| outcnt | 558 | drivers/block/rd.c | outcnt = 0; |
| outcnt | 155 | lib/inflate.c | #define wp outcnt |