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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dhercules.c29 static int herc_y; variable
48 unsigned offset = herc_y * HERCULES_WIDTH + herc_x;
72 herc_y++;
87 video[herc_y * HERCULES_WIDTH + herc_x]
93 herc_y++;
99 if (herc_y >= HERCULES_HEIGHT)
104 herc_y = HERCULES_HEIGHT - 1;
124 herc_x = herc_y = 0;
131 return (herc_x << 8) | herc_y;
138 herc_y
[all...]

Completed in 42 milliseconds