Home
last modified time | relevance | path

Searched refs:TICKS_PER_SECOND (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.4/include/nn/os/
Dos_Tick.h87 static const s64 TICKS_PER_SECOND = NN_HW_TICKS_PER_SECOND; variable
108 …eSpan span) : m_Tick(nnmathMultiplyAndDivide(span.GetNanoSeconds(), TICKS_PER_SECOND, 1000 * 1000 … in Tick()
114 …::TimeSpan::FromNanoSeconds(nnmathMultiplyAndDivide(m_Tick, 1000 * 1000 * 1000, TICKS_PER_SECOND)); in TimeSpan()
124 …const s64 tick = nnmathMultiplyAndDivide(rhs.GetNanoSeconds(), TICKS_PER_SECOND, 1000 * 1000 * 100…
/CTR-SDK-0.14.4/include/nn/fnd/
Dfnd_TimeSpan.h44 static const s64 TICKS_PER_SECOND = NN_HW_TICKS_PER_SECOND;