Searched defs:HashKey (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dft_hash.h103 #define HashKey(E) ((E)->pKey) macro
/external/skia/tests/
H A DHashCacheTest.cpp35 class HashKey { class
37 HashKey(int key) : fKey(key) {} function in class:HashKey
41 static bool LessThan(const HashElement& entry, const HashKey& key) {
44 static bool Equals(const HashElement& entry, const HashKey& key) {
62 GrTHashTable<HashElement, HashKey, 4> cache;
91 cache.insert(HashKey(i), &negHashElements[i]);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dhamt.c56 unsigned long (*HashKey) (const char *key); member in struct:HAMT
81 HashKey(const char *key) function
133 hamt->HashKey = HashKey_nocase;
137 hamt->HashKey = HashKey;
228 key = hamt->HashKey(str);
384 key = hamt->HashKey(str);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_maps.cpp44 FX_DWORD CFX_MapPtrToPtr::HashKey(void* key) const function in class:CFX_MapPtrToPtr
62 for (FX_DWORD nBucket = (HashKey(pAssocRet->key) % m_nHashTableSize) + 1; nBucket < m_nHashTableSize; nBucket ++) {
109 nHash = HashKey(key) % m_nHashTableSize;
165 ppAssocPrev = &m_pHashTable[HashKey(key) % m_nHashTableSize];
320 nHash = HashKey(key) % m_nHashTableSize;
359 inline FX_DWORD CFX_MapByteStringToPtr::HashKey(FX_BSTR key) const function in class:CFX_MapByteStringToPtr
375 ppAssocPrev = &m_pHashTable[HashKey(key) % m_nHashTableSize];
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h675 typedef unsigned int HashKey; typedef in class:Json::ValueInternalMap
732 HashKey hashedKey );
734 HashKey hash( const char *key ) const;
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h675 typedef unsigned int HashKey; typedef in class:Json::ValueInternalMap
732 HashKey hashedKey );
734 HashKey hash( const char *key ) const;
/external/jsoncpp/include/json/
H A Dvalue.h675 typedef unsigned int HashKey; typedef in class:Json::ValueInternalMap
732 HashKey hashedKey );
734 HashKey hash( const char *key ) const;

Completed in 1266 milliseconds