Searched refs:m_noOfEntries (Results 1 – 3 of 3) sorted by relevance
474 for (index = 0; index < static_cast<INT_32>(m_noOfEntries); index++) in HwlPostCheckTileIndex()518 ADDR_ASSERT(index < static_cast<INT_32>(m_noOfEntries)); in HwlPostCheckTileIndex()520 if (index >= static_cast<INT_32>(m_noOfEntries)) in HwlPostCheckTileIndex()551 if (static_cast<UINT_32>(index) >= m_noOfEntries) in HwlSetupTileCfg()1169 ADDR_ASSERT((index + 1) < static_cast<INT_32>(m_noOfEntries)); in HwlSetupTileInfo()1319 m_noOfEntries = noOfEntries; in InitTileSettingTable()1323 m_noOfEntries = TileTableSize; in InitTileSettingTable()1328 for (UINT_32 i = 0; i < m_noOfEntries; i++) in InitTileSettingTable()
76 m_noOfEntries(0) in SIAddrLib()2351 ADDR_ASSERT(index < m_noOfEntries); in GetTileSetting()2391 for (index = 0; index < static_cast<INT_32>(m_noOfEntries); index++) in HwlPostCheckTileIndex()2424 ADDR_ASSERT(index < static_cast<INT_32>(m_noOfEntries)); in HwlPostCheckTileIndex()2426 if (index >= static_cast<INT_32>(m_noOfEntries)) in HwlPostCheckTileIndex()2479 else if (static_cast<UINT_32>(index) >= m_noOfEntries) in HwlSetupTileCfg()2577 m_noOfEntries = noOfEntries; in InitTileSettingTable()2581 m_noOfEntries = TileTableSize; in InitTileSettingTable()2586 for (UINT_32 i = 0; i < m_noOfEntries; i++) in InitTileSettingTable()
247 UINT_32 m_noOfEntries; variable