Home
last modified time | relevance | path

Searched defs:key_hash (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/libnl/lib/
H A Dhashtable.c87 uint32_t key_hash; in nl_hash_table_lookup() local
117 uint32_t key_hash; in nl_hash_table_add() local
161 uint32_t key_hash; in nl_hash_table_del() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/detail/
Dimplementation.hpp3636 std::size_t key_hash = this->hash(k); in extract_by_key() local
3736 std::size_t key_hash = this->hash(k); in emplace_unique() local
3761 std::size_t key_hash = this->hash(k); in emplace_hint_unique() local
3778 std::size_t key_hash = this->hash(k); in emplace_unique() local
3792 std::size_t key_hash = this->hash(k); in try_emplace_unique() local
3820 std::size_t key_hash = this->hash(k); in try_emplace_unique() local
3850 std::size_t key_hash = this->hash(k); in insert_or_assign_unique() local
3873 std::size_t key_hash = this->hash(k); in move_insert_node_type_unique() local
3900 std::size_t key_hash = this->hash(k); in move_insert_node_type_with_hint_unique() local
3924 std::size_t key_hash = this->hash(k); in merge_unique() local
[all …]
/aosp_15_r20/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_client_ocsp.c51 struct x509_name *name, const u8 *key_hash) in ocsp_responder_id_match()
119 const u8 *name_hash, *key_hash; in tls_process_ocsp_single_response() local
350 const u8 *resp_data, *sign_value, *key_hash = NULL, *responses; in tls_process_basic_ocsp_response() local
/aosp_15_r20/external/python/cpython3/Python/
Dhashtable.c134 Py_uhash_t key_hash = ht->hash_func(key); in _Py_hashtable_get_entry_generic() local
156 Py_uhash_t key_hash = _Py_hashtable_hash_ptr(key); in _Py_hashtable_get_entry_ptr() local
176 Py_uhash_t key_hash = ht->hash_func(key); in _Py_hashtable_steal() local
Dhamt.c2299 int32_t key_hash; in _PyHamt_Assoc() local
2337 int32_t key_hash = hamt_hash(key); in _PyHamt_Without() local
2383 int32_t key_hash = hamt_hash(key); in hamt_find() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dlocal_rendezvous.cc122 uint64 key_hash = KeyHash(key.FullKey()); in Send() local
196 uint64 key_hash = KeyHash(key.FullKey()); in RecvAsync() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/lhash/
H A Dlhash.c173 uint32_t key_hash, in get_next_ptr_by_key()
196 uint32_t key_hash, in OPENSSL_lh_retrieve_key()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/lhash/
Dlhash.c175 uint32_t key_hash, in get_next_ptr_by_key()
198 uint32_t key_hash, in OPENSSL_lh_retrieve_key()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/lhash/
Dlhash.c175 uint32_t key_hash, in get_next_ptr_by_key()
198 uint32_t key_hash, in OPENSSL_lh_retrieve_key()
/aosp_15_r20/external/boringssl/src/crypto/lhash/
H A Dlhash.c173 uint32_t key_hash, in get_next_ptr_by_key()
196 uint32_t key_hash, in OPENSSL_lh_retrieve_key()
/aosp_15_r20/external/mesa3d/src/compiler/
H A Dglsl_types.c766 const uint32_t key_hash = explicit_matrix_key_hash(&key); in get_explicit_matrix_instance() local
1261 const uint32_t key_hash = array_key_hash(&key); in glsl_array_type() local
1323 const uint32_t key_hash = _mesa_hash_uint(&key); in glsl_cmat_type() local
1539 const uint32_t key_hash = record_key_hash(&key); in glsl_struct_type_with_explicit_alignment() local
1582 const uint32_t key_hash = record_key_hash(&key); in glsl_interface_type() local
1616 const uint32_t key_hash = _mesa_hash_string(subroutine_name); in glsl_subroutine_type() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/random/unix/
H A Dapr_random.c65 apr_crypto_hash_t *key_hash; member
108 apr_crypto_hash_t *key_hash, in apr_random_init()
/aosp_15_r20/external/pigweed/pw_kvs/public/pw_kvs/internal/
H A Dkey_descriptor.h27 uint32_t key_hash; member
H A Dentry.h96 KeyDescriptor descriptor(uint32_t key_hash) const { in descriptor()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dlookup_table_op.cc525 const uint64 key_hash = HashKey(key_matrix, i); in Find() local
693 const uint64 key_hash = HashKey(key_matrix, i); in DoInsert() local
760 const uint64 key_hash = HashKey(key_matrix, i); in DoRemove() local
/aosp_15_r20/external/mesa3d/src/util/tests/hash_table/
H A Dclear.c40 static uint32_t key_hash(const void *key) in key_hash() function
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_entry_format_history.h39 uint32_t key_hash; member
H A Dsimple_entry_format.h57 uint32_t key_hash; member
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_vertex_state_cache.c30 static uint32_t key_hash(const void *key) in key_hash() function
H A Du_live_shader_cache.c37 static uint32_t key_hash(const void *key) in key_hash() function
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/util/
H A Du_hash_table.c87 uint32_t key_hash; in util_hash_table_set() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_cache.c18 key_hash(const void *_key) in key_hash() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_hashtable.h32 Py_uhash_t key_hash; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_hashtable.h32 Py_uhash_t key_hash; member
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_hashtable.h32 Py_uhash_t key_hash; member

12