Searched refs:TICKS_PER_SECOND (Results 1 – 2 of 2) sorted by relevance
87 static const s64 TICKS_PER_SECOND = NN_HW_TICKS_PER_SECOND; variable108 …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…
44 static const s64 TICKS_PER_SECOND = NN_HW_TICKS_PER_SECOND;