/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_compiler.cpp | 822 uint32_t hash; in d3d12_shader_key_hash() local [all...] |
H A D | d3d12_compiler.h | 86 uint32_t hash; member
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_draw.cpp | 195 const uint32_t hash = ctx->gfx_hash; in update_gfx_program() local [all...] |
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_cs.c | 442 unsigned hash = bo->unique_id & (BUFFER_HASHLIST_SIZE-1); in amdgpu_lookup_buffer() local 530 unsigned hash; in amdgpu_lookup_or_add_real_buffer() local 554 unsigned hash; in amdgpu_lookup_or_add_slab_buffer() local 602 unsigned hash; amdgpu_lookup_or_add_sparse_buffer() local [all...] |
/third_party/mksh/ |
H A D | var.c | 1747 hash(const void *s) hash() function [all...] |
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | extensions.c | 1497 unsigned char hash[EVP_MAX_MD_SIZE], binderkey[EVP_MAX_MD_SIZE]; in tls_psk_do_binder() local
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x_all.c | 475 unsigned char hash[EVP_MAX_MD_SIZE]; in X509_digest_sig() local
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 775 ossl_cmp_certstatus_set0_certHash(OSSL_CMP_CERTSTATUS *certStatus, ASN1_OCTET_STRING *hash) ossl_cmp_certstatus_set0_certHash() argument
|
/third_party/rust/crates/bitflags/src/ |
H A D | lib.rs | 1468 fn hash<T: Hash>(t: &T) -> u64 { in hash() functions
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 775 ossl_cmp_certstatus_set0_certHash(OSSL_CMP_CERTSTATUS *certStatus, ASN1_OCTET_STRING *hash) ossl_cmp_certstatus_set0_certHash() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 280 deUint32 hash; // a value used to "salt" results in memory to get unique values per test case member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 280 deUint32 hash; // a value used to "salt" results in memory to get unique values per test case member [all...] |
/third_party/skia/third_party/externals/angle2/src/common/third_party/xxhash/ |
H A D | xxhash.c | 565 XXH_PUBLIC_API void XXH32_canonicalFromHash(XXH32_canonical_t* dst, XXH32_hash_t hash) in XXH32_canonicalFromHash() argument 1018 XXH_PUBLIC_API void XXH64_canonicalFromHash(XXH64_canonical_t* dst, XXH64_hash_t hash) in XXH64_canonicalFromHash() argument [all...] |
/third_party/skia/src/core/ |
H A D | SkTypeface.cpp | 115 size_t hash = 0; in GetVarFont() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | VertexProcessor.hpp | 147 uint32_t hash; member
|
/third_party/openssl/crypto/x509/ |
H A D | x_all.c | 475 unsigned char hash[EVP_MAX_MD_SIZE]; in X509_digest_sig() local
|
/third_party/openssl/ssl/statem/ |
H A D | extensions.c | 1465 unsigned char hash[EVP_MAX_MD_SIZE], binderkey[EVP_MAX_MD_SIZE]; in tls_psk_do_binder() local
|
/third_party/skia/src/pdf/ |
H A D | SkPDFGradientShader.cpp | 19 static uint32_t hash(const SkShader::GradientInfo& v) { in hash() function 32 static uint32_t hash(const SkPDFGradientShader::Key& k) { in hash() function [all...] |
/third_party/python/Modules/ |
H A D | _functoolsmodule.c | 764 Py_hash_t hash; member 896 Py_hash_t hash; in infinite_lru_cache_wrapper() local 996 Py_hash_t hash; in bounded_lru_cache_wrapper() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceGlobalContext.cpp | 46 template <> struct hash<Ice::RelocatableTuple> { struct
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | messagepattern.cpp | 328 int32_t hash=(aposMode*37+msg.hashCode())*37+partsLength; in hashCode() local
|
/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 202 VALUE hash = rb_hash_new(); in native_slot_set_value_and_case() local
|
/third_party/python/Objects/ |
H A D | odictobject.c | 507 Py_hash_t hash; member 530 _odict_get_index_raw(PyODictObject *od, PyObject *key, Py_hash_t hash) in _odict_get_index_raw() argument 586 _odict_get_index(PyODictObject *od, PyObject *key, Py_hash_t hash) _odict_get_index() argument 606 _odict_find_node_hash(PyODictObject *od, PyObject *key, Py_hash_t hash) _odict_find_node_hash() argument 623 Py_hash_t hash; _odict_find_node() local 665 _odict_add_new_node(PyODictObject *od, PyObject *key, Py_hash_t hash) _odict_add_new_node() argument 743 _odict_clear_node(PyODictObject *od, _ODictNode *node, PyObject *key, Py_hash_t hash) _odict_clear_node() argument 1038 _odict_popkey_hash(PyObject *od, PyObject *key, PyObject *failobj, Py_hash_t hash) _odict_popkey_hash() argument 1087 Py_hash_t hash = PyObject_Hash(key); OrderedDict_pop_impl() local 1597 _PyODict_SetItem_KnownHash(PyObject *od, PyObject *key, PyObject *value, Py_hash_t hash) _PyODict_SetItem_KnownHash() argument 1617 Py_hash_t hash = PyObject_Hash(key); PyODict_SetItem() local 1627 Py_hash_t hash = PyObject_Hash(key); PyODict_DelItem() local [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | ByteString.java | 142 private int hash = 0; field in ByteString [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | map.h | 225 struct hash : private std::hash<std::string_view> { struct [all...] |