/system/core/libutils/ |
D | JenkinsHash.cpp | 26 hash_t JenkinsHashWhiten(uint32_t hash) { in JenkinsHashWhiten() 33 uint32_t JenkinsHashMixBytes(uint32_t hash, const uint8_t* bytes, size_t size) { in JenkinsHashMixBytes() 49 uint32_t JenkinsHashMixShorts(uint32_t hash, const uint16_t* shorts, size_t size) { in JenkinsHashMixShorts()
|
D | BasicHashtable.cpp | 113 ssize_t BasicHashtableImpl::find(ssize_t index, hash_t hash, in find() 152 size_t BasicHashtableImpl::add(hash_t hash, const void* entry) { in add() 217 hash_t hash = fromBucket.cookie & Bucket::HASH_MASK; in rehash() local
|
/system/core/libcutils/ |
D | hashmap.c | 29 int hash; member 37 int (*hash)(void* key); member 97 static inline size_t calculateIndex(size_t bucketCount, int hash) { in calculateIndex() 166 static Entry* createEntry(void* key, int hash, void* value) { in createEntry() 190 int hash = hashKey(map, key); in hashmapPut() local 222 int hash = hashKey(map, key); in hashmapGet() local 237 int hash = hashKey(map, key); in hashmapContainsKey() local 253 int hash = hashKey(map, key); in hashmapMemoize() local 285 int hash = hashKey(map, key); in hashmapRemove() local
|
D | str_parms.c | 47 uint32_t hash = 5381; in str_hash_fn() local
|
/system/core/include/utils/ |
D | BasicHashtable.h | 120 inline static hash_t trimHash(hash_t hash) { in trimHash() 127 inline static size_t chainStart(hash_t hash, size_t count) { in chainStart() 134 inline static size_t chainIncrement(hash_t hash, size_t count) { in chainIncrement() 280 inline ssize_t find(ssize_t index, hash_t hash, const TKey& key) const { in find() 293 inline size_t add(hash_t hash, const TEntry& entry) { in add()
|
D | JenkinsHash.h | 32 inline uint32_t JenkinsHashMix(uint32_t hash, uint32_t data) { in JenkinsHashMix()
|
D | LruCache.h | 128 hash_t hash = hash_type(key); in get() local 145 hash_t hash = hash_type(key); in put() local 164 hash_t hash = hash_type(key); in remove() local
|
/system/core/include/mincrypt/ |
D | hash-internal.h | 42 const uint8_t* (* const hash)(const void*, int, uint8_t*); member
|
/system/extras/ksmutils/ |
D | ksminfo.c | 48 uint32_t hash; member 203 uint32_t hash; in read_pages() local
|
/system/core/libmincrypt/ |
D | rsa.c | 252 const uint8_t *hash, in RSA_verify()
|
/system/core/libmincrypt/test/ |
D | ecdsa_test.c | 227 p256_int hash; in main() local
|
D | rsa_test.c | 800 unsigned char hash[SHA_DIGEST_SIZE]; in main() local
|
/system/core/libutils/tests/ |
D | BasicHashtable_test.cpp | 108 bool* collision, bool* present, hash_t* hash) { in cookieAt() 163 hash_t hash; in dump() local
|
/system/core/libziparchive/ |
D | zip_archive.cc | 389 uint32_t hash = 0; in ComputeHash() local 405 const uint32_t hash = ComputeHash(name, length); in EntryToIndex() local 427 const uint64_t hash = ComputeHash(name, length); in AddToHash() local
|
/system/core/init/ |
D | init.h | 48 unsigned hash; member
|
/system/extras/ext4_utils/ |
D | contents.c | 343 u32 hash = 0; in ext4_xattr_hash_entry() local
|