/third_party/node/deps/icu-small/source/common/ |
H A D | rbbi.cpp | 398 int32_t hash = 0; in hashCode() local
|
/third_party/lwip/src/netif/ppp/ |
H A D | chap_ms.c | 572 static void NTPasswordHash(u_char *secret, int secret_len, u_char hash[MD4_SIGNATURE_SIZE]) { in NTPasswordHash() argument
|
/third_party/lzma/Asm/x86/ |
H A D | LzFindOpt.asm | 59 hash equ ptr0
define [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | contexts.cc | 31 int32_t hash = NameToIndexShape::Hash(roots, name); in AddLocalNamesFromContext() local
|
H A D | string-table.cc | 168 inline static InternalIndex FirstProbe(uint32_t hash, uint32_t size) { in FirstProbe() argument 241 uint32_t hash = string.hash(); in Resize() local [all...] |
H A D | fixed-array-inl.h | 261 uint32_t hash = name.hash(); in BinarySearch() local 313 uint32_t hash = name.hash(); in LinearSearch() local [all...] |
H A D | ordered-hash-table.cc | 147 uint32_t hash = ComputeUnseededHash(Smi::ToInt(key)); in FindEntry() local 151 Object hash = key.GetHash(); in FindEntry() local 170 int hash = key->GetOrCreateHash(isolate).value(); in Add() local 276 Object hash = key.GetHash(); Rehash() local 360 Object hash = key.GetHash(); GetHash() local 372 int hash = key->GetOrCreateHash(isolate).value(); Add() local 459 int hash = key->hash(); Add() local 721 int hash = key->GetOrCreateHash(isolate).value(); Add() local 764 int hash = key->GetOrCreateHash(isolate).value(); Add() local 833 int hash = key->hash(); Add() local 936 int hash = Smi::ToInt(key.GetHash()); Rehash() local 1018 Object hash = key.GetHash(); FindEntry() local 1375 SetHash(HeapObject table, int hash) SetHash() argument [all...] |
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-macro-assembler.cc | 171 const uint32_t hash = Hash(ranges); in GetOrAddRangeArray() local
|
/third_party/node/deps/v8/src/utils/ |
H A D | utils.h | 243 uint32_t hash = key; in ComputeUnseededHash() local 254 uint64_t hash = key; ComputeLongHash() local [all...] |
/third_party/mesa3d/src/util/ |
H A D | hash_table.c | 309 hash_table_search(struct hash_table *ht, uint32_t hash, cons argument 352 _mesa_hash_table_search_pre_hashed(struct hash_table *ht, uint32_t hash, const void *key) _mesa_hash_table_search_pre_hashed() argument 364 hash_table_insert_rehash(struct hash_table *ht, uint32_t hash, const void *key, void *data) hash_table_insert_rehash() argument 430 hash_table_insert(struct hash_table *ht, uint32_t hash, const void *key, void *data) hash_table_insert() argument 513 _mesa_hash_table_insert_pre_hashed(struct hash_table *ht, uint32_t hash, const void *key, void *data) _mesa_hash_table_insert_pre_hashed() argument 668 uint32_t hash = 0; _mesa_hash_string_with_length() local [all...] |
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_pipeline_cache.c | 321 uint32_t hash = object_key_hash(&key); in vk_pipeline_cache_lookup_object() local 159 vk_pipeline_cache_remove_object(struct vk_pipeline_cache *cache, uint32_t hash, struct vk_pipeline_cache_object *object) vk_pipeline_cache_remove_object() argument 180 vk_pipeline_cache_replace_object(struct vk_pipeline_cache *cache, uint32_t hash, struct vk_pipeline_cache_object *search, struct vk_pipeline_cache_object *replace) vk_pipeline_cache_replace_object() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_render_pass.c | 425 uint32_t hash = hash_render_pass_state(&state); in get_render_pass() local
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_context.c | 99 struct hash_table *hash; member [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | passwd.c | 781 char *hash = NULL; in do_passwd() local
|
H A D | rehash.c | 81 unsigned int hash; member 120 static int add_entry(enum Type type, unsigned int hash, const char *filename, in add_entry() argument 197 unsigned int hash in handle_symlink() local [all...] |
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | ssl3_record.c | 1310 const EVP_MD_CTX *hash; in n_ssl3_mac() local 1410 EVP_MD_CTX *hash; tls1_mac() local [all...] |
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | tls13_enc.c | 262 unsigned char hash[EVP_MAX_MD_SIZE]; in tls13_final_finish_mac() local 315 const EVP_MD *hash; in tls13_setup_key_block() local 333 derive_secret_key_and_iv(SSL *s, int sending, const EVP_MD *md, const EVP_CIPHER *ciph, const unsigned char *insecret, const unsigned char *hash, const unsigned char *label, size_t labellen, unsigned char *secret, unsigned char *key, unsigned char *iv, EVP_CIPHER_CTX *ciph_ctx) derive_secret_key_and_iv() argument 426 unsigned char hash[EVP_MAX_MD_SIZE]; quic_change_cipher_state() local 632 unsigned char *hash = hashval; tls13_change_cipher_state() local 1040 unsigned char hash[EVP_MAX_MD_SIZE], data[EVP_MAX_MD_SIZE]; tls13_export_keying_material() local 1082 unsigned char hash[EVP_MAX_MD_SIZE], data[EVP_MAX_MD_SIZE]; tls13_export_keying_material_early() local [all...] |
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | impls.rs | 43 fn hash<H: Hasher>(&self, state: &mut H) { in hash() functions 105 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 139 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 178 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 218 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 256 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 294 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 366 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 432 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions [all...] |
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | impls.rs | 43 fn hash<H: Hasher>(&self, state: &mut H) { in hash() functions 105 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 139 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 178 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 218 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 256 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 294 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 366 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 432 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions [all...] |
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | impls.rs | 43 fn hash<H: Hasher>(&self, state: &mut H) { in hash() functions 105 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 139 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 178 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 218 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 256 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 294 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 366 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 432 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions [all...] |
/third_party/rust/crates/cxx/syntax/ |
H A D | impls.rs | 43 fn hash<H: Hasher>(&self, state: &mut H) { in hash() functions 105 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 139 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 178 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 218 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 256 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 294 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 366 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 432 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions [all...] |
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | impls.rs | 43 fn hash<H: Hasher>(&self, state: &mut H) { in hash() functions 105 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 139 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 178 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 218 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 256 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 294 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 366 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions 432 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions [all...] |
/third_party/python/Include/cpython/ |
H A D | unicodeobject.h | 148 Py_hash_t hash; /* Hash value; -1 if not set */ member
|
/third_party/openssl/apps/ |
H A D | rehash.c | 84 unsigned int hash; member 123 static int add_entry(enum Type type, unsigned int hash, const char *filename, in add_entry() argument 200 unsigned int hash in handle_symlink() local [all...] |
H A D | passwd.c | 781 char *hash = NULL; in do_passwd() local
|