OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MS_PER_TICK
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/timer/macos/
SDL_MPWtimer.c
37
#define
MS_PER_TICK
(1000/60) /* MacOS tick = 1/60 second */
67
return(LMGetTicks()*
MS_PER_TICK
);
82
Delay(ms/
MS_PER_TICK
, &unused);
SDL_systimer.c
43
#define
MS_PER_TICK
(1000.0/60.0) /* MacOS tick = 1/60 second */
Completed in 144 milliseconds