Home
last modified time | relevance | path

Searched refs:name_hash (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
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]['symbol2'] = symbol
784 self.objs[name_hash]['shader_type2'] = shader_type
[all …]
/third_party/exfatprogs/include/
Dexfat_ondisk.h166 __le16 name_hash; member
209 #define stream_name_hash dentry.stream.name_hash
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
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/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dgen_builtin_symbols.py433 name_hash = mangledNameHash(name, hashfn, script_generated_hash_tests)
434 if name_hash not in switch:
435 switch[name_hash] = []
436 switch[name_hash].append(obj['hash_matched_code'])
439 for name_hash, obj in sorted(switch.iteritems()):
440 code.append('case 0x' + ('%08x' % name_hash) + 'u:\n{')
/third_party/openssl/ssl/
Dssl_cert.c610 LHASH_OF(X509_NAME) *name_hash = lh_X509_NAME_new(xname_hash, xname_cmp); in STACK_OF()
612 if ((name_hash == NULL) || (in == NULL)) { in STACK_OF()
636 if (lh_X509_NAME_retrieve(name_hash, xn) != NULL) { in STACK_OF()
641 lh_X509_NAME_insert(name_hash, xn); in STACK_OF()
655 lh_X509_NAME_free(name_hash); in STACK_OF()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
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/python/Python/
Dcontext.c797 Py_hash_t name_hash = PyObject_Hash(name); in contextvar_generate_hash() local
798 if (name_hash == -1) { in contextvar_generate_hash()
802 Py_hash_t res = _Py_HashPointer(addr) ^ name_hash; in contextvar_generate_hash()
/third_party/f2fs-tools/fsck/
Ddir.c199 const unsigned char *name, int len, f2fs_hash_t name_hash, in f2fs_update_dentry() argument
208 de->hash_code = name_hash; in f2fs_update_dentry()
/third_party/ntfs-3g/libfuse-lite/
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/nghttp2/lib/
Dnghttp2_hd.c511 static uint32_t name_hash(const nghttp2_nv *nv) { in name_hash() function
1353 hash = name_hash(nv); in deflate_nv()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd.c511 static uint32_t name_hash(const nghttp2_nv *nv) { in name_hash() function
1353 hash = name_hash(nv); in deflate_nv()
/third_party/python/Objects/
Dtypeobject.c32 #define MCACHE_HASH(version, name_hash) \ argument
33 (((unsigned int)(version) ^ (unsigned int)(name_hash)) \