Home
last modified time | relevance | path

Searched refs:name_hash (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dgen_builtin_symbols.py769 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 Dlookup-cache-inl.h20 uint32_t name_hash = name.hash(); in Hash() local
21 return (source_hash ^ name_hash) % kLength; in Hash()
/third_party/exfatprogs/include/
H A Dexfat_ondisk.h170 __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 Dtlsv1_client_ocsp.c119 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 Dtlsv1_client_ocsp.c119 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 Dvdso.rs256 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 Dssl_cert.c636 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 Dssl_cert.c636 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 Dcontext.c805 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 Ddir.c200 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 Dexfat_dir.c619 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 Dfuse.c304 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 Dfuse.c685 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 Dnghttp2_hd.c516 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 Dnghttp2_hd.c516 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 Dtypeobject.c35 #define MCACHE_HASH(version, name_hash) \
36 (((unsigned int)(version) ^ (unsigned int)(name_hash)) \
/third_party/glfw/deps/
H A Dnuklear.h16272 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()

Completed in 83 milliseconds