Searched defs:tick (Results 1 – 7 of 7) sorted by relevance
257 OSTick tick = OS_GetTick(); in AuxCallbackFunc() local302 nn::os::Tick tick = nn::os::Tick::GetSystemCurrent(); in AuxCallbackFunc() local
585 void SoundThread::CalcProcessCost( const nn::os::Tick& tick ) in CalcProcessCost()616 void SoundThread::GetTickCount( nn::os::Tick& tick, int& count ) const in GetTickCount()
199 nn::os::Tick tick = nn::os::Tick::GetSystemCurrent(); in Update() local
269 s64 tick = static_cast<s64>(nn::os::Tick::GetSystemCurrent()); in SetGpuProfilingTick() local
917 static void GetSoundThreadTickCount( nn::os::Tick& tick, int& count ) in GetSoundThreadTickCount()
460 AutoStopWatch( OSTick& tick ) : m_Tick( tick ) in AutoStopWatch()
183 static float TickToTime(s64 tick, float accuracy) in TickToTime()