Home
last modified time | relevance | path

Searched defs:hash (Results 851 - 875 of 1122) sorted by relevance

1...<<31323334353637383940>>...45

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp822 uint32_t hash; in d3d12_shader_key_hash() local
[all...]
H A Dd3d12_compiler.h86 uint32_t hash; member
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_draw.cpp195 const uint32_t hash = ctx->gfx_hash; in update_gfx_program() local
[all...]
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_cs.c442 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 Dvar.c1747 hash(const void *s) hash() function
[all...]
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions.c1497 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 Dx_all.c475 unsigned char hash[EVP_MAX_MD_SIZE]; in X509_digest_sig() local
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_msg.c775 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 Dlib.rs1468 fn hash<T: Hash>(t: &T) -> u64 { in hash() functions
/third_party/openssl/crypto/cmp/
H A Dcmp_msg.c775 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 DvktBindingDescriptorBufferTests.cpp280 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 DvktBindingDescriptorBufferTests.cpp280 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 Dxxhash.c565 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 DSkTypeface.cpp115 size_t hash = 0; in GetVarFont() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DVertexProcessor.hpp147 uint32_t hash; member
/third_party/openssl/crypto/x509/
H A Dx_all.c475 unsigned char hash[EVP_MAX_MD_SIZE]; in X509_digest_sig() local
/third_party/openssl/ssl/statem/
H A Dextensions.c1465 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 DSkPDFGradientShader.cpp19 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.c764 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 DIceGlobalContext.cpp46 template <> struct hash<Ice::RelocatableTuple> { struct
/third_party/skia/third_party/externals/icu/source/common/
H A Dmessagepattern.cpp328 int32_t hash=(aposMode*37+msg.hashCode())*37+partsLength; in hashCode() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dstorage.c190 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 Dodictobject.c507 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 DByteString.java142 private int hash = 0; field in ByteString
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap.h225 struct hash : private std::hash<std::string_view> { struct
[all...]

Completed in 39 milliseconds

1...<<31323334353637383940>>...45