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 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/lib/LD/
LDSection.cpp 35 m_Index(0) {
55 m_Index(0) {
  /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/src/fpdftext/
fpdf_text_int.cpp 501 charinfo1.m_Index == charinfo.m_Index) {
515 charinfo3.m_Index == charinfo2.m_Index) {
551 while (charinfo.m_Index == -1) {
558 startindex = charinfo.m_Index;
561 while (charinfo.m_Index == -1) {
775 if (charinfo.m_Index == -1 || charinfo.m_Flag == FPDFTEXT_CHAR_GENERATED) {
998 Info.m_Index = m_TextBuf.GetLength();
1020 Info.m_Index = -1
    [all...]
text_int.h 38 int m_Index;
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 73 int m_Index;
    [all...]

Completed in 1423 milliseconds