/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | binding_point.h | 22 #include "src/utils/hash.h" 54 /// Custom std::hash specialization for tint::sem::BindingPoint so 58 class hash<tint::sem::BindingPoint> { class 60 /// @param binding_point the binding point to create a hash for 61 /// @return the hash value
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | pkcs1.h | 27 const u8 *hash, size_t hash_len);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | pkcs1.h | 27 const u8 *hash, size_t hash_len);
|
/third_party/node/deps/v8/src/objects/ |
H A D | objects.cc | 65 #include "src/objects/hash-table-inl.h" 1634 Object hash = Object::GetSimpleHash(*this); in GetOrCreateHash() local 1635 if (hash.IsSmi()) return Smi::cast(hash); in GetOrCreateHash() 4473 const uint32_t parent_hash = GetSortedKey(i).hash(); in Sort() 4476 uint32_t child_hash = GetSortedKey(child_index).hash(); in Sort() 4478 uint32_t right_child_hash = GetSortedKey(child_index + 1).hash(); in Sort() 4497 const uint32_t parent_hash = GetSortedKey(parent_index).hash(); in Sort() 4501 uint32_t child_hash = GetSortedKey(child_index).hash(); in Sort() 4503 uint32_t right_child_hash = GetSortedKey(child_index + 1).hash(); in Sort() 5752 uint32_t hash = Shape::HashForObject(roots, k); Rehash() local 5768 uint32_t hash = Shape::HashForObject(roots, k); EntryForProbe() local 5932 FindInsertionEntry( PtrComprCageBase cage_base, ReadOnlyRoots roots, uint32_t hash) FindInsertionEntry() argument 5955 const int32_t hash = ShapeT::Hash(roots, name); TryFindPropertyCellForConcurrentLookupIterator() local 5981 uint32_t hash = ShapeT::Hash(ReadOnlyRoots(isolate), *name); Add() local 6000 uint32_t hash = ShapeT::Hash(ReadOnlyRoots(isolate), key); Add() local 6011 int32_t hash = key->GetOrCreateHash(isolate).value(); Add() local 6132 uint32_t hash = Shape::Hash(roots, key); Add() local 6286 Lookup(PtrComprCageBase cage_base, Handle<Object> key, int32_t hash) Lookup() argument 6319 Object hash = key->GetHash(); Lookup() local 6327 Lookup(Handle<Object> key, int32_t hash) Lookup() argument 6364 int32_t hash = key->GetOrCreateHash(isolate).value(); Put() local 6371 Put(Isolate* isolate, Handle<Derived> table, Handle<Object> key, Handle<Object> value, int32_t hash) Put() argument 6419 Object hash = key->GetHash(); Remove() local 6429 Remove( Isolate* isolate, Handle<Derived> table, Handle<Object> key, bool* was_present, int32_t hash) Remove() argument 6504 Set(Handle<JSWeakCollection> weak_collection, Handle<Object> key, Handle<Object> value, int32_t hash) Set() argument 6521 Delete(Handle<JSWeakCollection> weak_collection, Handle<Object> key, int32_t hash) Delete() argument [all...] |
H A D | lookup-cache-inl.h | 20 uint32_t name_hash = name.hash(); in Hash()
|
/third_party/node/lib/internal/crypto/ |
H A D | webcrypto.js | 40 } = require('internal/crypto/hash'); 223 function getKeyLength({ name, length, hash }) { 235 return getBlockSize(hash?.name); 446 key.algorithm.hash.name, 451 key.algorithm.hash.name, 456 key.algorithm.hash.name, 487 key.algorithm.hash.name,
|
/third_party/python/Lib/test/ |
H A D | test_memoryview.py | 319 # hash as hash(obj.tobytes()). 325 self.assertEqual(hash(m), hash(b"abcdef")) 326 # Releasing the memoryview keeps the stored hash value (as with weakrefs) 328 self.assertEqual(hash(m), hash(b"abcdef")) 333 self.assertRaises(ValueError, hash, m) 342 self.assertRaises(ValueError, hash, m)
|
H A D | test_fractions.py | 761 self.assertEqual(hash(2.5), hash(F(5, 2))) 762 self.assertEqual(hash(10**50), hash(F(10**50))) 763 self.assertNotEqual(hash(float(10**23)), hash(F(10**23))) 764 self.assertEqual(hinf, hash(F(1, hmod))) 765 # Check that __hash__ produces the same value as hash(), for 767 self.assertEqual(hash(F(-1)), F(-1).__hash__())
|
/third_party/libsnd/src/ |
H A D | caf.c | 830 { uint32_t hash = 0x87654321 ; in string_hash32() local 833 { hash = hash * 333 + str [0] ; in string_hash32() 837 return hash ; in string_hash32() 844 uint32_t count, hash ; in caf_read_strings() local 861 hash = string_hash32 (key) ; in caf_read_strings() 862 switch (hash) in caf_read_strings() 895 psf_log_printf (psf, " Unhandled hash 0x%x : /* '%s' */\n", hash, key) ; in caf_read_strings()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_resolve.c | 440 if (_mesa_hash_table_search_pre_hashed(batch->cache.render, bo->hash, bo) || in crocus_cache_flush_for_read() 441 _mesa_set_search_pre_hashed(batch->cache.depth, bo->hash, bo)) in crocus_cache_flush_for_read() 457 if (_mesa_set_search_pre_hashed(batch->cache.depth, bo->hash, bo)) in crocus_cache_flush_for_render() 484 _mesa_hash_table_search_pre_hashed(batch->cache.render, bo->hash, bo); in crocus_cache_flush_for_render() 497 _mesa_hash_table_search_pre_hashed(batch->cache.render, bo->hash, bo); in crocus_render_cache_add_bo() 506 _mesa_hash_table_insert_pre_hashed(batch->cache.render, bo->hash, bo, in crocus_render_cache_add_bo() 514 if (_mesa_hash_table_search_pre_hashed(batch->cache.render, bo->hash, bo)) in crocus_cache_flush_for_depth() 521 _mesa_set_add_pre_hashed(batch->cache.depth, bo->hash, bo); in crocus_depth_cache_add_bo()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_common.hpp | 1803 // Quality of hash doesn't really matter here. in operator ()() 1804 auto hash_set = std::hash<uint32_t>()(value.desc_set); in operator ()() 1805 auto hash_binding = std::hash<uint32_t>()(value.binding); in operator ()() 1811 // Quality of hash doesn't really matter here. in operator ()() 1812 auto hash_set = std::hash<uint32_t>()(value.location); in operator ()() 1813 auto hash_binding = std::hash<uint32_t>()(value.component); in operator ()() 1819 // Quality of hash doesn't really matter here. in operator ()() 1820 auto hash_model = std::hash<uint32_t>()(value.model); in operator ()() 1821 auto hash_set = std::hash<uint32_t>()(value.desc_set); in operator ()() 1839 struct hash<SPIRV_CROSS_NAMESPAC struct [all...] |
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | storage.c | 190 VALUE hash = rb_hash_new(); in native_slot_set_value_and_case() local 191 rb_hash_aset(hash, rb_str_new2("seconds"), in native_slot_set_value_and_case() 193 rb_hash_aset(hash, rb_str_new2("nanos"), in native_slot_set_value_and_case() 196 VALUE args[1] = {hash}; in native_slot_set_value_and_case() 202 VALUE hash = rb_hash_new(); in native_slot_set_value_and_case() local 203 rb_hash_aset(hash, rb_str_new2("seconds"), in native_slot_set_value_and_case() 211 rb_hash_aset(hash, rb_str_new2("nanos"), n_value); in native_slot_set_value_and_case() 214 VALUE args[1] = { hash }; in native_slot_set_value_and_case() 1162 VALUE hash_sym = rb_intern("hash"); in layout_hash()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_aka.c | 273 u8 hash[SHA256_MAC_LEN]; in eap_aka_add_checkcode() local 286 /* Checkcode is SHA1 hash over all EAP-AKA/Identity packets. */ in eap_aka_add_checkcode() 291 sha256_vector(1, &addr, &len, hash); in eap_aka_add_checkcode() 293 sha1_vector(1, &addr, &len, hash); in eap_aka_add_checkcode() 295 eap_sim_msg_add(msg, EAP_SIM_AT_CHECKCODE, 0, hash, in eap_aka_add_checkcode() 306 u8 hash[SHA256_MAC_LEN]; in eap_aka_verify_checkcode() local 332 /* Checkcode is SHA1 hash over all EAP-AKA/Identity packets. */ in eap_aka_verify_checkcode() 336 sha256_vector(1, &addr, &len, hash); in eap_aka_verify_checkcode() 338 sha1_vector(1, &addr, &len, hash); in eap_aka_verify_checkcode() 340 if (os_memcmp_const(hash, checkcod in eap_aka_verify_checkcode() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_validate.c | 780 static int wps_validate_e_hash1(const u8 *hash, int mandatory) in wps_validate_e_hash1() argument 782 if (hash == NULL) { in wps_validate_e_hash1() 794 static int wps_validate_e_hash2(const u8 *hash, int mandatory) in wps_validate_e_hash2() argument 796 if (hash == NULL) { in wps_validate_e_hash2() 808 static int wps_validate_r_hash1(const u8 *hash, int mandatory) in wps_validate_r_hash1() argument 810 if (hash == NULL) { in wps_validate_r_hash1() 822 static int wps_validate_r_hash2(const u8 *hash, int mandatory) in wps_validate_r_hash2() argument 824 if (hash == NULL) { in wps_validate_r_hash2()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_aka.c | 273 u8 hash[SHA256_MAC_LEN]; in eap_aka_add_checkcode() local 286 /* Checkcode is SHA1 hash over all EAP-AKA/Identity packets. */ in eap_aka_add_checkcode() 291 sha256_vector(1, &addr, &len, hash); in eap_aka_add_checkcode() 293 sha1_vector(1, &addr, &len, hash); in eap_aka_add_checkcode() 295 eap_sim_msg_add(msg, EAP_SIM_AT_CHECKCODE, 0, hash, in eap_aka_add_checkcode() 306 u8 hash[SHA256_MAC_LEN]; in eap_aka_verify_checkcode() local 332 /* Checkcode is SHA1 hash over all EAP-AKA/Identity packets. */ in eap_aka_verify_checkcode() 336 sha256_vector(1, &addr, &len, hash); in eap_aka_verify_checkcode() 338 sha1_vector(1, &addr, &len, hash); in eap_aka_verify_checkcode() 340 if (os_memcmp_const(hash, checkcod in eap_aka_verify_checkcode() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_validate.c | 780 static int wps_validate_e_hash1(const u8 *hash, int mandatory) in wps_validate_e_hash1() argument 782 if (hash == NULL) { in wps_validate_e_hash1() 794 static int wps_validate_e_hash2(const u8 *hash, int mandatory) in wps_validate_e_hash2() argument 796 if (hash == NULL) { in wps_validate_e_hash2() 808 static int wps_validate_r_hash1(const u8 *hash, int mandatory) in wps_validate_r_hash1() argument 810 if (hash == NULL) { in wps_validate_r_hash1() 822 static int wps_validate_r_hash2(const u8 *hash, int mandatory) in wps_validate_r_hash2() argument 824 if (hash == NULL) { in wps_validate_r_hash2()
|
/base/hiviewdfx/hiview/core/param_update/include/ |
H A D | log_sign_tools.h | 44 static int CalcFileSha(const std::string& path, unsigned char *hash, size_t outLen);
|
/third_party/libcoap/include/coap3/ |
H A D | coap_crypto_internal.h | 124 * Create a HMAC hash of the provided data. 127 * @param key The key to use for the hash. 128 * @param data The data to hash. 141 * Create a hash of the provided data. 143 * @param alg The hash algorithm. 144 * @param data The data to hash. 145 * @param hash Where to put the hash result if successful. 149 * created hash. 153 coap_bin_const_t **hash); [all...] |
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
H A D | radeon_drm_bo.h | 62 uint32_t hash; member
|
/third_party/node/src/ |
H A D | cleanup_queue.cc | 44 return std::hash<void*>()(cb.arg_); in operator ()()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_map.h | 42 uint32_t hash; member
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_map.h | 42 uint32_t hash; member
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_map.h | 42 uint32_t hash; member
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_map.h | 43 uint32_t hash; member
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | instantiate.rs | 3 use std::hash::{Hash, Hasher}; 65 fn hash<H: Hasher>(&self, hasher: &mut H) { in hash() functions 66 self.rust.hash(hasher); in hash()
|