Home | History | Annotate | Download | only in Tools

Lines Matching refs:uiIndex

85 	 @param[in]		uiIndex     Index number
88 const DataType* GetDataAtIndex(const PVRTuint32 uiIndex) const
90 if (uiIndex>=m_uiSize)
93 return &(m_Data[uiIndex]);
106 PVRTuint32 uiIndex = GetIndexOf(key);
109 if (uiIndex != m_uiSize)
112 return m_Data[uiIndex];
142 PVRTuint32 uiIndex=GetIndexOf(key);
145 if (uiIndex==m_uiSize)
156 m_Keys[uiIndex]=m_Keys[m_uiSize-1];
159 m_Data[uiIndex]=m_Data[m_uiSize-1];