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.cpp48 for (FX_DWORD nBucket = 0; nBucket < m_nHashTableSize; nBucket++) { in GetNextAssoc() local
49 if ((pAssocRet = m_pHashTable[nBucket]) != NULL) in GetNextAssoc()
56 for (FX_DWORD nBucket = (HashKey(pAssocRet->key) % m_nHashTableSize) + 1; in GetNextAssoc() local
57 nBucket < m_nHashTableSize; nBucket++) { in GetNextAssoc()
58 if ((pAssocNext = m_pHashTable[nBucket]) != NULL) { in GetNextAssoc()