Home
last modified time | relevance | path

Searched defs:OSTicksToSeconds (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13-1/system/include/windows/
Dos.h36 #define OSTicksToSeconds(ticks) 0 macro
/CafeSDK-2.12.13-1/system/include/cafe/os/
DOSTime.h52 #define OSTicksToSeconds( ticks ) ((ticks) / OS_TIMER_CLOCK) macro