/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | gen_builtin_symbols.py | 769 name_hash = mangledNameHash(name, self.hashfn, script_generated_hash_tests, False) 770 if name_hash not in self.objs: 771 self.objs[name_hash] = OrderedDict() 773 self.objs[name_hash]['name'] = name 776 if 'symbol' in self.objs[name_hash] and self.objs[name_hash]['symbol'] != symbol: 778 if 'symbol2' not in self.objs[name_hash]: 780 self.objs[name_hash]['essl_level2'] = essl_level 782 self.objs[name_hash]['glsl_level2'] = glsl_level 783 self.objs[name_hash]['symbol [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | lookup-cache-inl.h | 20 uint32_t name_hash = name.hash(); in Hash() local 21 return (source_hash ^ name_hash) % kLength; in Hash()
|
/third_party/exfatprogs/include/ |
H A D | exfat_ondisk.h | 170 __le16 name_hash; member 213 #define stream_name_hash dentry.stream.name_hash
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | tlsv1_client_ocsp.c | 119 const u8 *name_hash, *key_hash; in tls_process_ocsp_single_response() local 173 name_hash = hdr.payload; in tls_process_ocsp_single_response() 176 name_hash, name_hash_len); in tls_process_ocsp_single_response() 184 os_memcmp(name_hash, hash, hash_len) != 0) { in tls_process_ocsp_single_response()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | tlsv1_client_ocsp.c | 119 const u8 *name_hash, *key_hash; in tls_process_ocsp_single_response() local 167 name_hash = hdr.payload; in tls_process_ocsp_single_response() 170 name_hash, name_hash_len); in tls_process_ocsp_single_response() 178 os_memcmp(name_hash, hash, hash_len) != 0) { in tls_process_ocsp_single_response()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
H A D | vdso.rs | 256 let name_hash = elf_hash(name); 260 let mut chain = *self.bucket.add((name_hash % self.nbucket) as usize);
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_cert.c | 636 LHASH_OF(X509_NAME) *name_hash = lh_X509_NAME_new(xname_hash, xname_cmp); in STACK_OF() 639 if ((name_hash == NULL) || (in == NULL)) { in STACK_OF() 670 if (lh_X509_NAME_retrieve(name_hash, xn) != NULL) { in STACK_OF() 675 lh_X509_NAME_insert(name_hash, xn); in STACK_OF() 691 lh_X509_NAME_free(name_hash); in STACK_OF()
|
/third_party/openssl/ssl/ |
H A D | ssl_cert.c | 636 LHASH_OF(X509_NAME) *name_hash = lh_X509_NAME_new(xname_hash, xname_cmp); in STACK_OF() 639 if ((name_hash == NULL) || (in == NULL)) { in STACK_OF() 670 if (lh_X509_NAME_retrieve(name_hash, xn) != NULL) { in STACK_OF() 675 lh_X509_NAME_insert(name_hash, xn); in STACK_OF() 691 lh_X509_NAME_free(name_hash); in STACK_OF()
|
/third_party/python/Python/ |
H A D | context.c | 805 Py_hash_t name_hash = PyObject_Hash(name); in contextvar_generate_hash() local 806 if (name_hash == -1) { in contextvar_generate_hash() 810 Py_hash_t res = _Py_HashPointer(addr) ^ name_hash; in contextvar_generate_hash()
|
/third_party/f2fs-tools/fsck/ |
H A D | dir.c | 200 const unsigned char *name, int len, f2fs_hash_t name_hash, in f2fs_update_dentry() 209 de->hash_code = name_hash; in f2fs_update_dentry() 198 f2fs_update_dentry(nid_t ino, int file_type, struct f2fs_dentry_ptr *d, const unsigned char *name, int len, f2fs_hash_t name_hash, unsigned int bit_pos) f2fs_update_dentry() argument
|
/third_party/exfatprogs/lib/ |
H A D | exfat_dir.c | 619 dset[1].dentry.stream.name_hash = in exfat_build_file_dentry_set() 659 dset[1].dentry.stream.name_hash = in exfat_update_file_dentry_set()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 304 static unsigned int name_hash(struct fuse *f, fuse_ino_t parent, in name_hash() function 321 size_t hash = name_hash(f, node->parent->nodeid, node->name); in unhash_name() 343 size_t hash = name_hash(f, parentid, name); in hash_name() 388 size_t hash = name_hash(f, parent, name); in lookup_node()
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 685 static size_t name_hash(struct fuse *f, fuse_ino_t parent, in name_hash() function 733 size_t hash = name_hash(f, node->parent->nodeid, node->name); in unhash_name() 772 size_t newhash = name_hash(f, node->parent->nodeid, node->name); in rehash_name() 790 size_t hash = name_hash(f, parentid, name); in hash_name() 849 size_t hash = name_hash(f, parent, name); in lookup_node()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.c | 516 static uint32_t name_hash(const nghttp2_nv *nv) { in name_hash() function 1359 hash = name_hash(nv); in deflate_nv()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.c | 516 static uint32_t name_hash(const nghttp2_nv *nv) { in name_hash() function 1359 hash = name_hash(nv); in deflate_nv()
|
/third_party/python/Objects/ |
H A D | typeobject.c | 35 #define MCACHE_HASH(version, name_hash) \ 36 (((unsigned int)(version) ^ (unsigned int)(name_hash)) \
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 16272 nk_hash name_hash; in nk_begin_titled() local 16287 name_hash = nk_murmur_hash(name, (int)name_len, NK_WINDOW_TITLE); in nk_begin_titled() 16288 win = nk_find_window(ctx, name_hash, name); in nk_begin_titled() 16303 win->name = name_hash; in nk_begin_titled()
|