HomeSort by relevance Sort by last modified time
    Searched defs:HashKey (Results 1 - 7 of 7) sorted by null

  /external/skia/tests/
HashCacheTest.cpp 35 class HashKey {
37 HashKey(int key) : fKey(key) {}
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/sqlite/src/ext/fts1/
ft_hash.h 103 #define HashKey(E) ((E)->pKey)
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
hamt.c 56 unsigned long (*HashKey) (const char *key);
81 HashKey(const char *key)
133 hamt->HashKey = HashKey_nocase;
137 hamt->HashKey = HashKey;
228 key = hamt->HashKey(str);
384 key = hamt->HashKey(str);
  /external/pdfium/core/src/fxcrt/
fx_basic_maps.cpp 44 FX_DWORD CFX_MapPtrToPtr::HashKey(void* key) const
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
375 ppAssocPrev = &m_pHashTable[HashKey(key) % m_nHashTableSize];
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 675 typedef unsigned int HashKey;
732 HashKey hashedKey );
734 HashKey hash( const char *key ) const;
    [all...]
  /external/jsoncpp/chromium-overrides/include/json/
value.h 675 typedef unsigned int HashKey;
732 HashKey hashedKey );
734 HashKey hash( const char *key ) const;
    [all...]
  /external/jsoncpp/include/json/
value.h 675 typedef unsigned int HashKey;
732 HashKey hashedKey );
734 HashKey hash( const char *key ) const;
    [all...]

Completed in 107 milliseconds