HomeSort by relevance Sort by last modified time
    Searched refs:m_Index (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/include/mcld/ADT/
HashIterator.h 33 : m_pHashTable(0), m_Index(0), m_HashValue(0), m_EndIndex(0)
40 m_EndIndex = m_Index = m_HashValue % m_pHashTable->m_NumOfBuckets;
43 bucket_type &bucket = m_pHashTable->m_Buckets[m_Index];
49 m_EndIndex = m_Index;
53 m_Index += probe;
54 if (m_Index == m_pHashTable->m_NumOfBuckets)
55 m_Index = 0;
57 if (m_EndIndex == m_Index) {
66 m_Index(pCopy.m_Index),
    [all...]
  /frameworks/compile/mclinker/lib/Fragment/
FGNode.cpp 17 : m_Index(0x0)
22 : m_Index(pIndex)
  /frameworks/compile/mclinker/include/mcld/Fragment/
FGNode.h 57 { return m_Index; }
84 /// m_Index - the index in the reachability matrix
85 uint32_t m_Index;
  /frameworks/compile/mclinker/lib/LD/
LDSection.cpp 35 m_Index(0) {
55 m_Index(0) {
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 116 { return m_Index; }
186 { m_Index = pIndex; }
214 /// m_Index - the index of the file
215 size_t m_Index;

Completed in 313 milliseconds