Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/include/cafe/os/
DOSTime.h57 #define OSTicksToMicroseconds( ticks ) (((ticks) * 8) / (OS_TIMER_CLOCK / 125000)) macro
65 …#define OSTicksToMicroseconds( ticks ) ((((u64)(ticks)) * 1000000ULL) / ((u64) OS_TIMER_CLOCK)) macro
/CafeSDK-2.12.13/system/include/windows/
Dos.h34 #define OSTicksToMicroseconds(ticks) 0 macro