Home
last modified time | relevance | path

Searched refs:NN_HW_TICKS_PER_SECOND (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.5/include/nn/os/
Dos_Tick.h58 static const s64 TICKS_PER_SECOND = NN_HW_TICKS_PER_SECOND;
310 return nnmathMultiplyRate32(ns, nnmathMakeRate32(NN_HW_TICKS_PER_SECOND, 1000 * 1000 * 1000)); in nnosTickConvertFromNanoSeconds()
322 return nnmathMultiplyRate(us, nnmathMakeRate(NN_HW_TICKS_PER_SECOND, 1000 * 1000)); in nnosTickConvertFromMicroSeconds()
334 return nnmathMultiplyRate(ms, nnmathMakeRate(NN_HW_TICKS_PER_SECOND, 1000)); in nnosTickConvertFromMilliSeconds()
346 return nnmathMultiplyRate(s, nnmathMakeRate(NN_HW_TICKS_PER_SECOND, 1)); in nnosTickConvertFromSeconds()
358 return nnmathMultiplyRate(tick, nnmathMakeRate(1000 * 1000 * 1000, NN_HW_TICKS_PER_SECOND)); in nnosTickConvertToNanoSeconds()
370 return nnmathMultiplyRate32(tick, nnmathMakeRate32(1000 * 1000, NN_HW_TICKS_PER_SECOND)); in nnosTickConvertToMicroSeconds()
382 return nnmathMultiplyRate32(tick, nnmathMakeRate32(1000, NN_HW_TICKS_PER_SECOND)); in nnosTickConvertToMilliSeconds()
394 return nnmathMultiplyRate32(tick, nnmathMakeRate32(1, NN_HW_TICKS_PER_SECOND)); in nnosTickConvertToSeconds()
/CTR-SDK-4.2.5/include/nn/os/CTR/MPCore/
Dos_HardwareParams.h22 #define NN_HW_TICKS_PER_SECOND (NN_HW_CPU_CLOCK) macro
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_TimeSpan.h46 static const s64 TICKS_PER_SECOND = NN_HW_TICKS_PER_SECOND;