Home
last modified time | relevance | path

Searched refs:nBucket (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_basic_maps.cpp53 for (FX_DWORD nBucket = 0; nBucket < m_nHashTableSize; nBucket++) in GetNextAssoc() local
54 if ((pAssocRet = m_pHashTable[nBucket]) != NULL) { in GetNextAssoc()
61 …for (FX_DWORD nBucket = (HashKey(pAssocRet->key) % m_nHashTableSize) + 1; nBucket < m_nHashTableSi… in GetNextAssoc() local
62 if ((pAssocNext = m_pHashTable[nBucket]) != NULL) { in GetNextAssoc()
223 for (FX_DWORD nBucket = 0; nBucket < m_nHashTableSize; nBucket++) in GetNextAssoc() local
224 if ((pAssocRet = m_pHashTable[nBucket]) != NULL) { in GetNextAssoc()
231 for (FX_DWORD nBucket = pAssocRet->nHashValue + 1; in GetNextAssoc() local
232 nBucket < m_nHashTableSize; nBucket++) in GetNextAssoc()
233 if ((pAssocNext = m_pHashTable[nBucket]) != NULL) { in GetNextAssoc()
247 for (FX_DWORD nBucket = 0; nBucket < m_nHashTableSize; nBucket++) in GetNextValue() local
[all …]