Lines Matching refs:u16
68 static u16 CalcLpfFreq( f32 scale );
74 static u16 CalcRandom();
108 static const u16 CalcLpfFreqTable[ CALC_LPF_FREQ_TABLE_SIZE ];
121 u16 padding;
126 NW_INLINE bool IsValidTypeId( u16 validId ) const in IsValidTypeId()
156 const void* GetReferedItem( u32 index, u16 typeId ) const in GetReferedItem()
162 const void* FindReferedItemBy( u16 typeId ) const in FindReferedItemBy()
182 const void* GetReferedItemBy( u16 typeId ) const in GetReferedItemBy()
210 const void* origin, int index, u16 count ) const in GetReferedItemByIndex()
217 u16 typeId, u16 count ) const in GetReference()
228 const void* GetReferedItem( const void* origin, u16 typeId, u16 count ) const in GetReferedItem()
235 u32 GetReferedItemSize( u16 typeId, u16 count ) const in GetReferedItemSize()
241 u32 GetReferedItemOffset( u16 typeId, u16 count ) const in GetReferedItemOffset()
258 NW_INLINE const void* GetBlock( u16 typeId ) const in GetBlock()
262 NW_INLINE u32 GetBlockSize( u16 typeId ) const in GetBlockSize()
266 NW_INLINE u32 GetBlockOffset( u16 typeId ) const in GetBlockOffset()
350 static NW_INLINE u16 DevideBy16bit( u32 value, int index ) in DevideBy16bit()
352 return static_cast<u16>( ( value >> (16*index) ) & 0xffff ); in DevideBy16bit()