Searched refs:sum (Results 1 – 2 of 2) sorted by relevance
558 nn::os::Tick sum, wait, etc; in SoundThreadProc()566 sum = wait + etc; in SoundThreadProc()568 CalcProcessCost( sum ); in SoundThreadProc()
572 int sum = 0; in GetMaxLoadByPercent() local576 sum += m_LoadCount[ i ]; in GetMaxLoadByPercent()577 if ( 100.f * sum / m_Count > percent ) in GetMaxLoadByPercent()