Searched refs:ns (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/os/ |
| D | os_Tick.h | 155 NN_EXTERN_C inline s64 nnosTickConvertFromNanoSeconds(s64 ns) in nnosTickConvertFromNanoSeconds() argument 157 return nnmathMultiplyAndDivide(ns, NN_HW_TICKS_PER_SECOND, 1000 * 1000 * 1000); in nnosTickConvertFromNanoSeconds()
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/svc/ |
| D | svc_Stub.h | 47 void SleepThread ( s64 ns ); 73 nn::Result WaitSynchronization1 ( nn::Handle handle, s64 ns ); 74 …nizationN ( s32* pOut, const nn::Handle handles[], s32 numHandles, bool waitAll, s64 ns ); 75 …2* pOut, nn::Handle toBeSignal, const nn::Handle handles[], s32 numHandles, bool waitAll, s64 ns );
|
| /CTR-SDK-1.0.0/CTR_SDK/build/omake/ |
| D | modulerules.tests.om | 60 ServiceAccessControl+=ns:s 62 Dependency+=ns
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/net/compatible/nos/ |
| D | nos_horizon.h | 562 NN_INLINE NOSTick NOS_NanoSecondsToTicks(s64 ns) in NOS_NanoSecondsToTicks() argument 564 return nnosTickConvertFromNanoSeconds(ns); in NOS_NanoSecondsToTicks()
|