Searched refs:m_Index (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h30 : m_pHashTable(0), m_Index(0), m_HashValue(0), m_EndIndex(0)
37 m_EndIndex = m_Index = m_HashValue % m_pHashTable->m_NumOfBuckets;
40 bucket_type &bucket = m_pHashTable->m_Buckets[m_Index];
46 m_EndIndex = m_Index;
50 m_Index += probe;
51 if (m_Index == m_pHashTable->m_NumOfBuckets)
52 m_Index = 0;
54 if (m_EndIndex == m_Index) {
63 m_Index(pCopy.m_Index),
149 unsigned int m_Index; member in class:mcld::ChainIteratorBase
238 unsigned int m_Index; member in class:mcld::EntryIteratorBase
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DLDSection.cpp35 m_Index(0) {
55 m_Index(0) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h113 { return m_Index; }
183 { m_Index = pIndex; }
211 /// m_Index - the index of the file
212 size_t m_Index; member in class:mcld::LDSection

Completed in 100 milliseconds