Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundThread.cpp556 nn::os::Tick sum, wait, etc; in SoundThreadProc()
564 sum = wait + etc; in SoundThreadProc()
566 CalcProcessCost( sum ); in SoundThreadProc()
/NW4C-1.2.23/include/nw/snd/
Dsnd_Util.h547 int sum = 0; in GetMaxLoadByPercent() local
551 sum += m_LoadCount[ i ]; in GetMaxLoadByPercent()
552 if ( 100.f * sum / m_Count > percent ) in GetMaxLoadByPercent()