/aosp_15_r20/external/libnl/lib/ |
H A D | hashtable.c | 87 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/ |
D | implementation.hpp | 3636 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 D | tlsv1_client_ocsp.c | 51 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/ |
D | hashtable.c | 134 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
|
D | hamt.c | 2299 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 D | local_rendezvous.cc | 122 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 D | lhash.c | 173 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/ |
D | lhash.c | 175 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/ |
D | lhash.c | 175 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 D | lhash.c | 173 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 D | glsl_types.c | 766 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 D | apr_random.c | 65 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 D | key_descriptor.h | 27 uint32_t key_hash; member
|
H A D | entry.h | 96 KeyDescriptor descriptor(uint32_t key_hash) const { in descriptor()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | lookup_table_op.cc | 525 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 D | clear.c | 40 static uint32_t key_hash(const void *key) in key_hash() function
|
/aosp_15_r20/external/cronet/net/disk_cache/simple/ |
H A D | simple_entry_format_history.h | 39 uint32_t key_hash; member
|
H A D | simple_entry_format.h | 57 uint32_t key_hash; member
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_vertex_state_cache.c | 30 static uint32_t key_hash(const void *key) in key_hash() function
|
H A D | u_live_shader_cache.c | 37 static uint32_t key_hash(const void *key) in key_hash() function
|
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/util/ |
H A D | u_hash_table.c | 87 uint32_t key_hash; in util_hash_table_set() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_cache.c | 18 key_hash(const void *_key) in key_hash() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/ |
D | pycore_hashtable.h | 32 Py_uhash_t key_hash; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/ |
D | pycore_hashtable.h | 32 Py_uhash_t key_hash; member
|
/aosp_15_r20/external/python/cpython3/Include/internal/ |
D | pycore_hashtable.h | 32 Py_uhash_t key_hash; member
|