Searched defs:tick (Results 1 – 7 of 7) sorted by relevance
291 OSTick tick = OS_GetTick(); in AuxCallbackFunc() local336 nn::os::Tick tick = nn::os::Tick::GetSystemCurrent(); in AuxCallbackFunc() local
587 void SoundThread::CalcProcessCost( const nn::os::Tick& tick ) in CalcProcessCost()618 void SoundThread::GetTickCount( nn::os::Tick& tick, int& count ) const in GetTickCount()
201 nn::os::Tick tick = nn::os::Tick::GetSystemCurrent(); in Update() local
285 s64 tick = static_cast<s64>(nn::os::Tick::GetSystemCurrent()); in SetGpuProfilingTick() local
946 static void GetSoundThreadTickCount( nn::os::Tick& tick, int& count ) in GetSoundThreadTickCount()
465 AutoStopWatch( OSTick& tick ) : m_Tick( tick ) in AutoStopWatch()
185 static float TickToTime(s64 tick, float accuracy) in TickToTime()