Lines Matching refs:NW_INLINE
132 NW_INLINE bool IsValidTypeId( u16 validId ) const in IsValidTypeId()
140 NW_INLINE bool IsValidOffset() const in IsValidOffset()
215 NW_INLINE const void* GetReferedItemByIndex( in GetReferedItemByIndex()
222 NW_INLINE const ReferenceWithSize* GetReference( in GetReference()
261 NW_INLINE s32 GetBlockCount() const { return header.dataBlocks; } in GetBlockCount()
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()
321 NW_INLINE u32 GetTrueCount( u32 bitNumber ) const in GetTrueCount()
351 static NW_INLINE u8 DevideBy8bit( u32 value, int index ) in DevideBy8bit()
356 static NW_INLINE u16 DevideBy16bit( u32 value, int index ) in DevideBy16bit()
386 static NW_INLINE ItemType GetItemType( u32 id ) in GetItemType()
393 static NW_INLINE u32 GetItemIndex( u32 id ) in GetItemIndex()
400 static NW_INLINE u32 GetMaskedItemId( u32 id, internal::ItemType type ) in GetMaskedItemId()
425 NW_INLINE u32 GetCount() const { return table.count; } in GetCount()