Searched refs:cursor_x (Results 1 - 1 of 1) sorted by relevance

/seL4-test-master/projects/util_libs/libplatsupport/src/plat/pc99/
H A Dega.c40 static int cursor_x = 0; variable
73 while (cursor_x % 4 != 0) {
79 cursor_x = 0;
81 cursor_x = 0;
84 base_ptr[cursor_y * MODE_WIDTH + cursor_x] = ((char)c) | (7 << 8);
85 cursor_x++;
87 if (cursor_x >= MODE_WIDTH) {
88 cursor_x = 0;
147 cursor_x = 0;

Completed in 19 milliseconds