Home
last modified time | relevance | path

Searched defs:seconds (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_alrm.c63 unsigned int alarm(unsigned int seconds) { in alarm()
/CafeSDK-2.12.13-1/system/include/nn/fnd/
Dfnd_TimeSpan.h93 … static TimeSpan FromSeconds(s64 seconds) { return FromNanoSeconds(seconds * 1000 * 1000 * 1000); } in FromSeconds()
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DExecutableClasses.cs56 internal static int FlushOutputBuffer(uint seconds) in FlushOutputBuffer()