/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_hash.hpp | 20 struct hash<VULKAN_HPP_NAMESPACE::Flags<BitType>> struct 24 …return std::hash<typename std::underlying_type<BitType>::type>{}( static_cast<typename std::underl… in operator ()() 35 struct hash<VULKAN_HPP_NAMESPACE::Instance> struct 39 return std::hash<VkInstance>{}( static_cast<VkInstance>( instance ) ); in operator ()() 44 struct hash<VULKAN_HPP_NAMESPACE::PhysicalDevice> struct 48 return std::hash<VkPhysicalDevice>{}( static_cast<VkPhysicalDevice>( physicalDevice ) ); in operator ()() 53 struct hash<VULKAN_HPP_NAMESPACE::Device> struct 57 return std::hash<VkDevice>{}( static_cast<VkDevice>( device ) ); in operator ()() 62 struct hash<VULKAN_HPP_NAMESPACE::Queue> struct 66 return std::hash<VkQueue>{}( static_cast<VkQueue>( queue ) ); in operator ()() [all …]
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | hash.hpp | 44 struct hash<glm::tvec1<T,P> > struct 50 struct hash<glm::tvec2<T,P> > struct 56 struct hash<glm::tvec3<T,P> > struct 62 struct hash<glm::tvec4<T,P> > struct 68 struct hash<glm::tquat<T,P>> struct 74 struct hash<glm::tdualquat<T,P> > struct 80 struct hash<glm::tmat2x2<T,P> > struct 86 struct hash<glm::tmat2x3<T,P> > struct 92 struct hash<glm::tmat2x4<T,P> > struct 98 struct hash<glm::tmat3x2<T,P> > struct [all …]
|
/third_party/node/test/parallel/ |
D | test-webcrypto-sign-verify-hmac.js | 13 async function testVerify({ hash, property 26 { name, hash }, field 32 { name, hash }, field 40 hash: 'SHA-256', property 46 assert(await subtle.verify({ name, hash }, key, signature, plaintext)); field 51 const p = subtle.verify({ name, hash }, key, sigcopy, copy); field 58 subtle.verify({ name, hash }, noVerifyKey, signature, plaintext), { field 64 subtle.verify({ name, hash }, rsaKeys.publicKey, signature, plaintext), { field 73 { name, hash }, field 78 { name, hash }, field [all …]
|
D | test-webcrypto-sign-verify-ecdsa.js | 14 hash, property 47 { name: 'HMAC', hash: 'SHA-256' }, property 55 hash: 'SHA-256', property 67 assert(await subtle.verify({ name, hash }, publicKey, signature, plaintext)); field 72 const p = subtle.verify({ name, hash }, publicKey, sigcopy, copy); field 79 subtle.verify({ name, hash }, privateKey, signature, plaintext), { field 84 subtle.verify({ name, hash }, noVerifyPublicKey, signature, plaintext), { field 90 subtle.verify({ name, hash }, hmacKey, signature, plaintext), { field 95 subtle.verify({ name, hash }, rsaKeys.publicKey, signature, plaintext), { field 100 subtle.verify({ name, hash }, okpKeys.publicKey, signature, plaintext), { field [all …]
|
D | test-webcrypto-sign-verify-rsa.js | 16 hash, property 32 { name: algorithm.name, hash }, field 38 { name: algorithm.name, hash }, field 44 { name: algorithm.name, hash }, field 48 { name: 'HMAC', hash: 'SHA-256' }, property 55 hash: 'SHA-256', property 118 { name: algorithm.name, hash: otherhash }, property 127 hash, property 142 { name: algorithm.name, hash }, field 148 { name: algorithm.name, hash }, field [all …]
|
D | test-webcrypto-encrypt-decrypt-rsa.js | 19 hash, argument 24 'spki', publicKeyBuffer, { name, hash }, false, publicUsages), field 26 'pkcs8', privateKeyBuffer, { name, hash }, false, privateUsages), field 35 hash, property 74 hash, property 112 hash, property 136 hash, property 156 hash, property 176 hash, property 200 hash, property
|
D | test-webcrypto-export-import.js | 38 hash: 'SHA-256' property 46 hash: 'SHA-256', property 55 hash: 'SHA-256', property 64 hash: 'SHA-256', property 82 hash: 'SHA-256' property 106 hash: 'SHA-256' property 165 hash: 'SHA-384' property 193 hash: 'SHA-384', property 197 hash: 'SHA-384', property 201 hash: 'SHA-384', property [all …]
|
D | test-webcrypto-derivebits-hkdf.js | 11 function getDeriveKeyInfo(name, length, hash, ...usages) { argument 226 hash, argument 232 hash field 250 hash, argument 256 hash field 286 hash, argument 297 hash: hash.substring(0, 3) + hash.substring(4) property 306 hash: 'PBKDF2' property 319 hash, argument 325 hash field [all …]
|
D | test-webcrypto-derivekey.js | 56 { name: 'HKDF', hash }, field 61 hash, property 93 { name: 'PBKDF2', hash }, field 97 hash, property 127 [{ name: 'HMAC', hash: 'SHA-1' }, 'sign', 512], property 128 [{ name: 'HMAC', hash: 'SHA-256' }, 'sign', 512], property 157 [{ name: 'HMAC', hash: 'SHA-1' }, 'sign', 512], property 158 [{ name: 'HMAC', hash: 'SHA-256' }, 'sign', 512], property 159 [{ name: 'HMAC', hash: 'SHA-384' }, 'sign', 1024], property 160 [{ name: 'HMAC', hash: 'SHA-512' }, 'sign', 1024], property [all …]
|
D | test-webcrypto-export-import-rsa.js | 302 async function testImportSpki({ name, publicUsages }, size, hash, extractable) { argument 306 { name, hash }, field 335 hash, argument 340 { name, hash }, field 369 { name, hash }, field 378 hash, argument 395 { name, hash }, field 401 { name, hash }, field 463 { name, hash }, field 471 { name, hash }, field [all …]
|
D | test-webcrypto-keygen.js | 69 algorithm: { length: 256, hash: 'SHA-256' }, property 80 hash: 'SHA-256' property 92 hash: 'SHA-256' property 104 hash: 'SHA-256' property 177 { name: 'HMAC', hash: 'MD5' }, property 180 hash: 'SHA-256', property 186 hash: 'SHA', property 268 hash field 304 subtle.generateKey({ name, publicExponent, hash }, true, usages), { field 309 subtle.generateKey({ name, modulusLength, hash }, true, usages), { field [all …]
|
/third_party/rust/crates/syn/src/gen/ |
D | hash.rs | 11 fn hash<H>(&self, state: &mut H) in hash() method 21 fn hash<H>(&self, state: &mut H) in hash() method 32 fn hash<H>(&self, state: &mut H) in hash() method 46 fn hash<H>(&self, state: &mut H) in hash() method 63 fn hash<H>(&self, state: &mut H) in hash() method 75 fn hash<H>(&self, state: &mut H) in hash() method 87 fn hash<H>(&self, state: &mut H) in hash() method 182 fn hash<H>(&self, state: &mut H) in hash() method 193 fn hash<H>(&self, state: &mut H) in hash() method 203 fn hash<H>(&self, state: &mut H) in hash() method [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | uhash.cpp | 122 #define HASH_DELETE_KEY_VALUE(hash, keypointer, valuepointer) UPRV_BLOCK_MACRO_BEGIN { \ argument 146 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement() 186 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement() 195 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in _uhash_internalSetResizePolicy() 213 _uhash_allocate(UHashtable *hash, in _uhash_allocate() 336 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find() 397 _uhash_rehash(UHashtable *hash, UErrorCode *status) { in _uhash_rehash() 440 _uhash_remove(UHashtable *hash, in _uhash_remove() 465 _uhash_put(UHashtable *hash, in _uhash_put() 593 uhash_close(UHashtable *hash) { in uhash_close() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | uhash.cpp | 122 #define HASH_DELETE_KEY_VALUE(hash, keypointer, valuepointer) UPRV_BLOCK_MACRO_BEGIN { \ argument 146 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement() 186 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement() 195 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in _uhash_internalSetResizePolicy() 213 _uhash_allocate(UHashtable *hash, in _uhash_allocate() 336 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find() 397 _uhash_rehash(UHashtable *hash, UErrorCode *status) { in _uhash_rehash() 440 _uhash_remove(UHashtable *hash, in _uhash_remove() 465 _uhash_put(UHashtable *hash, in _uhash_put() 593 uhash_close(UHashtable *hash) { in uhash_close() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uhash.cpp | 122 #define HASH_DELETE_KEY_VALUE(hash, keypointer, valuepointer) UPRV_BLOCK_MACRO_BEGIN { \ argument 146 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement() 186 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement() 195 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in _uhash_internalSetResizePolicy() 213 _uhash_allocate(UHashtable *hash, in _uhash_allocate() 336 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find() 397 _uhash_rehash(UHashtable *hash, UErrorCode *status) { in _uhash_rehash() 440 _uhash_remove(UHashtable *hash, in _uhash_remove() 465 _uhash_put(UHashtable *hash, in _uhash_put() 593 uhash_close(UHashtable *hash) { in uhash_close() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_hash.c | 77 cso_hash_create_node(struct cso_hash *hash, in cso_hash_create_node() 95 static void cso_data_rehash(struct cso_hash *hash, int hint) in cso_data_rehash() 144 static void cso_data_might_grow(struct cso_hash *hash) in cso_data_might_grow() 150 static void cso_data_has_shrunk(struct cso_hash *hash) in cso_data_has_shrunk() 159 static struct cso_node *cso_data_first_node(struct cso_hash *hash) in cso_data_first_node() 173 struct cso_hash_iter cso_hash_insert(struct cso_hash *hash, in cso_hash_insert() 189 void cso_hash_init(struct cso_hash *hash) in cso_hash_init() 200 void cso_hash_deinit(struct cso_hash *hash) in cso_hash_deinit() 254 void *cso_hash_take(struct cso_hash *hash, unsigned akey) in cso_hash_take() 270 struct cso_hash_iter cso_hash_first_node(struct cso_hash *hash) in cso_hash_first_node() [all …]
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | fthash.c | 106 FT_Hash hash ) in hash_bucket() 131 hash_rehash( FT_Hash hash, in hash_rehash() 165 hash_init( FT_Hash hash, in hash_init() 195 ft_hash_str_init( FT_Hash hash, in ft_hash_str_init() 203 ft_hash_num_init( FT_Hash hash, in ft_hash_num_init() 211 ft_hash_str_free( FT_Hash hash, in ft_hash_str_free() 235 FT_Hash hash, in hash_insert() 273 FT_Hash hash, in ft_hash_str_insert() 288 FT_Hash hash, in ft_hash_num_insert() 302 FT_Hash hash ) in hash_lookup() [all …]
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | sha.rs | 53 let mut hash = MaybeUninit::<[u8; 20]>::uninit(); localVariable 64 let mut hash = MaybeUninit::<[u8; 28]>::uninit(); localVariable 75 let mut hash = MaybeUninit::<[u8; 32]>::uninit(); localVariable 86 let mut hash = MaybeUninit::<[u8; 48]>::uninit(); localVariable 97 let mut hash = MaybeUninit::<[u8; 64]>::uninit(); localVariable 149 let mut hash = MaybeUninit::<[u8; 20]>::uninit(); localVariable 195 let mut hash = MaybeUninit::<[u8; 28]>::uninit(); localVariable 241 let mut hash = MaybeUninit::<[u8; 32]>::uninit(); localVariable 287 let mut hash = MaybeUninit::<[u8; 48]>::uninit(); localVariable 333 let mut hash= MaybeUninit::<[u8; 64]>::uninit(); localVariable
|
/third_party/libabigail/src/ |
D | abg-hash.cc | 68 uint32_t hash = offset_basis; in fnv_hash() local 125 struct decl_base::hash struct in abigail::decl_base 128 operator()(const decl_base& d) const in operator ()() 146 struct type_decl::hash struct in abigail::type_decl 149 operator()(const type_decl& t) const in operator ()() 191 struct scope_type_decl::hash struct in abigail::scope_type_decl 194 operator()(const scope_type_decl& t) const in operator ()() 208 struct qualified_type_def::hash struct in abigail::qualified_type_def 211 operator()(const qualified_type_def& t) const in operator ()() 225 struct pointer_type_def::hash struct in abigail::pointer_type_def [all …]
|
/third_party/gn/src/gn/ |
D | unique_vector.h | 60 Node* Lookup(size_t hash, const T& item, const std::vector<T>& vector) const { in Lookup() 69 void Insert(Node* node, size_t hash, size_t index) { in Insert() 113 size_t hash; in push_back() local 125 size_t hash = Hash()(t); in push_back() local 148 size_t hash; in PushBackWithIndex() local 161 size_t hash; in PushBackWithIndex() local 213 size_t hash; in Contains() local 220 size_t hash; in IndexOf() local 228 UniqueVectorNode* Lookup(const T& t, size_t* hash) const { in Lookup()
|
/third_party/node/test/fixtures/crypto/ |
D | rsa_pss.js | 86 hash: 'SHA-1', property 94 hash: 'SHA-256', property 102 hash: 'SHA-384', property 110 hash: 'SHA-512', property 118 hash: 'SHA-1', property 126 hash: 'SHA-256', property 134 hash: 'SHA-384', property 142 hash: 'SHA-512', property
|
/third_party/spirv-tools/source/util/ |
D | hash_combine.h | 35 inline size_t hash_combine(std::size_t hash, const std::vector<T>& vals) { in hash_combine() 42 inline size_t hash_combine(std::size_t hash) { return hash; } in hash_combine() 45 inline size_t hash_combine(std::size_t hash, const T& val, in hash_combine()
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
D | deSha1.c | 155 void deSha1Stream_finalize (deSha1Stream* stream, deSha1* hash) in deSha1Stream_finalize() 184 void deSha1_compute (deSha1* hash, size_t size, const void* data) in deSha1_compute() 193 void deSha1_render (const deSha1* hash, char* buffer) in deSha1_render() 209 deBool deSha1_parse (deSha1* hash, const char* buffer) in deSha1_parse() 267 const char* const hash; in deSha1_selfTest() member 287 deSha1 hash; in deSha1_selfTest() local 299 deSha1 hash; in deSha1_selfTest() local 358 deSha1 hash; in deSha1_selfTest() local
|
/third_party/node/test/fixtures/wpt/url/resources/ |
D | urltestdata.json | 16 "hash": "" string 31 "hash": "#c" string 46 "hash": "" string 61 "hash": "" string 76 "hash": "" string 91 "hash": "" string 106 "hash": "" string 121 "hash": "" string 136 "hash": "" string 151 "hash": "" string [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | idxset.c | 62 unsigned hash = 0; in pa_idxset_string_hash_func() local 120 unsigned hash = s->hash_func(e->data) % NBUCKETS; in remove_entry() local 147 static struct idxset_entry* data_scan(pa_idxset *s, unsigned hash, const void *p) { in data_scan() 160 static struct idxset_entry* index_scan(pa_idxset *s, unsigned hash, uint32_t idx) { in index_scan() 173 unsigned hash; in pa_idxset_put() local 231 unsigned hash; in pa_idxset_get_by_index() local 245 unsigned hash; in pa_idxset_get_by_data() local 263 unsigned hash; in pa_idxset_remove_by_index() local 281 unsigned hash; in pa_idxset_remove_by_data() local 315 unsigned hash; in pa_idxset_rrobin() local [all …]
|