Home
last modified time | relevance | path

Searched defs:GetHash (Results 1 – 15 of 15) sorted by relevance

/system/dev/display/display/
A Did-map.h16 static size_t GetHash(uint64_t id) { return id; } in GetHash() function
/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/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_dll_tests.cpp44 static OtherHashType GetHash(const OtherKeyType& key) { in GetHash() function
A Dintrusive_hash_table_sll_tests.cpp44 static OtherHashType GetHash(const OtherKeyType& key) { in GetHash() function
/system/ulib/fbl/include/fbl/
A Dintrusive_hash_table.h50 static HashType GetHash(const KeyType& key) { in GetHash() function
530 static HashType GetHash(const KeyType& obj) { 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
/system/utest/fbl/include/fbl/tests/intrusive_containers/
A Dobjects.h58 static HashType GetHash(const KeyType& key) { in GetHash() function
/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/bus/virtio/
A Dsocket.cpp1018 size_t SocketDevice::Connection::GetHash(const ConnectionKey& addr) { in GetHash() function in virtio::SocketDevice::Connection

Completed in 45 milliseconds