Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_Util.h526 m_LoadCount[ loadIndex ] += 1; in SetLoad()
538 count += m_LoadCount[ i ]; in GetPercentage()
551 sum += m_LoadCount[ i ]; in GetMaxLoadByPercent()
571 std::memset( m_LoadCount, 0x00, sizeof(m_LoadCount) ); in Reset()
578 int m_LoadCount[ LOAD_COUNT_NUM ]; variable