/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_chained_origin_depot.cpp | 26 using hash_type = u32; typedef 33 bool eq(hash_type hash, const args_type &args) const; 37 static hash_type hash(const args_type &args); 41 void store(u32 id, const args_type &args, hash_type other_hash); 64 bool ChainedOriginDepotNode::eq(hash_type hash, const args_type &args) const { in eq() 81 ChainedOriginDepotNode::hash_type ChainedOriginDepotNode::hash( in hash() 110 hash_type other_hash) { in store()
|
H A D | sanitizer_stackdepot.cpp | 25 using hash_type = u64; typedef 26 hash_type stack_hash; 33 bool eq(hash_type hash, const args_type &args) const { in eq() 37 static hash_type hash(const args_type &args) { in hash() 46 void store(u32 id, const args_type &args, hash_type hash); 80 void StackDepotNode::store(u32 id, const args_type &args, hash_type hash) { in store()
|
H A D | sanitizer_stackdepotbase.h | 38 typedef typename Node::hash_type hash_type; typedef 66 u32 find(u32 s, args_type args, hash_type hash) const; 80 u32 s, args_type args, hash_type hash) const { in find() 121 hash_type h = Node::hash(args); in Put()
|
/netbsd-src/external/bsd/atf/dist/tools/ |
H A D | config_file.cpp | 54 static const tools::parser::token_type hash_type = 5; variable 63 add_delim('#', hash_type); in tokenizer() 166 tools::parser::token t = p.expect(eof_type, hash_type, text_type, in read() 172 if (t.type() == hash_type) { in read() 183 t = p.expect(nl_type, hash_type, "new line or comment"); in read() 184 if (t.type() == hash_type) { in read()
|
H A D | atffile.cpp | 61 static const tools::parser::token_type hash_type = 7; variable 74 add_delim('#', hash_type); in tokenizer() 141 p.expect(conf_type, hash_type, prop_type, tp_type, in read() 157 } else if (t.type() == hash_type) { in read() 184 t = p.expect(nl_type, hash_type, eof_type, in read() 186 if (t.type() == hash_type) { in read()
|
/netbsd-src/external/gpl3/binutils.old/dist/include/mach-o/ |
H A D | codesign.h | 55 unsigned char hash_type[1]; member 71 unsigned char hash_type; member
|
/netbsd-src/external/gpl3/binutils/dist/include/mach-o/ |
H A D | codesign.h | 55 unsigned char hash_type[1]; member 71 unsigned char hash_type; member
|
/netbsd-src/usr.sbin/veriexecgen/ |
H A D | veriexecgen.c | 135 banner(veriexecgen_t *vp, hash_t *hash_type, char **search_path) in banner() argument 154 hash_type->hashname); in banner() 159 find_hash(char *hash_type) in find_hash() argument 164 if (strcasecmp(hash_type, hash->hashname) == 0) in find_hash()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ |
H A D | types_traits.hpp | 88 typedef _Th hash_type; typedef 89 hash_type m_hash;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ |
H A D | types_traits.hpp | 88 typedef _Th hash_type; typedef 89 hash_type m_hash;
|
/netbsd-src/sys/dev/pci/ |
H A D | if_vmxreg.h | 329 uint16_t hash_type; member
|
H A D | if_vmx.c | 1755 rss->hash_type = in vmxnet3_reinit_rss_shared_data()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | od-macho.c | 1129 dst->hash_type = src->hash_type[0]; in swap_code_codedirectory_v1_in() 1194 cd.hash_type, in dump_code_signature_codedirectory() 1195 bfd_mach_o_get_name (bfd_mach_o_cs_hash_type, cd.hash_type)); in dump_code_signature_codedirectory()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | od-macho.c | 1128 dst->hash_type = src->hash_type[0]; in swap_code_codedirectory_v1_in() 1193 cd.hash_type, in dump_code_signature_codedirectory() 1194 bfd_mach_o_get_name (bfd_mach_o_cs_hash_type, cd.hash_type)); in dump_code_signature_codedirectory()
|
/netbsd-src/sys/dev/pci/cxgb/ |
H A D | cxgb_t3_cpl.h | 223 __u8 hash_type:2; member 225 __u8 hash_type:2; member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2003 | 386 (hash_type): Use TYPE_UID of the identifier's type. 3799 * mangle.c (hash_type): Val is the TREE_LIST itself, not a pointer 3956 (hash_type): New function.
|
H A D | ChangeLog-2007 | 1646 * mangle.c (hash_type, compare_type): Likewise.
|