Home
last modified time | relevance | path

Searched refs:TIMER_RESOLUTION (Results 1 – 7 of 7) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/timer/
DSDL_timer_c.h28 (((X+TIMER_RESOLUTION-1)/TIMER_RESOLUTION)*TIMER_RESOLUTION)
/external/qemu/distrib/sdl-1.2.12/src/timer/win32/
DSDL_systimer.c127 result = timeBeginPeriod(TIMER_RESOLUTION); in SDL_SYS_TimerInit()
130 TIMER_RESOLUTION); in SDL_SYS_TimerInit()
133 timerID = timeSetEvent(TIMER_RESOLUTION,1,HandleAlarm,0,TIME_PERIODIC); in SDL_SYS_TimerInit()
146 timeEndPeriod(TIMER_RESOLUTION); in SDL_SYS_TimerQuit()
/external/qemu/distrib/sdl-1.2.12/src/timer/wince/
DSDL_systimer.c163 result = timeBeginPeriod(TIMER_RESOLUTION); in SDL_SYS_TimerInit()
166 TIMER_RESOLUTION); in SDL_SYS_TimerInit()
169 timerID = timeSetEvent(TIMER_RESOLUTION,1,HandleAlarm,0,TIME_PERIODIC); in SDL_SYS_TimerInit()
182 timeEndPeriod(TIMER_RESOLUTION); in SDL_SYS_TimerQuit()
/external/libnfc-nxp/inc/
DphNfcConfig.h205 #ifndef TIMER_RESOLUTION
206 #define TIMER_RESOLUTION 500U macro
Dnfc_custom_config.h65 #define TIMER_RESOLUTION 100U macro
/external/libnfc-nxp/src/
DphLlcNfc_Timer.h53 #define PH_LLCNFC_RESOLUTION TIMER_RESOLUTION
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_timer.h41 #define TIMER_RESOLUTION 10 /* Experimentally determined */ macro