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