| /system/ulib/fbl/include/fbl/ |
| A D | intrusive_hash_table.h | 50 static HashType GetHash(const KeyType& key) { in GetHash() function 51 return static_cast<HashType>(ObjType::GetHash(key) % kNumBuckets); in GetHash() 131 HashType ndx = GetHash(KeyTraits::GetKey(obj)); in make_iterator() 170 HashType ndx = GetHash(key); 199 HashType ndx = GetHash(key); in insert_or_replace() 219 HashType ndx = GetHash(key); in find() 228 HashType ndx = GetHash(key); in find() 527 BucketType& GetBucket(const KeyType& key) { return buckets_[GetHash(key)]; } in GetBucket() 530 static HashType GetHash(const KeyType& obj) { in GetHash() function 531 HashType ret = HashTraits::GetHash(obj); in GetHash()
|
| /system/ulib/trace-reader/include/trace-reader/ |
| A D | reader.h | 123 static size_t GetHash(trace_string_index_t key) { return key; } in GetHash() function 137 static size_t GetHash(trace_thread_index_t key) { return key; } in GetHash() function 153 static size_t GetHash(ProviderId key) { return key; } in GetHash() function
|
| /system/dev/display/display/ |
| A D | id-map.h | 16 static size_t GetHash(uint64_t id) { return id; } in GetHash() function
|
| /system/utest/fbl/include/fbl/tests/intrusive_containers/ |
| A D | intrusive_hash_table_checker.h | 41 ASSERT_EQ(HashTraits::GetHash(KeyTraits::GetKey(obj)), in SanityCheck()
|
| A D | objects.h | 58 static HashType GetHash(const KeyType& key) { in GetHash() function
|
| /system/ulib/logger/include/lib/logger/ |
| A D | logger.h | 36 static size_t GetHash(const LoggerImpl* impl) { return reinterpret_cast<uintptr_t>(impl); } in GetHash() function
|
| /system/ulib/process-launcher/ |
| A D | launcher.h | 35 static size_t GetHash(const LauncherImpl* impl) { return reinterpret_cast<uintptr_t>(impl); } in GetHash() function
|
| /system/ulib/trace-provider/ |
| A D | session.h | 72 static size_t GetHash(CString key) { in GetHash() function
|
| /system/dev/tee/optee/ |
| A D | optee-client.h | 63 static size_t GetHash(uint32_t key) { return static_cast<size_t>(key); } in GetHash() function
|
| /system/ulib/runtests-utils/include/runtests-utils/ |
| A D | runtests-utils.h | 52 static size_t GetHash(fbl::String key) { return fnv1a64str(key.c_str()); } in GetHash() function
|
| /system/utest/fbl/ |
| A D | intrusive_hash_table_sll_tests.cpp | 44 static OtherHashType GetHash(const OtherKeyType& key) { in GetHash() function
|
| A D | intrusive_hash_table_dll_tests.cpp | 44 static OtherHashType GetHash(const OtherKeyType& key) { in GetHash() function
|
| /system/dev/bus/virtio/ |
| A D | socket.h | 258 static size_t GetHash(const ConnectionKey& addr);
|
| A D | socket.cpp | 1018 size_t SocketDevice::Connection::GetHash(const ConnectionKey& addr) { in GetHash() function in virtio::SocketDevice::Connection
|
| /system/ulib/trace-engine/ |
| A D | context_api.cpp | 96 static size_t GetHash(const char* key) { return reinterpret_cast<uintptr_t>(key); } in GetHash() function 109 static size_t GetHash(zx_koid_t key) { return key; } in GetHash() function
|
| /system/dev/nand/nandpart/test/ |
| A D | aml-bad-block-test.cpp | 63 static size_t GetHash(uint32_t key) { return key; } in GetHash() function in nand::__anon5391ee570111::TableNode
|
| /system/ulib/minfs/ |
| A D | minfs-private.h | 370 static size_t GetHash(ino_t key) { return fnv1a_tiny(key, kMinfsHashBits); } in GetHash() function
|