Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_Util.h546 m_LoadCount[ loadIndex ] += 1; in SetLoad()
558 count += m_LoadCount[ i ]; in GetPercentage()
571 sum += m_LoadCount[ i ]; in GetMaxLoadByPercent()
591 std::memset( m_LoadCount, 0x00, sizeof(m_LoadCount) ); in Reset()
598 int m_LoadCount[ LOAD_COUNT_NUM ]; variable