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

  /frameworks/compile/mclinker/include/mcld/ADT/
HashIterator.h 29 : 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),
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 105 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;
  /external/pdfium/core/fpdftext/
cpdf_textpage.h 72 int m_Index;
  /external/pdfium/core/fxge/
cfx_fontmapper.cpp 46 int m_Index;
800 *name = g_Base14FontNames[found->m_Index];
801 return found->m_Index;

Completed in 592 milliseconds