Home
last modified time | relevance | path

Searched refs:OSSecondsToTicks (Results 1 – 4 of 4) sorted by relevance

/CafeSDK-2.12.13/system/include/windows/
Dos.h37 #define OSSecondsToTicks(sec) 0 macro
/CafeSDK-2.12.13/system/include/cafe/os/
DOSTime.h53 #define OSSecondsToTicks( sec ) ((sec) * OS_TIMER_CLOCK) macro
DOSThread.h384 #define OSSleepSeconds( sec ) OSSleepTicks( OSSecondsToTicks((OSTime)sec) )
/CafeSDK-2.12.13/system/src/lib/demo/
DdemoGfx.c716 const OSTime t60 = (OSTime)OSSecondsToTicks(1.0f/59.94f); in DEMOGfxWaitForSwap()