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

  /frameworks/compile/mclinker/include/mcld/ADT/
HashIterator.h 30 : 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),
    [all...]
  /frameworks/compile/mclinker/lib/LD/
LDSection.cpp 35 m_Index(0) {
55 m_Index(0) {
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 113 { return m_Index; }
183 { m_Index = pIndex; }
211 /// m_Index - the index of the file
212 size_t m_Index;
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp 627 while(FPDFTEXT_CHAR_PIECE == charinfo1.m_Flag && charinfo1.m_Index == charinfo.m_Index) {
640 while(FPDFTEXT_CHAR_PIECE == charinfo3.m_Flag && charinfo3.m_Index == charinfo2.m_Index) {
676 while(charinfo.m_Index == -1) {
683 startindex = charinfo.m_Index;
686 while (charinfo.m_Index == -1) {
905 if (charinfo.m_Index == -1 || charinfo.m_Flag == FPDFTEXT_CHAR_GENERATED) {
    [all...]
text_int.h 39 int m_Index;
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 189 int m_Index;
295 name = g_Base14FontNames[found->m_Index];
296 return found->m_Index;
    [all...]

Completed in 133 milliseconds