Searched refs:ns (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/svc/ |
| D | svc_Stub.h | 47 void SleepThread ( s64 ns ); 71 …ss ( nn::Handle arbiter, uptr addr, nn::os::ArbitrationType type, s32 value, 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-4.2.5/include/nn/os/ |
| D | os_Tick.h | 308 NN_EXTERN_C inline s64 nnosTickConvertFromNanoSeconds(s64 ns) in nnosTickConvertFromNanoSeconds() argument 310 return nnmathMultiplyRate32(ns, nnmathMakeRate32(NN_HW_TICKS_PER_SECOND, 1000 * 1000 * 1000)); in nnosTickConvertFromNanoSeconds()
|
| /CTR-SDK-4.2.5/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) << 1; in NOS_NanoSecondsToTicks()
|
| /CTR-SDK-4.2.5/sources/libraries/dbg/ |
| D | dbg_PrintResult.cpp | 113 DEFINE_WEAK_GET_RESULT_DESCRIPTION_STRING_IMPL(ns) 354 CASE_DESCRIPTION_FOR_MODULE(ns, MODULE_NN_NS)
|