Lines Matching refs:u16
74 static u16 CalcLpfFreq( f32 scale );
80 static u16 CalcRandom();
114 static const u16 CalcLpfFreqTable[ CALC_LPF_FREQ_TABLE_SIZE ];
127 u16 padding;
132 NW_INLINE bool IsValidTypeId( u16 validId ) const in IsValidTypeId()
162 const void* GetReferedItem( u32 index, u16 typeId ) const in GetReferedItem()
168 const void* FindReferedItemBy( u16 typeId ) const in FindReferedItemBy()
188 const void* GetReferedItemBy( u16 typeId ) const in GetReferedItemBy()
216 const void* origin, int index, u16 count ) const in GetReferedItemByIndex()
223 u16 typeId, u16 count ) const in GetReference()
234 const void* GetReferedItem( const void* origin, u16 typeId, u16 count ) const in GetReferedItem()
241 u32 GetReferedItemSize( u16 typeId, u16 count ) const in GetReferedItemSize()
247 u32 GetReferedItemOffset( u16 typeId, u16 count ) const in GetReferedItemOffset()
264 NW_INLINE const void* GetBlock( u16 typeId ) const in GetBlock()
268 NW_INLINE u32 GetBlockSize( u16 typeId ) const in GetBlockSize()
272 NW_INLINE u32 GetBlockOffset( u16 typeId ) const in GetBlockOffset()
356 static NW_INLINE u16 DevideBy16bit( u32 value, int index ) in DevideBy16bit()
358 return static_cast<u16>( ( value >> (16*index) ) & 0xffff ); in DevideBy16bit()