Home
last modified time | relevance | path

Searched refs:sum (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundThread.cpp558 nn::os::Tick sum, wait, etc; in SoundThreadProc()
566 sum = wait + etc; in SoundThreadProc()
568 CalcProcessCost( sum ); in SoundThreadProc()
/NW4C-2.0.3/include/nw/snd/
Dsnd_Util.h572 int sum = 0; in GetMaxLoadByPercent() local
576 sum += m_LoadCount[ i ]; in GetMaxLoadByPercent()
577 if ( 100.f * sum / m_Count > percent ) in GetMaxLoadByPercent()