Searched refs:DXHashKey (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Ddxtmpl.h59 inline UINT DXHashKey(ARG_KEY key) { return ((UINT)(void*)(DWORD)key) >> 4; } function
795 nHash = DXHashKey(key) % m_nHashTableSize;
835 ppAssocPrev = &m_pHashTable[DXHashKey(key) % m_nHashTableSize];
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Ddxtmpl.h59 inline UINT DXHashKey(ARG_KEY key) { return ((UINT)(void*)(DWORD)key) >> 4; } function
795 nHash = DXHashKey(key) % m_nHashTableSize;
835 ppAssocPrev = &m_pHashTable[DXHashKey(key) % m_nHashTableSize];

Completed in 94 milliseconds