| /third_party/node/deps/v8/src/compiler/ |
| H A D | pipeline.cc | 2853 size_t hash = 0; in HashGraphForPGO() local [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-objects.cc | 756 Object SetHashAndUpdateProperties(HeapObject properties, int hash) { in SetHashAndUpdateProperties() argument 824 void JSReceiver::SetIdentityHash(int hash) { in SetIdentityHash() argument 839 int hash = GetIdentityHashHelper(*this); SetProperties() local 854 int hash = GetIdentityHashHelper(*this); GetIdentityHash() local 865 int hash = isolate->GenerateIdentityHash(PropertyArray::HashField::kMax); CreateIdentityHash() local 875 int hash = GetIdentityHashHelper(*this); GetOrCreateIdentityHash() local 2658 uint32_t hash = name->hash(); SetNormalizedProperty() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_context.c | 816 uint32_t hash = hash_bufferview(bvci); in get_buffer_view() local 2474 uint32_t hash = 0; in hash_rendering_state() local [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_common.hpp | 1839 struct hash<SPIRV_CROSS_NAMESPAC struct [all...] |
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| H A D | vp8l_enc.c | 429 const uint32_t hash = HashPix(pix); in AnalyzeEntropy() local
|
| /third_party/python/Modules/_decimal/ |
| H A D | _decimal.c | 73 Py_hash_t hash; member
|
| /third_party/python/Objects/ |
| H A D | dictobject.c | 548 Py_hash_t hash = unicode_get_hash(key); _PyDict_CheckConsistency() local 562 Py_hash_t hash = unicode_get_hash(key); _PyDict_CheckConsistency() local 846 lookdict_index(PyDictKeysObject *k, Py_hash_t hash, Py_ssize_t index) lookdict_index() argument 868 unicodekeys_lookup_generic(PyDictObject *mp, PyDictKeysObject* dk, PyObject *key, Py_hash_t hash) unicodekeys_lookup_generic() argument 914 unicodekeys_lookup_unicode(PyDictKeysObject* dk, PyObject *key, Py_hash_t hash) unicodekeys_lookup_unicode() argument 958 dictkeys_generic_lookup(PyDictObject *mp, PyDictKeysObject* dk, PyObject *key, Py_hash_t hash) dictkeys_generic_lookup() argument 1014 Py_hash_t hash = unicode_get_hash(key); _PyDictKeys_StringLookup() local 1041 _Py_dict_lookup(PyDictObject *mp, PyObject *key, Py_hash_t hash, PyObject **value_addr) _Py_dict_lookup() argument 1165 find_empty_slot(PyDictKeysObject *keys, Py_hash_t hash) find_empty_slot() argument 1190 Py_hash_t hash = unicode_get_hash(name); insert_into_dictkeys() local 1226 insertdict(PyDictObject *mp, PyObject *key, Py_hash_t hash, PyObject *value) insertdict() argument 1318 insert_to_emptydict(PyDictObject *mp, PyObject *key, Py_hash_t hash, PyObject *value) insert_to_emptydict() argument 1364 Py_hash_t hash = ep->me_hash; build_indices_generic() local 1379 Py_hash_t hash = unicode_get_hash(ep->me_key); build_indices_unicode() local 1656 Py_hash_t hash; PyDict_GetItem() local 1733 Py_hash_t hash = unicode_get_hash(key); _PyDict_GetItemHint() local 1749 _PyDict_GetItem_KnownHash(PyObject *op, PyObject *key, Py_hash_t hash) _PyDict_GetItem_KnownHash() argument 1773 Py_hash_t hash; PyDict_GetItemWithError() local 1798 Py_hash_t hash = kv->ob_type->tp_hash(kv); _PyDict_GetItemWithError() local 1844 Py_hash_t hash; _PyDict_LoadGlobal() local 1873 Py_hash_t hash; _PyDict_SetItem_Take2() local 1910 _PyDict_SetItem_KnownHash(PyObject *op, PyObject *key, PyObject *value, Py_hash_t hash) _PyDict_SetItem_KnownHash() argument 1950 delitem_common(PyDictObject *mp, Py_hash_t hash, Py_ssize_t ix, PyObject *old_value) delitem_common() argument 1995 Py_hash_t hash; PyDict_DelItem() local 2007 _PyDict_DelItem_KnownHash(PyObject *op, PyObject *key, Py_hash_t hash) _PyDict_DelItem_KnownHash() argument 2041 Py_hash_t hash; _PyDict_DelItemIf() local 2125 Py_hash_t hash; _PyDict_Next() local 2207 _PyDict_Pop_KnownHash(PyObject *dict, PyObject *key, Py_hash_t hash, PyObject *deflt) _PyDict_Pop_KnownHash() argument 2246 Py_hash_t hash; _PyDict_Pop() local 2283 Py_hash_t hash; _PyDict_FromKeys() local 2305 Py_hash_t hash; _PyDict_FromKeys() local 2492 Py_hash_t hash; dict_subscript() local 2887 Py_hash_t hash; dict_merge() local 3162 Py_hash_t hash; dict_equal() local 3247 Py_hash_t hash; dict___contains__() local 3279 Py_hash_t hash; dict_get_impl() local 3302 Py_hash_t hash; PyDict_SetDefault() local 3485 Py_hash_t hash; dict_popitem_impl() local 3693 Py_hash_t hash; PyDict_Contains() local 3711 _PyDict_Contains_KnownHash(PyObject *op, PyObject *key, Py_hash_t hash) _PyDict_Contains_KnownHash() argument 4918 Py_hash_t hash; dictitems_xor() local [all...] |
| /third_party/rust/crates/syn/src/ |
| H A D | expr.rs | 778 fn hash<H: Hasher>(&self, state: &mut H) { in hash() functions 831 fn hash<H: Hasher>(&self, state: &mut H) { in hash() functions
|
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil_binary.c | 4409 uint32_t hash = 0; in avrulex_hash() local [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsDrawTest.cpp | 2118 int DrawTestSpec::AttributeSpec::hash (void) const in hash() function in deqp::gls::DrawTestSpec::AttributeSpec 2862 int DrawTestSpec::hash (void) const in hash() function in deqp::gls::DrawTestSpec
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | tls_openssl.c | 404 HCRYPTHASH hash; in cryptoapi_rsa_priv_enc() local 530 const char *hash in cryptoapi_find_cert() local 2211 u8 hash[32]; openssl_tls_cert_event() local 2370 u8 hash[32]; tls_verify_cb() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
| H A D | p2p.c | 1119 static int p2ps_gen_hash(struct p2p_data *p2p, const char *str, u8 *hash) in p2ps_gen_hash() argument 2293 static int p2p_service_find_asp(struct p2p_data *p2p, const u8 *hash) in p2p_service_find_asp() argument 2379 const u8 *hash = msg.service_hash; p2p_reply_probe() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| H A D | ieee802_11.c | 734 u8 hash[SHA256_MAC_LEN]; in comeback_token_hash() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | tls_openssl.c | 410 HCRYPTHASH hash; in cryptoapi_rsa_priv_enc() local 536 const char *hash in cryptoapi_find_cert() local 2254 u8 hash[32]; openssl_tls_cert_event() local 2447 u8 hash[32]; tls_verify_cb() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
| H A D | p2p.c | 1211 static int p2ps_gen_hash(struct p2p_data *p2p, const char *str, u8 *hash) argument 2421 static int p2p_service_find_asp(struct p2p_data *p2p, const u8 *hash) argument 2511 const u8 *hash = msg.service_hash; global() local [all...] |
| /third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
| H A D | s390x.rs | 241 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/x86/ |
| H A D | mod.rs | 203 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions
|
| /third_party/rust/crates/libc/src/unix/nto/ |
| H A D | mod.rs | 784 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions 835 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions 901 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions 939 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions [all...] |
| /third_party/ffmpeg/fftools/ |
| H A D | ffprobe.c | 286 static struct AVHashContext *hash; variable [all...] |
| /third_party/mbedtls/library/ |
| H A D | psa_crypto.c | 2352 psa_hash_finish_internal(psa_hash_operation_t *operation, uint8_t *hash, size_t hash_size, size_t *hash_length) psa_hash_finish_internal() argument 3063 uint8_t hash[PSA_HASH_MAX_SIZE]; psa_sign_message_builtin() local 3122 uint8_t hash[PSA_HASH_MAX_SIZE]; psa_verify_message_builtin() local 3167 psa_sign_hash_builtin( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, uint8_t *signature, size_t signature_size, size_t *signature_length) psa_sign_hash_builtin() argument 3241 psa_verify_hash_builtin( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, const uint8_t *signature, size_t signature_length) psa_verify_hash_builtin() argument 3808 mbedtls_psa_sign_hash_start( mbedtls_psa_sign_hash_interruptible_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length) mbedtls_psa_sign_hash_start() argument 4021 mbedtls_psa_verify_hash_start( mbedtls_psa_verify_hash_interruptible_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, const uint8_t *signature, size_t signature_length) mbedtls_psa_verify_hash_start() argument [all...] |
| H A D | ssl_tls.c | 1244 unsigned char hash = mbedtls_ssl_hash_from_md_alg(*md); in ssl_handshake_init() local 6118 mbedtls_md_type_t mbedtls_ssl_md_alg_from_hash(unsigned char hash) in mbedtls_ssl_md_alg_from_hash() argument 6965 ssl_set_handshake_prfs(mbedtls_ssl_handshake_params *handshake, mbedtls_md_type_t hash) ssl_set_handshake_prfs() argument 7286 ssl_calc_verify_tls_psa(const mbedtls_ssl_context *ssl, const psa_hash_operation_t *hs_op, size_t buffer_size, unsigned char *hash, size_t *hlen) ssl_calc_verify_tls_psa() argument 7317 ssl_calc_verify_tls_legacy(const mbedtls_ssl_context *ssl, const mbedtls_md_context_t *hs_ctx, unsigned char *hash, size_t *hlen) ssl_calc_verify_tls_legacy() argument 7358 ssl_calc_verify_tls_sha256(const mbedtls_ssl_context *ssl, unsigned char *hash, size_t *hlen) ssl_calc_verify_tls_sha256() argument 7373 ssl_calc_verify_tls_sha384(const mbedtls_ssl_context *ssl, unsigned char *hash, size_t *hlen) ssl_calc_verify_tls_sha384() argument 9327 mbedtls_ssl_get_key_exchange_md_tls1_2(mbedtls_ssl_context *ssl, unsigned char *hash, size_t *hashlen, unsigned char *data, size_t data_len, mbedtls_md_type_t md_alg) mbedtls_ssl_get_key_exchange_md_tls1_2() argument 9383 mbedtls_ssl_get_key_exchange_md_tls1_2(mbedtls_ssl_context *ssl, unsigned char *hash, size_t *hashlen, unsigned char *data, size_t data_len, mbedtls_md_type_t md_alg) mbedtls_ssl_get_key_exchange_md_tls1_2() argument [all...] |
| /third_party/json/single_include/nlohmann/ |
| H A D | json.hpp | 5951 std::size_t hash(cons function [all...] |
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_pipeline.c | 2623 tu_hash_shaders(unsigned char *hash, in tu_hash_shaders() argument 2649 tu_hash_compute(unsigned char *hash, in tu_hash_compute() argument
|
| /third_party/ntfs-3g/include/ntfs-3g/ |
| H A D | layout.h | 1933 le32 hash; /* Hash of the security descriptor. */ member 1943 le32 hash; /* Hash of the security descriptor. */ member 1972 le32 hash; /* Hash of the security descriptor. */ member 1996 le32 hash; /* Hash of the security descriptor. */ global() member [all...] |
| /third_party/libfuse/lib/ |
| H A D | fuse.c | 512 uint64_t hash = ((uint32_t) ino * 2654435761U) % f->id_table.size; in id_hash() local 523 size_t hash = id_hash(f, nodeid); in get_node_nocheck() local 650 size_t hash; in rehash_id() local 676 size_t hash in hash_id() local 688 uint64_t hash = parent; name_hash() local 733 size_t hash = name_hash(f, node->parent->nodeid, node->name); unhash_name() local 763 size_t hash; rehash_name() local 790 size_t hash = name_hash(f, parentid, name); hash_name() local 849 size_t hash = name_hash(f, parent, name); lookup_node() local [all...] |