OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:herc_y
(Results
1 - 1
of
1
) sorted by null
/external/grub/stage2/
hercules.c
29
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
= y
[
all
...]
Completed in 65 milliseconds