Lines Matching refs:count
114 COUNT_TYPE count; member
153 if ( index >= count ) return NULL; in GetReferedItem()
158 if ( index >= count ) return NULL; in GetReferedItem()
164 for ( u32 i = 0; i < count; i++ ) in FindReferedItemBy()
179 NW_ASSERT( index < count ); in GetReferedItem()
184 for ( u32 i = 0; i < count; i++ ) in GetReferedItemBy()
195 NW_ASSERT( index < count ); in GetReferedItemSize()
210 const void* origin, int index, u16 count ) const in GetReferedItemByIndex()
212 NW_UNUSED_VARIABLE(count); in GetReferedItemByIndex()
213 NW_ASSERT( index < count ); in GetReferedItemByIndex()
217 u16 typeId, u16 count ) const in GetReference()
219 for ( int i = 0; i < count; i++ ) in GetReference()
228 const void* GetReferedItem( const void* origin, u16 typeId, u16 count ) const in GetReferedItem()
230 const ReferenceWithSize* ref = GetReference( typeId, count ); in GetReferedItem()
235 u32 GetReferedItemSize( u16 typeId, u16 count ) const in GetReferedItemSize()
237 const ReferenceWithSize* ref = GetReference( typeId, count ); in GetReferedItemSize()
241 u32 GetReferedItemOffset( u16 typeId, u16 count ) const in GetReferedItemOffset()
243 const ReferenceWithSize* ref = GetReference( typeId, count ); in GetReferedItemOffset()
282 u32 count = GetTrueCount( bitNumber ); in GetValue() local
285 if ( count == 0 ) return false; in GetValue()
288 ut::AddOffsetToPtr( this, ( count * sizeof(nw::ut::ResU32) ) ) ); in GetValue()
293 u32 count = GetTrueCount( bitNumber ); in GetValueF32() local
294 if ( count == 0 ) return false; in GetValueF32()
296 ut::AddOffsetToPtr( this, ( count * sizeof(nw::ut::ResF32) ) ) ); in GetValueF32()
320 int count = 0; in GetTrueCount() local
325 count++; in GetTrueCount()
335 return count; in GetTrueCount()
397 NW_ASSERT( index < table.count ); in GetWaveId()
400 NW_INLINE u32 GetCount() const { return table.count; } in GetCount()
535 int count = 0; in GetPercentage() local
538 count += m_LoadCount[ i ]; in GetPercentage()
540 f32 ret = 100.f * count / m_Count; in GetPercentage()