Lines Matching refs:NW_INLINE
130 NW_INLINE bool IsValidTypeId( u16 validId ) const in IsValidTypeId()
138 NW_INLINE bool IsValidOffset() const in IsValidOffset()
213 NW_INLINE const void* GetReferedItemByIndex( in GetReferedItemByIndex()
220 NW_INLINE const ReferenceWithSize* GetReference( in GetReference()
259 NW_INLINE s32 GetBlockCount() const { return header.dataBlocks; } in GetBlockCount()
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()
319 NW_INLINE u32 GetTrueCount( u32 bitNumber ) const in GetTrueCount()
349 static NW_INLINE u8 DevideBy8bit( u32 value, int index ) in DevideBy8bit()
354 static NW_INLINE u16 DevideBy16bit( u32 value, int index ) in DevideBy16bit()
384 static NW_INLINE ItemType GetItemType( u32 id ) in GetItemType()
391 static NW_INLINE u32 GetItemIndex( u32 id ) in GetItemIndex()
398 static NW_INLINE u32 GetMaskedItemId( u32 id, internal::ItemType type ) in GetMaskedItemId()
420 NW_INLINE u32 GetCount() const { return table.count; } in GetCount()