Lines Matching refs:u16
72 static u16 CalcLpfFreq( f32 scale );
78 static u16 CalcRandom();
112 static const u16 CalcLpfFreqTable[ CALC_LPF_FREQ_TABLE_SIZE ];
125 u16 padding;
130 NW_INLINE bool IsValidTypeId( u16 validId ) const in IsValidTypeId()
160 const void* GetReferedItem( u32 index, u16 typeId ) const in GetReferedItem()
166 const void* FindReferedItemBy( u16 typeId ) const in FindReferedItemBy()
186 const void* GetReferedItemBy( u16 typeId ) const in GetReferedItemBy()
214 const void* origin, int index, u16 count ) const in GetReferedItemByIndex()
221 u16 typeId, u16 count ) const in GetReference()
232 const void* GetReferedItem( const void* origin, u16 typeId, u16 count ) const in GetReferedItem()
239 u32 GetReferedItemSize( u16 typeId, u16 count ) const in GetReferedItemSize()
245 u32 GetReferedItemOffset( u16 typeId, u16 count ) const in GetReferedItemOffset()
262 NW_INLINE const void* GetBlock( u16 typeId ) const in GetBlock()
266 NW_INLINE u32 GetBlockSize( u16 typeId ) const in GetBlockSize()
270 NW_INLINE u32 GetBlockOffset( u16 typeId ) const in GetBlockOffset()
354 static NW_INLINE u16 DevideBy16bit( u32 value, int index ) in DevideBy16bit()
356 return static_cast<u16>( ( value >> (16*index) ) & 0xffff ); in DevideBy16bit()