Home
last modified time | relevance | path

Searched refs:MS_PER_TICK (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/timer/macos/
DSDL_MPWtimer.c37 #define MS_PER_TICK (1000/60) /* MacOS tick = 1/60 second */ macro
67 return(LMGetTicks()*MS_PER_TICK); in SDL_GetTicks()
82 Delay(ms/MS_PER_TICK, &unused); in SDL_Delay()
DSDL_systimer.c43 #define MS_PER_TICK (1000.0/60.0) /* MacOS tick = 1/60 second */ macro