Home
last modified time | relevance | path

Searched defs:d_hash (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/misc/metalink-tools/metalink-0.3.6/src/Hash/GCrypt/
H A DGCrypt.hh39 gcry_md_hd_t d_hash; member in bneijt::GCrypt
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/freevxfs/
H A Dvxfs_dir.h53 __fs16 d_hash[1]; /* hash chain */ member
/dports/multimedia/libv4l/linux-5.13-rc2/fs/freevxfs/
H A Dvxfs_dir.h53 __fs16 d_hash[1]; /* hash chain */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/freevxfs/
H A Dvxfs_dir.h53 __fs16 d_hash[1]; /* hash chain */ member
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DsystemDictionary.cpp367 unsigned int d_hash = dictionary->compute_hash(child_name); in resolve_super_or_fail() local
482 unsigned int d_hash = dictionary->compute_hash(kn); in validate_protection_domain() local
549 unsigned int d_hash = dictionary->compute_hash(name); in handle_parallel_super_load() local
647 unsigned int d_hash = dictionary->compute_hash(name); in resolve_instance_class_or_null() local
927 unsigned int d_hash = dictionary->compute_hash(class_name); in find() local
1156 unsigned int d_hash = shared_dictionary()->compute_hash(class_name); in find_shared_class() local
1586 unsigned int d_hash = dictionary->compute_hash(name_h); in define_instance_class() local
1656 unsigned int d_hash = dictionary->compute_hash(name_h); in find_or_define_instance_class() local
1797 unsigned int d_hash = dictionary->compute_hash(class_name); in find_class() local
2094 void SystemDictionary::check_constraints(unsigned int d_hash, in check_constraints()
[all …]
H A DloaderConstraints.cpp442 unsigned int d_hash = dictionary->compute_hash(name); in verify() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DsystemDictionary.cpp367 unsigned int d_hash = dictionary->compute_hash(child_name); in resolve_super_or_fail() local
482 unsigned int d_hash = dictionary->compute_hash(kn); in validate_protection_domain() local
549 unsigned int d_hash = dictionary->compute_hash(name); in handle_parallel_super_load() local
647 unsigned int d_hash = dictionary->compute_hash(name); in resolve_instance_class_or_null() local
927 unsigned int d_hash = dictionary->compute_hash(class_name); in find() local
1156 unsigned int d_hash = shared_dictionary()->compute_hash(class_name); in find_shared_class() local
1586 unsigned int d_hash = dictionary->compute_hash(name_h); in define_instance_class() local
1656 unsigned int d_hash = dictionary->compute_hash(name_h); in find_or_define_instance_class() local
1797 unsigned int d_hash = dictionary->compute_hash(class_name); in find_class() local
2094 void SystemDictionary::check_constraints(unsigned int d_hash, in check_constraints()
[all …]
H A DloaderConstraints.cpp442 unsigned int d_hash = dictionary->compute_hash(name); in verify() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/
H A DsystemDictionary.cpp380 unsigned int d_hash = dictionary->compute_hash(child_name); in resolve_super_or_fail() local
509 unsigned int d_hash = dictionary->compute_hash(kn); in validate_protection_domain() local
576 unsigned int d_hash = dictionary->compute_hash(name); in handle_parallel_super_load() local
676 unsigned int d_hash = dictionary->compute_hash(name); in resolve_instance_class_or_null() local
956 unsigned int d_hash = dictionary->compute_hash(class_name); in find() local
1572 unsigned int d_hash = dictionary->compute_hash(name_h); in define_instance_class() local
1642 unsigned int d_hash = dictionary->compute_hash(name_h); in find_or_define_instance_class() local
1783 unsigned int d_hash = dictionary->compute_hash(class_name); in find_class() local
2062 void SystemDictionary::check_constraints(unsigned int d_hash, in check_constraints()
2129 void SystemDictionary::update_dictionary(unsigned int d_hash, in update_dictionary()
H A DloaderConstraints.cpp443 unsigned int d_hash = dictionary->compute_hash(name); in verify() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/classfile/
H A DsystemDictionary.cpp383 unsigned int d_hash = dictionary->compute_hash(child_name); in resolve_super_or_fail() local
512 unsigned int d_hash = dictionary->compute_hash(kn); in validate_protection_domain() local
579 unsigned int d_hash = dictionary->compute_hash(name); in handle_parallel_super_load() local
679 unsigned int d_hash = dictionary->compute_hash(name); in resolve_instance_class_or_null() local
959 unsigned int d_hash = dictionary->compute_hash(class_name); in find() local
1573 unsigned int d_hash = dictionary->compute_hash(name_h); in define_instance_class() local
1643 unsigned int d_hash = dictionary->compute_hash(name_h); in find_or_define_instance_class() local
1784 unsigned int d_hash = dictionary->compute_hash(class_name); in find_class() local
2085 void SystemDictionary::check_constraints(unsigned int d_hash, in check_constraints()
2152 void SystemDictionary::update_dictionary(unsigned int d_hash, in update_dictionary()
H A DloaderConstraints.cpp440 unsigned int d_hash = dictionary->compute_hash(name); in verify() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/
H A DsystemDictionary.cpp374 unsigned int d_hash = dictionary->compute_hash(child_name); in resolve_super_or_fail() local
501 unsigned int d_hash = dictionary->compute_hash(kn); in validate_protection_domain() local
568 unsigned int d_hash = dictionary->compute_hash(name); in handle_parallel_super_load() local
668 unsigned int d_hash = dictionary->compute_hash(name); in resolve_instance_class_or_null() local
948 unsigned int d_hash = dictionary->compute_hash(class_name); in find() local
1564 unsigned int d_hash = dictionary->compute_hash(name_h); in define_instance_class() local
1634 unsigned int d_hash = dictionary->compute_hash(name_h); in find_or_define_instance_class() local
1775 unsigned int d_hash = dictionary->compute_hash(class_name); in find_class() local
2056 void SystemDictionary::check_constraints(unsigned int d_hash, in check_constraints()
2123 void SystemDictionary::update_dictionary(unsigned int d_hash, in update_dictionary()
H A DloaderConstraints.cpp443 unsigned int d_hash = dictionary->compute_hash(name); in verify() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp342 unsigned int d_hash = dictionary()->compute_hash(child_name, loader_data); in resolve_super_or_fail() local
454 unsigned int d_hash = dictionary()->compute_hash(kn, loader_data); in validate_protection_domain() local
532 unsigned int d_hash = dictionary()->compute_hash(name, loader_data); in handle_parallel_super_load() local
645 unsigned int d_hash = dictionary()->compute_hash(name, loader_data); in resolve_instance_class_or_null() local
950 unsigned int d_hash = dictionary()->compute_hash(class_name, loader_data); in find() local
1236 unsigned int d_hash = shared_dictionary()->compute_hash(class_name, NULL); in find_shared_class() local
1507 unsigned int d_hash = dictionary()->compute_hash(name_h, loader_data); in define_instance_class() local
1574 unsigned int d_hash = dictionary()->compute_hash(name_h, loader_data); in find_or_define_instance_class() local
1716 unsigned int d_hash = dictionary()->compute_hash(class_name, loader_data); in find_class() local
2090 void SystemDictionary::check_constraints(int d_index, unsigned int d_hash, in check_constraints()
[all …]
H A DloaderConstraints.cpp443 unsigned int d_hash = dictionary->compute_hash(name, loader_data); in verify() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp342 unsigned int d_hash = dictionary()->compute_hash(child_name, loader_data); in resolve_super_or_fail() local
454 unsigned int d_hash = dictionary()->compute_hash(kn, loader_data); in validate_protection_domain() local
532 unsigned int d_hash = dictionary()->compute_hash(name, loader_data); in handle_parallel_super_load() local
645 unsigned int d_hash = dictionary()->compute_hash(name, loader_data); in resolve_instance_class_or_null() local
950 unsigned int d_hash = dictionary()->compute_hash(class_name, loader_data); in find() local
1236 unsigned int d_hash = shared_dictionary()->compute_hash(class_name, NULL); in find_shared_class() local
1507 unsigned int d_hash = dictionary()->compute_hash(name_h, loader_data); in define_instance_class() local
1574 unsigned int d_hash = dictionary()->compute_hash(name_h, loader_data); in find_or_define_instance_class() local
1716 unsigned int d_hash = dictionary()->compute_hash(class_name, loader_data); in find_class() local
2090 void SystemDictionary::check_constraints(int d_index, unsigned int d_hash, in check_constraints()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/classfile/
H A DsystemDictionary.cpp404 unsigned int d_hash = dictionary->compute_hash(child_name); in resolve_super_or_fail() local
531 unsigned int d_hash = dictionary->compute_hash(kn); in validate_protection_domain() local
599 unsigned int d_hash = dictionary->compute_hash(name); in handle_parallel_super_load() local
699 unsigned int d_hash = dictionary->compute_hash(name); in resolve_instance_class_or_null() local
977 unsigned int d_hash = dictionary->compute_hash(class_name); in find() local
1670 unsigned int d_hash = dictionary->compute_hash(name_h); in define_instance_class() local
1738 unsigned int d_hash = dictionary->compute_hash(name_h); in find_or_define_instance_class() local
1879 unsigned int d_hash = dictionary->compute_hash(class_name); in find_class() local
2176 void SystemDictionary::check_constraints(unsigned int d_hash, in check_constraints()
2243 void SystemDictionary::update_dictionary(unsigned int d_hash, in update_dictionary()
H A DloaderConstraints.cpp443 unsigned int d_hash = dictionary->compute_hash(name); in verify() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/classfile/
H A DsystemDictionary.cpp443 unsigned int d_hash = dictionary->compute_hash(child_name); in resolve_super_or_fail() local
570 unsigned int d_hash = dictionary->compute_hash(kn); in validate_protection_domain() local
638 unsigned int d_hash = dictionary->compute_hash(name); in handle_parallel_super_load() local
738 unsigned int d_hash = dictionary->compute_hash(name); in resolve_instance_class_or_null() local
1018 unsigned int d_hash = dictionary->compute_hash(class_name); in find() local
1732 unsigned int d_hash = dictionary->compute_hash(name_h); in define_instance_class() local
1802 unsigned int d_hash = dictionary->compute_hash(name_h); in find_or_define_instance_class() local
1943 unsigned int d_hash = dictionary->compute_hash(class_name); in find_class() local
2230 void SystemDictionary::check_constraints(unsigned int d_hash, in check_constraints()
2297 void SystemDictionary::update_dictionary(unsigned int d_hash, in update_dictionary()
H A DloaderConstraints.cpp443 unsigned int d_hash = dictionary->compute_hash(name); in verify() local
/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Ddnspacket.hh181 uint32_t d_hash{0}; member in DNSPacket
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Ddcache.h95 struct hlist_bl_node d_hash; /* lookup hash list */ member
140 int (*d_hash)(const struct dentry *, struct qstr *); member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Ddcache.h95 struct hlist_bl_node d_hash; /* lookup hash list */ member
140 int (*d_hash)(const struct dentry *, struct qstr *); member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Ddcache.h95 struct hlist_bl_node d_hash; /* lookup hash list */ member
140 int (*d_hash)(const struct dentry *, struct qstr *); member

12345678