Searched refs:nBucket (Results 1 – 1 of 1) sorted by relevance
48 for (FX_DWORD nBucket = 0; nBucket < m_nHashTableSize; nBucket++) { in GetNextAssoc() local49 if ((pAssocRet = m_pHashTable[nBucket]) != NULL) in GetNextAssoc()56 for (FX_DWORD nBucket = (HashKey(pAssocRet->key) % m_nHashTableSize) + 1; in GetNextAssoc() local57 nBucket < m_nHashTableSize; nBucket++) { in GetNextAssoc()58 if ((pAssocNext = m_pHashTable[nBucket]) != NULL) { in GetNextAssoc()