/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | StringHash.h | 45 static unsigned hash(StringImpl* key) { return key->hash(); } in hash() function 51 static unsigned hash(const RefPtr<StringImpl>& key) { return key->hash(); } in hash() function 57 static unsigned hash(const String& key) { return key.impl()->hash(); } in hash() function 73 static unsigned hash(const UChar* data, unsigned length) in hash() function 78 static unsigned hash(StringImpl* str) in hash() function 85 static unsigned hash(const LChar* data, unsigned length) in hash() function 90 static inline unsigned hash(const char* data, unsigned length) in hash() function 100 static unsigned hash(const RefPtr<StringImpl>& key) in hash() function 110 static unsigned hash(const String& key) in hash() function 114 static unsigned hash(const AtomicString& key) in hash() function [all …]
|
/external/chromium_org/third_party/icu/source/common/ |
D | uhash.c | 120 #define HASH_DELETE_KEY_VALUE(hash, keypointer, valuepointer) \ argument 141 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement() 181 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement() 190 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in _uhash_internalSetResizePolicy() 208 _uhash_allocate(UHashtable *hash, in _uhash_allocate() 331 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find() 393 _uhash_rehash(UHashtable *hash, UErrorCode *status) { in _uhash_rehash() 436 _uhash_remove(UHashtable *hash, in _uhash_remove() 461 _uhash_put(UHashtable *hash, in _uhash_put() 572 uhash_close(UHashtable *hash) { in uhash_close() [all …]
|
/external/icu/icu4c/source/common/ |
D | uhash.c | 120 #define HASH_DELETE_KEY_VALUE(hash, keypointer, valuepointer) \ argument 141 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement() 181 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement() 190 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in _uhash_internalSetResizePolicy() 208 _uhash_allocate(UHashtable *hash, in _uhash_allocate() 331 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find() 393 _uhash_rehash(UHashtable *hash, UErrorCode *status) { in _uhash_rehash() 436 _uhash_remove(UHashtable *hash, in _uhash_remove() 461 _uhash_put(UHashtable *hash, in _uhash_put() 572 uhash_close(UHashtable *hash) { in uhash_close() [all …]
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | BloomFilter.h | 53 bool mayContain(unsigned hash) const { return firstSlot(hash) && secondSlot(hash); } in mayContain() 74 uint8_t& firstSlot(unsigned hash) { return m_table[hash & keyMask]; } in firstSlot() 75 uint8_t& secondSlot(unsigned hash) { return m_table[(hash >> 16) & keyMask]; } in secondSlot() 76 const uint8_t& firstSlot(unsigned hash) const { return m_table[hash & keyMask]; } in firstSlot() 77 const uint8_t& secondSlot(unsigned hash) const { return m_table[(hash >> 16) & keyMask]; } in secondSlot() 83 inline void BloomFilter<keyBits>::add(unsigned hash) in add() 94 inline void BloomFilter<keyBits>::remove(unsigned hash) in remove()
|
/external/guava/guava/src/com/google/common/hash/ |
D | HashCodes.java | 29 static HashCode fromInt(int hash) { in fromInt() 34 final int hash; field in HashCodes.IntHashCode 36 IntHashCode(int hash) { in IntHashCode() 65 static HashCode fromLong(long hash) { in fromLong() 70 final long hash; field in HashCodes.LongHashCode 72 LongHashCode(long hash) { in LongHashCode()
|
/external/fio/ |
D | filelock.c | 18 uint32_t hash; member 55 static struct fio_filelock *fio_hash_find(uint32_t hash) in fio_hash_find() 69 static struct fio_filelock *fio_hash_get(uint32_t hash) in fio_hash_get() 88 uint32_t hash; in fio_trylock_file() local 124 uint32_t hash; in fio_lock_file() local 139 uint32_t hash; in fio_unlock_file() local
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
D | hash.h | 63 struct hash { struct 77 struct hash<const char*> { argument
|
/external/protobuf/src/google/protobuf/stubs/ |
D | hash.h | 63 struct hash { struct 77 struct hash<const char*> { argument
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/ |
D | cso_hash.c | 97 static void *cso_data_allocate_node(struct cso_hash_data *hash) in cso_data_allocate_node() 108 cso_hash_create_node(struct cso_hash *hash, in cso_hash_create_node() 126 static void cso_data_rehash(struct cso_hash_data *hash, int hint) in cso_data_rehash() 175 static void cso_data_might_grow(struct cso_hash_data *hash) in cso_data_might_grow() 181 static void cso_data_has_shrunk(struct cso_hash_data *hash) in cso_data_has_shrunk() 190 static struct cso_node *cso_data_first_node(struct cso_hash_data *hash) in cso_data_first_node() 203 static struct cso_node **cso_hash_find_node(struct cso_hash *hash, unsigned akey) in cso_hash_find_node() 218 struct cso_hash_iter cso_hash_insert(struct cso_hash *hash, in cso_hash_insert() 240 struct cso_hash *hash = MALLOC_STRUCT(cso_hash); in cso_hash_create() local 261 void cso_hash_delete(struct cso_hash *hash) in cso_hash_delete() [all …]
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_hash.c | 97 static void *cso_data_allocate_node(struct cso_hash_data *hash) in cso_data_allocate_node() 108 cso_hash_create_node(struct cso_hash *hash, in cso_hash_create_node() 126 static void cso_data_rehash(struct cso_hash_data *hash, int hint) in cso_data_rehash() 175 static void cso_data_might_grow(struct cso_hash_data *hash) in cso_data_might_grow() 181 static void cso_data_has_shrunk(struct cso_hash_data *hash) in cso_data_has_shrunk() 190 static struct cso_node *cso_data_first_node(struct cso_hash_data *hash) in cso_data_first_node() 203 static struct cso_node **cso_hash_find_node(struct cso_hash *hash, unsigned akey) in cso_hash_find_node() 218 struct cso_hash_iter cso_hash_insert(struct cso_hash *hash, in cso_hash_insert() 240 struct cso_hash *hash = MALLOC_STRUCT(cso_hash); in cso_hash_create() local 261 void cso_hash_delete(struct cso_hash *hash) in cso_hash_delete() [all …]
|
D | cso_cache.c | 51 unsigned hash = 0, i; in hash_key() local 85 struct cso_hash *hash; in _cso_hash_for_type() local 156 struct cso_hash *hash, in sanitize_hash() 165 static INLINE void sanitize_cb(struct cso_hash *hash, enum cso_cache_type type, in sanitize_cb() 190 struct cso_hash *hash = _cso_hash_for_type(sc, type); in cso_insert_state() local 200 struct cso_hash *hash = _cso_hash_for_type(sc, type); in cso_find_state() local 206 void *cso_hash_find_data_from_template( struct cso_hash *hash, in cso_hash_find_data_from_template() 242 struct cso_hash *hash = _cso_hash_for_type(sc, type); in cso_take_state() local 266 struct cso_hash *hash = _cso_hash_for_type(sc, type); in cso_for_each_state() local
|
/external/chromium_org/third_party/smhasher/src/ |
D | KeysetTest.h | 30 pfHash hash, std::vector<hashtype> & hashes ) in CombinationKeygenRecurse() 53 bool CombinationKeyTest ( hashfunc<hashtype> hash, int maxlen, uint32_t * blocks, int blockcount, b… in CombinationKeyTest() 85 void PermutationKeygenRecurse ( pfHash hash, uint32_t * blocks, int blockcount, int k, std::vector<… in PermutationKeygenRecurse() 109 bool PermutationKeyTest ( hashfunc<hashtype> hash, uint32_t * blocks, int blockcount, bool testColl… in PermutationKeyTest() 136 void SparseKeygenRecurse ( pfHash hash, int start, int bitsleft, bool inclusive, keytype & k, std::… in SparseKeygenRecurse() 165 bool SparseKeyTest ( hashfunc<hashtype> hash, const int setbits, bool inclusive, bool testColl, boo… in SparseKeyTest() 203 bool WindowedKeyTest ( hashfunc<hashtype> hash, const int windowbits, bool testCollision, bool test… in WindowedKeyTest() 250 bool CyclicKeyTest ( pfHash hash, int cycleLen, int cycleReps, const int keycount, bool drawDiagram… in CyclicKeyTest() 299 bool TwoBytesTest2 ( pfHash hash, int maxlen, bool drawDiagram ) in TwoBytesTest2() 321 bool TextKeyTest ( hashfunc<hashtype> hash, const char * prefix, const char * coreset, const int co… in TextKeyTest() [all …]
|
/external/e2fsprogs/lib/e2p/ |
D | hashstr.c | 20 struct hash { struct 25 static struct hash hash_list[] = { argument
|
/external/srec/srec/crec/ |
D | astar_pphash.c | 34 void hash_init(FixedSizeHash* hash, srec* rec_debug) in hash_init() 94 int hash_get(FixedSizeHash* hash, partial_path* parp, void** hval) in hash_get() 116 int hash_set(FixedSizeHash* hash, partial_path* parp) in hash_set() 151 int hash_del(FixedSizeHash* hash, partial_path* parp) in hash_del()
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
D | cache.cc | 34 uint32_t hash; // Hash of key(); used for fast sharding and comparisons member 58 LRUHandle* Lookup(const Slice& key, uint32_t hash) { in Lookup() 78 LRUHandle* Remove(const Slice& key, uint32_t hash) { in Remove() 98 LRUHandle** FindPointer(const Slice& key, uint32_t hash) { in FindPointer() 119 uint32_t hash = h->hash; in Resize() local 209 Cache::Handle* LRUCache::Lookup(const Slice& key, uint32_t hash) { in Lookup() 226 const Slice& key, uint32_t hash, void* value, size_t charge, in Insert() 258 void LRUCache::Erase(const Slice& key, uint32_t hash) { in Erase() 280 static uint32_t Shard(uint32_t hash) { in Shard() 295 const uint32_t hash = HashSlice(key); in Insert() local [all …]
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebCryptoAlgorithmParams.h | 76 explicit WebCryptoAlgorithmParamsWithHash(const WebCryptoAlgorithm& hash) in WebCryptoAlgorithmParamsWithHash() 82 const WebCryptoAlgorithm& hash() const { return m_hash; } in hash() function 124 explicit WebCryptoHmacImportParams(const WebCryptoAlgorithm& hash) in WebCryptoHmacImportParams() 134 … WebCryptoHmacKeyGenParams(const WebCryptoAlgorithm& hash, bool hasLengthBits, unsigned lengthBits) in WebCryptoHmacKeyGenParams() 186 explicit WebCryptoRsaHashedImportParams(const WebCryptoAlgorithm& hash) in WebCryptoRsaHashedImportParams() 196 …explicit WebCryptoRsaHashedKeyGenParams(const WebCryptoAlgorithm& hash, unsigned modulusLengthBits… in WebCryptoRsaHashedKeyGenParams() 208 const WebCryptoAlgorithm& hash() const { return m_hash; } in hash() function
|
D | WebCryptoKeyAlgorithmParams.h | 98 WebCryptoHmacKeyAlgorithmParams(const WebCryptoAlgorithm& hash, unsigned lengthBits) in WebCryptoHmacKeyAlgorithmParams() 104 const WebCryptoAlgorithm& hash() const in hash() function 132 …, const unsigned char* publicExponent, unsigned publicExponentSize, const WebCryptoAlgorithm& hash) in WebCryptoRsaHashedKeyAlgorithmParams() 149 const WebCryptoAlgorithm& hash() const in hash() function
|
/external/chromium_org/content/test/data/webcrypto/ |
D | rsa_oaep.json | 22 "hash": "sha-256", string 30 "hash": "sha-384", string 48 "hash": "sha-256", string 56 "hash": "sha-384", string
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/ |
D | SHA1ImplTest.java | 70 int[] hash = { 0xA9993E36, 0x4706816A, 0xBA3E2571, 0x7850C26C, 0x9CD0D89D }; in testOneBlockMessage() local 105 int[] hash = { 0x84983e44, 0x1c3bd26e, 0xbaae4aa1, 0xf95129e5, 0xe54670f1 }; in testMultiBlockMessage() local 129 int[] hash = { 0x34aa973c, 0xd4c4daa4, 0xf61eeb2b, 0xdbad2731, 0x6534016f }; in testLongMessage() local 164 private void alternateHash(int[] bufW, int[] hash) { in alternateHash()
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
D | p6.cpp | 17 template<typename T> struct hash { }; struct 32 template<> struct hash<S> { struct 33 int operator()(const S& k) const { in operator ()()
|
/external/smack/src/org/jivesoftware/smackx/entitycaps/packet/ |
D | CapsExtension.java | 25 private String node, ver, hash; field in CapsExtension 30 public CapsExtension(String node, String version, String hash) { in CapsExtension() 64 public void setHash(String hash) { in setHash()
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | cloud_external_data_store.cc | 20 std::string GetSubkey(const std::string& policy, const std::string& hash) { in GetSubkey() 55 const std::string& hash, in Store() 62 const std::string& hash, in Load()
|
/external/icu/icu4c/source/test/cintltst/ |
D | chashtst.c | 104 UHashtable *hash; in TestBasic() local 154 UHashtable *hash; in TestOtherAPI() local 288 UHashtable *hash; in hashIChars() local 336 static void _put(UHashtable* hash, in _put() 355 static void _get(UHashtable* hash, in _get() 372 static void _remove(UHashtable* hash, in _remove()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | chashtst.c | 104 UHashtable *hash; in TestBasic() local 154 UHashtable *hash; in TestOtherAPI() local 288 UHashtable *hash; in hashIChars() local 336 static void _put(UHashtable* hash, in _put() 355 static void _get(UHashtable* hash, in _get() 372 static void _remove(UHashtable* hash, in _remove()
|
/external/chromium_org/third_party/skia/tests/ |
D | DynamicHashTest.cpp | 45 Hash hash; in DEF_TEST() local 67 Hash hash; in DEF_TEST() local 79 Hash hash; in DEF_TEST() local 114 Hash hash; in DEF_TEST() local 140 Hash hash; in TestIter() local 193 Hash hash; in TestResetOrRewind() local
|