Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/lyt/
Dlyt_Stopwatch.h116 ++m_Count; in Stop()
172 return m_Count; in GetCount()
178 if (m_Count == 0) in GetMinSample()
191 if (m_Count == 0) in GetMaxSample()
267 int m_Count;
/NW4C-1.2.23/include/nw/snd/
Dsnd_Util.h528 m_Count += 1; in SetLoad()
540 f32 ret = 100.f * count / m_Count; in GetPercentage()
552 if ( 100.f * sum / m_Count > percent ) in GetMaxLoadByPercent()
561 f32 GetAverage() const { return m_SumLoad / m_Count; } in GetAverage()
563 int GetCount() const { return m_Count; } in GetCount()
570 m_Count = m_IrregularCount = 0; in Reset()
579 int m_Count, m_IrregularCount; variable
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Stopwatch.cpp47 : m_Count(0), in Stopwatch()
66 m_Count = 0; in Reset()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_ParticleCollection.h153 return this->m_Count; in GetCount()
161 this->m_Count = count; in SetCount()
402 int m_Count; variable