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

  /frameworks/compile/mclinker/include/mcld/ADT/
HashIterator.h 30 : m_pHashTable(0), m_Index(0), m_HashValue(0), m_EndIndex(0)
34 : m_pHashTable(pTable)
37 m_EndIndex = m_Index = m_HashValue % m_pHashTable->m_NumOfBuckets;
40 bucket_type &bucket = m_pHashTable->m_Buckets[m_Index];
51 if (m_Index == m_pHashTable->m_NumOfBuckets)
62 : m_pHashTable(pCopy.m_pHashTable),
69 m_pHashTable = pCopy.m_pHashTable;
77 if (0 == m_pHashTable)
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_maps.cpp 19 , m_pHashTable(NULL)
30 if (m_pHashTable) {
31 FX_Allocator_Free(m_pAllocator, m_pHashTable);
32 m_pHashTable = NULL;
50 ASSERT(m_pHashTable != NULL);
55 if ((pAssocRet = m_pHashTable[nBucket]) != NULL) {
63 if ((pAssocNext = m_pHashTable[nBucket]) != NULL) {
96 if (m_pHashTable == NULL) {
101 pAssoc->pNext = m_pHashTable[nHash];
102 m_pHashTable[nHash] = pAssoc;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 677 CAssoc **m_pHashTable;
707 m_pHashTable = NULL;
720 if(m_pHashTable!=NULL) {
721 delete[] m_pHashTable;
722 m_pHashTable = NULL;
725 m_pHashTable = new CAssoc *[nHashSize];
726 if(!m_pHashTable) return;
727 memset(m_pHashTable,0,sizeof(CAssoc*) *nHashSize);
735 if(m_pHashTable!=NULL) {
738 for(pAssoc = m_pHashTable[nHash]; pAssoc!=NULL
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 896 CAssoc** m_pHashTable;
1038 CAssoc** m_pHashTable;
    [all...]

Completed in 282 milliseconds