Home
last modified time | relevance | path

Searched refs:GetHash (Results 1 – 17 of 17) sorted by relevance

/system/ulib/fbl/include/fbl/
A Dintrusive_hash_table.h50 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 Dreader.h123 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 Did-map.h16 static size_t GetHash(uint64_t id) { return id; } in GetHash() function
/system/utest/fbl/include/fbl/tests/intrusive_containers/
A Dintrusive_hash_table_checker.h41 ASSERT_EQ(HashTraits::GetHash(KeyTraits::GetKey(obj)), in SanityCheck()
A Dobjects.h58 static HashType GetHash(const KeyType& key) { in GetHash() function
/system/ulib/logger/include/lib/logger/
A Dlogger.h36 static size_t GetHash(const LoggerImpl* impl) { return reinterpret_cast<uintptr_t>(impl); } in GetHash() function
/system/ulib/process-launcher/
A Dlauncher.h35 static size_t GetHash(const LauncherImpl* impl) { return reinterpret_cast<uintptr_t>(impl); } in GetHash() function
/system/ulib/trace-provider/
A Dsession.h72 static size_t GetHash(CString key) { in GetHash() function
/system/dev/tee/optee/
A Doptee-client.h63 static size_t GetHash(uint32_t key) { return static_cast<size_t>(key); } in GetHash() function
/system/ulib/runtests-utils/include/runtests-utils/
A Druntests-utils.h52 static size_t GetHash(fbl::String key) { return fnv1a64str(key.c_str()); } in GetHash() function
/system/utest/fbl/
A Dintrusive_hash_table_sll_tests.cpp44 static OtherHashType GetHash(const OtherKeyType& key) { in GetHash() function
A Dintrusive_hash_table_dll_tests.cpp44 static OtherHashType GetHash(const OtherKeyType& key) { in GetHash() function
/system/dev/bus/virtio/
A Dsocket.h258 static size_t GetHash(const ConnectionKey& addr);
A Dsocket.cpp1018 size_t SocketDevice::Connection::GetHash(const ConnectionKey& addr) { in GetHash() function in virtio::SocketDevice::Connection
/system/ulib/trace-engine/
A Dcontext_api.cpp96 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 Daml-bad-block-test.cpp63 static size_t GetHash(uint32_t key) { return key; } in GetHash() function in nand::__anon5391ee570111::TableNode
/system/ulib/minfs/
A Dminfs-private.h370 static size_t GetHash(ino_t key) { return fnv1a_tiny(key, kMinfsHashBits); } in GetHash() function

Completed in 80 milliseconds