Home
last modified time | relevance | path

Searched refs:hash_type (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_chained_origin_depot.cpp26 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 Dsanitizer_stackdepot.cpp25 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 Dsanitizer_stackdepotbase.h38 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 Dconfig_file.cpp54 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 Datffile.cpp61 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 Dcodesign.h55 unsigned char hash_type[1]; member
71 unsigned char hash_type; member
/netbsd-src/external/gpl3/binutils/dist/include/mach-o/
H A Dcodesign.h55 unsigned char hash_type[1]; member
71 unsigned char hash_type; member
/netbsd-src/usr.sbin/veriexecgen/
H A Dveriexecgen.c135 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 Dtypes_traits.hpp88 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 Dtypes_traits.hpp88 typedef _Th hash_type; typedef
89 hash_type m_hash;
/netbsd-src/sys/dev/pci/
H A Dif_vmxreg.h329 uint16_t hash_type; member
H A Dif_vmx.c1755 rss->hash_type = in vmxnet3_reinit_rss_shared_data()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dod-macho.c1129 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 Dod-macho.c1128 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 Dcxgb_t3_cpl.h223 __u8 hash_type:2; member
225 __u8 hash_type:2; member
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2003386 (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 DChangeLog-20071646 * mangle.c (hash_type, compare_type): Likewise.