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

/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
H A Dmain.c104 int thenTicks = -1; local
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/
H A Dmain.c104 int thenTicks = -1; local
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/
H A Dmain.c104 int thenTicks = -1; local
135 if (thenTicks > 0) {
137 delay += (1000/fps - (nowTicks-thenTicks));
138 thenTicks = nowTicks;
143 thenTicks = SDL_GetTicks ();

Completed in 102 milliseconds