Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_Util.h551 m_LoadCount[ loadIndex ] += 1; in SetLoad()
563 count += m_LoadCount[ i ]; in GetPercentage()
576 sum += m_LoadCount[ i ]; in GetMaxLoadByPercent()
596 std::memset( m_LoadCount, 0x00, sizeof(m_LoadCount) ); in Reset()
603 int m_LoadCount[ LOAD_COUNT_NUM ]; variable