OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thenTicks
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
main.c
104
int
thenTicks
= -1;
135
if (
thenTicks
> 0) {
137
delay += (1000/fps - (nowTicks-
thenTicks
));
138
thenTicks
= nowTicks;
143
thenTicks
= SDL_GetTicks ();
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
main.c
104
int
thenTicks
= -1;
135
if (
thenTicks
> 0) {
137
delay += (1000/fps - (nowTicks-
thenTicks
));
138
thenTicks
= nowTicks;
143
thenTicks
= SDL_GetTicks ();
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/
main.c
104
int
thenTicks
= -1;
135
if (
thenTicks
> 0) {
137
delay += (1000/fps - (nowTicks-
thenTicks
));
138
thenTicks
= nowTicks;
143
thenTicks
= SDL_GetTicks ();
Completed in 448 milliseconds