Lines Matching refs:NW_INLINE
126 NW_INLINE bool IsValidTypeId( u16 validId ) const in IsValidTypeId()
134 NW_INLINE bool IsValidOffset() const in IsValidOffset()
209 NW_INLINE const void* GetReferedItemByIndex( in GetReferedItemByIndex()
216 NW_INLINE const ReferenceWithSize* GetReference( in GetReference()
255 NW_INLINE s32 GetBlockCount() const { return header.dataBlocks; } in GetBlockCount()
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()
315 NW_INLINE u32 GetTrueCount( u32 bitNumber ) const in GetTrueCount()
345 static NW_INLINE u8 DevideBy8bit( u32 value, int index ) in DevideBy8bit()
350 static NW_INLINE u16 DevideBy16bit( u32 value, int index ) in DevideBy16bit()
364 static NW_INLINE ItemType GetItemType( u32 id ) in GetItemType()
371 static NW_INLINE u32 GetItemIndex( u32 id ) in GetItemIndex()
378 static NW_INLINE u32 GetMaskedItemId( u32 id, internal::ItemType type ) in GetMaskedItemId()
400 NW_INLINE u32 GetCount() const { return table.count; } in GetCount()