Home
last modified time | relevance | path

Searched +defs:val +defs:hash (Results 1 – 25 of 1240) sorted by relevance

12345678910>>...50

/aosp_15_r20/external/python/cpython3/Python/
Dhamt.c402 Py_hash_t hash = PyObject_Hash(o); in hamt_hash() local
435 hamt_mask(int32_t hash, uint32_t shift) in hamt_mask()
441 hamt_bitpos(int32_t hash, uint32_t shift) in hamt_bitpos()
688 uint32_t shift, int32_t hash, in hamt_node_bitmap_assoc()
689 PyObject *key, PyObject *val, int* added_leaf) in hamt_node_bitmap_assoc()
956 uint32_t shift, int32_t hash, in hamt_node_bitmap_without()
1024 PyObject *val = sub_tree->b_array[1]; in hamt_node_bitmap_without() local
1096 uint32_t shift, int32_t hash, in hamt_node_bitmap_find()
1097 PyObject *key, PyObject **val) in hamt_node_bitmap_find()
1260 hamt_node_collision_new(int32_t hash, Py_ssize_t size) in hamt_node_collision_new()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/hash/
Dcommon.c58 static upb_value _upb_value_val(uint64_t val) { in _upb_value_val()
118 static const upb_tabent* upb_getentry(const upb_table* t, uint32_t hash) { in upb_getentry()
157 static upb_tabent* getentry_mutable(upb_table* t, uint32_t hash) { in getentry_mutable()
162 uint32_t hash, eqlfunc_t* eql) { in findentry()
175 uint32_t hash, eqlfunc_t* eql) { in findentry_mutable()
180 uint32_t hash, eqlfunc_t* eql) { in lookup()
194 upb_value val, uint32_t hash, hashfunc_t* hashfunc, in insert()
239 static bool rm(upb_table* t, lookupkey_t key, upb_value* val, in rm()
240 upb_tabkey* removed, uint32_t hash, eqlfunc_t* eql) { in rm()
306 uint64_t val; in UnalignedLoad64() local
[all …]
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/hash/
H A Dcommon.c38 static upb_value _upb_value_val(uint64_t val) { in _upb_value_val()
81 static const upb_tabent* upb_getentry(const upb_table* t, uint32_t hash) { in upb_getentry()
120 static upb_tabent* getentry_mutable(upb_table* t, uint32_t hash) { in getentry_mutable()
125 uint32_t hash, eqlfunc_t* eql) { in findentry()
138 uint32_t hash, eqlfunc_t* eql) { in findentry_mutable()
143 uint32_t hash, eqlfunc_t* eql) { in lookup()
157 upb_value val, uint32_t hash, hashfunc_t* hashfunc, in insert()
202 static bool rm(upb_table* t, lookupkey_t key, upb_value* val, in rm()
203 upb_tabkey* removed, uint32_t hash, eqlfunc_t* eql) { in rm()
269 uint64_t val; in UnalignedLoad64() local
[all …]
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/tables/
H A Dapr_tables.c451 int hash; in table_reindex() local
476 int hash; in apr_table_get() local
501 const char *val) in apr_table_set()
507 int hash; in apr_table_set() local
573 const char *val) in apr_table_setn()
579 int hash; in apr_table_setn() local
650 int hash; in apr_table_unset() local
699 const char *val) in apr_table_merge()
704 int hash; in apr_table_merge() local
736 const char *val) in apr_table_mergen()
[all …]
H A Dapr_hash.c49 unsigned int hash; member
52 const void *val; member
158 void **val) in apr_hash_this()
183 void *val; in apr_hash_this_val() local
210 static unsigned int hashfunc_default(const char *char_key, apr_ssize_t *klen, in hashfunc_default()
288 const void *val) in find_entry()
291 unsigned int hash; in find_entry() local
377 const void *val) in apr_hash_set()
436 unsigned int i, j, k, hash; in apr_hash_merge() local
/aosp_15_r20/external/wpa_supplicant_8/src/common/
H A Dsae_pk.c99 static u8 d_permute(u8 val, unsigned int iter) in d_permute()
107 static u8 d_invert(u8 val) in d_invert()
118 u8 val = 0; in d_check_char() local
218 u8 val; in sae_pk_base32_encode() local
280 u8 val; in sae_pk_base32_decode() local
365 u32 val = 0, val19; in sae_pk_set_password() local
450 struct sae_pk * sae_parse_pk(const char *val) in sae_parse_pk()
529 int sae_hash(size_t hash_len, const u8 *data, size_t len, u8 *hash) in sae_hash()
547 const u8 *pubkey, size_t pubkey_len, u8 *hash) in sae_pk_hash_sig_data()
608 u8 hash[SAE_MAX_HASH_LEN]; in sae_write_confirm_pk() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dhash_combine.h30 inline size_t hash_combine(std::size_t seed, const T& val) { in hash_combine()
35 inline size_t hash_combine(std::size_t hash, const std::vector<T>& vals) { in hash_combine()
36 for (const T& val : vals) { in hash_combine() local
42 inline size_t hash_combine(std::size_t hash) { return hash; } in hash_combine()
45 inline size_t hash_combine(std::size_t hash, const T& val, in hash_combine()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/util/
H A Dhash_combine.h30 inline size_t hash_combine(std::size_t seed, const T& val) { in hash_combine()
35 inline size_t hash_combine(std::size_t hash, const std::vector<T>& vals) { in hash_combine()
36 for (const T& val : vals) { in hash_combine() local
42 inline size_t hash_combine(std::size_t hash) { return hash; } in hash_combine()
45 inline size_t hash_combine(std::size_t hash, const T& val, in hash_combine()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/util/
Dhash_combine.h30 inline size_t hash_combine(std::size_t seed, const T& val) { in hash_combine()
35 inline size_t hash_combine(std::size_t hash, const std::vector<T>& vals) { in hash_combine()
36 for (const T& val : vals) { in hash_combine() local
42 inline size_t hash_combine(std::size_t hash) { return hash; } in hash_combine()
45 inline size_t hash_combine(std::size_t hash, const T& val, in hash_combine()
/aosp_15_r20/external/wpa_supplicant_8/src/wps/
H A Dwps_validate.c97 static int valid_config_methods(u16 val, int wps2) in valid_config_methods()
131 u16 val; in wps_validate_config_methods() local
155 u16 val; in wps_validate_ap_config_methods() local
240 u16 val; in wps_validate_assoc_state() local
261 u16 val; in wps_validate_config_error() local
284 u16 val; in wps_validate_dev_password_id() local
503 u16 val; in wps_validate_sel_reg_config_methods() local
632 static int num_bits_set(u16 val) in num_bits_set()
643 u16 val; in wps_validate_auth_type_flags() local
665 u16 val; in wps_validate_auth_type() local
[all …]
/aosp_15_r20/external/skia/src/core/
H A DSkTHash.h100 T* set(T val) { in set()
109 uint32_t hash = Hash(key); in find() local
137 uint32_t hash = Hash(key); in removeIfExists() local
303 T* uncheckedSet(T&& val) { in uncheckedSet()
306 uint32_t hash = Hash(key); in uncheckedSet() local
368 uint32_t hash = Traits::Hash(key) & 0xffffffff; in Hash() local
514 V* set(K key, V val) { in set()
529 if (V* val = this->find(key)) { variable
599 for (const T& val : vals) { in THashSet() local
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dsymbol.c122 long long val, val2; in sym_validate_range() local
486 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range()
505 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value()
610 long long val; in sym_string_within_range() local
652 char *val; in sym_set_string_value() local
710 tristate val; in sym_get_string_default() local
779 tristate val; in sym_get_string_value() local
809 unsigned hash = 2166136261U; in strhash() local
819 int hash; in sym_lookup() local
859 int hash = 0; in sym_find() local
/aosp_15_r20/external/llvm-libc/test/src/__support/
H A Dhash_test.cpp37 for (uint8_t val : values) { in TEST() local
38 uint64_t hash; in TEST() local
70 for (uint8_t val : values) { in TEST() local
71 uint64_t hash; in TEST() local
111 uint64_t hash = state.finish(); in TEST() local
133 uint64_t hash = state.finish(); in TEST() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/hash/
H A Dsip.rs11 fn hash<H: Hasher>(&self, state: &mut H) { in hash() method
22 fn hash<T: Hash>(x: &T) -> u64 { in hash() function
233 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable
241 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable
256 let val = 0xdeadbeef_deadbeef_u64; in test_hash_no_bytes_dropped_64() localVariable
275 let val = 0xdeadbeef_u32; in test_hash_no_bytes_dropped_32() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/hash/
H A Dsip.rs11 fn hash<H: Hasher>(&self, state: &mut H) { in hash() method
22 fn hash<T: Hash>(x: &T) -> u64 { in hash() function
233 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable
241 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable
256 let val = 0xdeadbeef_deadbeef_u64; in test_hash_no_bytes_dropped_64() localVariable
275 let val = 0xdeadbeef_u32; in test_hash_no_bytes_dropped_32() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/hash/
H A Dsip.rs11 fn hash<H: Hasher>(&self, state: &mut H) { in hash() method
22 fn hash<T: Hash>(x: &T) -> u64 { in hash() function
233 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable
241 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable
256 let val = 0xdeadbeef_deadbeef_u64; in test_hash_no_bytes_dropped_64() localVariable
275 let val = 0xdeadbeef_u32; in test_hash_no_bytes_dropped_32() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/hash/
H A Dsip.rs11 fn hash<H: Hasher>(&self, state: &mut H) { in hash() method
22 fn hash<T: Hash>(x: &T) -> u64 { in hash() function
233 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable
241 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable
256 let val = 0xdeadbeef_deadbeef_u64; in test_hash_no_bytes_dropped_64() localVariable
275 let val = 0xdeadbeef_u32; in test_hash_no_bytes_dropped_32() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/hash/
H A Dsip.rs11 fn hash<H: Hasher>(&self, state: &mut H) { in hash() method
22 fn hash<T: Hash>(x: &T) -> u64 { in hash() function
233 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable
241 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable
256 let val = 0xdeadbeef_deadbeef_u64; in test_hash_no_bytes_dropped_64() localVariable
275 let val = 0xdeadbeef_u32; in test_hash_no_bytes_dropped_32() localVariable
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_app_PropertyInvalidatedCache.cpp77 void NonceStore::setByteBlock(int hash, const block_t* block, size_t len) { in setByteBlock()
106 void setByteBlock(JNIEnv* env, jclass, jlong ptr, jint hash, jbyteArray val) { in setByteBlock()
118 jint getByteBlock(JNIEnv* env, jclass, jlong ptr, jint hash, jbyteArray val) { in getByteBlock()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_storage.cc183 std::string val; in prop2cfg() local
203 int val = *reinterpret_cast<uint16_t*>(prop->val); in prop2cfg() local
334 int val; in cfg2prop() local
344 int val; in cfg2prop() local
378 int val; in cfg2prop() local
387 int val; in cfg2prop() local
396 int val; in cfg2prop() local
1275 int val; in btif_storage_get_remote_addr_type() local
1318 int val; in btif_storage_is_restricted_device() local
1408 void btif_storage_set_gatt_cl_db_hash(const RawAddress& bd_addr, Octet16 hash) { in btif_storage_set_gatt_cl_db_hash()
[all …]
/aosp_15_r20/external/flatbuffers/src/
H A Didl_parser.cpp99 static bool atot_scalar(const char *s, T *val, bool_constant<false>) { in atot_scalar()
104 static bool atot_scalar(const char *s, T *val, bool_constant<true>) { in atot_scalar()
112 static CheckedError atot(const char *s, Parser &parser, T *val) { in atot()
123 Offset<void> *val) { in atot()
281 static inline void SingleValueRepack(Value &e, T val) { in SingleValueRepack()
289 static void SingleValueRepack(Value &e, float val) { in SingleValueRepack()
292 static void SingleValueRepack(Value &e, double val) { in SingleValueRepack()
339 uint64_t hash = 0; in HashFile() local
474 CheckedError Parser::ParseHexNum(int nibbles, uint64_t *val) { in ParseHexNum()
581 uint64_t val; in Next() local
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dmap.c91 VALUE val = ObjectCache_Get(map); in Map_GetRubyWrapper() local
135 VALUE hash = rb_hash_new(); in Map_CreateHash() local
143 upb_MessageValue val = upb_MapIterator_Value(map, iter); in Map_CreateHash() local
161 upb_MessageValue val = upb_MapIterator_Value(self->map, iter); in Map_deep_copy() local
171 const upb_Map* Map_GetUpbMap(VALUE val, const upb_FieldDef* field, in Map_GetUpbMap()
207 upb_MessageValue val = upb_MapIterator_Value(map, iter); in Map_Inspect() local
221 static int merge_into_self_callback(VALUE key, VALUE val, VALUE _self) { in merge_into_self_callback()
254 upb_MessageValue val = upb_MapIterator_Value(other->map, iter); in Map_merge_into_self() local
349 upb_MessageValue val = upb_MapIterator_Value(self->map, iter); in Map_each() local
390 upb_MessageValue val = upb_MapIterator_Value(self->map, iter); in Map_values() local
[all …]
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/
H A Dmap.c91 VALUE val = ObjectCache_Get(map); in Map_GetRubyWrapper() local
135 VALUE hash = rb_hash_new(); in Map_CreateHash() local
143 upb_MessageValue val = upb_MapIterator_Value(map, iter); in Map_CreateHash() local
161 upb_MessageValue val = upb_MapIterator_Value(self->map, iter); in Map_deep_copy() local
171 const upb_Map* Map_GetUpbMap(VALUE val, const upb_FieldDef* field, in Map_GetUpbMap()
207 upb_MessageValue val = upb_MapIterator_Value(map, iter); in Map_Inspect() local
221 static int merge_into_self_callback(VALUE key, VALUE val, VALUE _self) { in merge_into_self_callback()
254 upb_MessageValue val = upb_MapIterator_Value(other->map, iter); in Map_merge_into_self() local
349 upb_MessageValue val = upb_MapIterator_Value(self->map, iter); in Map_each() local
390 upb_MessageValue val = upb_MapIterator_Value(self->map, iter); in Map_values() local
[all …]
/aosp_15_r20/external/toybox/kconfig/
H A Dsymbol.c166 int base, val, val2; in sym_validate_range() local
409 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range()
428 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value()
533 int val; in sym_string_within_range() local
575 char *val; in sym_set_string_value() local
623 tristate val; in sym_get_string_value() local
654 int hash = 0; in sym_lookup() local
698 int hash = 0; in sym_find() local
/aosp_15_r20/external/rust/android-crates-io/crates/siphasher/src/
Dtests.rs20 fn hash<H: Hasher>(&self, state: &mut H) { in hash() method
53 fn hash<T: Hash>(x: &T) -> u64 { in hash() function
254 let val = 0xdead_beef_dead_beef_u64; in test_hash_no_bytes_dropped_64() localVariable
273 let val = 0xdeadbeef_u32; in test_hash_no_bytes_dropped_32() localVariable
328 let hash = hash(&val64); in test_hash_serde() localVariable

12345678910>>...50