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

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h29 : m_pHashTable(NULL), m_Index(0), m_HashValue(0), m_EndIndex(0) {}
34 m_EndIndex = m_Index = m_HashValue % m_pHashTable->m_NumOfBuckets;
37 bucket_type& bucket = m_pHashTable->m_Buckets[m_Index];
42 m_EndIndex = m_Index;
46 m_Index += probe;
47 if (m_Index == m_pHashTable->m_NumOfBuckets)
48 m_Index = 0;
50 if (m_EndIndex == m_Index) {
59 m_Index(pCopy.m_Index),
143 unsigned int m_Index; member in class:mcld::ChainIteratorBase
229 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.h105 size_t index() const { return m_Index; }
171 void setIndex(size_t pIndex) { m_Index = pIndex; }
199 /// m_Index - the index of the file
200 size_t m_Index; member in class:mcld::LDSection

Completed in 160 milliseconds