/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | hash-map.h | 42 struct hash_entry in class() struct 44 Key m_key; in class() 45 Value m_value; in class() 47 typedef hash_entry value_type; in class() 48 typedef Key compare_type; in class() 50 static hashval_t hash (const hash_entry &e) in class() 55 static bool equal (const hash_entry &a, const Key &b) in class() 60 static void remove (hash_entry &e) { Traits::remove (e); } in class() 62 static void mark_deleted (hash_entry &e) { Traits::mark_deleted (e); } in class() 64 static bool is_deleted (const hash_entry &e) in class() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | hash-map.h | 42 struct hash_entry in class() struct 44 Key m_key; in class() 45 Value m_value; in class() 47 typedef hash_entry value_type; in class() 48 typedef Key compare_type; in class() 50 static hashval_t hash (const hash_entry &e) in class() 55 static bool equal (const hash_entry &a, const Key &b) in class() 60 static void remove (hash_entry &e) { Traits::remove (e); } in class() 62 static void mark_deleted (hash_entry &e) { Traits::mark_deleted (e); } in class() 64 static bool is_deleted (const hash_entry &e) in class() [all …]
|
/netbsd-src/external/bsd/flex/dist/src/ |
H A D | sym.c | 45 struct hash_entry { struct 46 struct hash_entry *prev, *next; argument 52 typedef struct hash_entry **hash_table; argument
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
H A D | hash.c | 42 typedef struct hash_entry struct 48 struct hash_entry *next; argument 50 hash_entry; typedef
|
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
H A D | hash.c | 42 typedef struct hash_entry struct 48 struct hash_entry *next; argument 50 hash_entry; typedef
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | hash.c | 42 typedef struct hash_entry struct 48 struct hash_entry *next; argument 50 hash_entry; typedef
|
/netbsd-src/sys/kern/ |
H A D | kern_fileassoc.c | 299 struct fileassoc_hash_entry *hash_entry; in fileassoc_file_lookup() local 376 struct fileassoc_hash_entry *hash_entry; in fileassoc_table_resize() local 509 struct fileassoc_hash_entry *hash_entry; in fileassoc_file_add() local
|
/netbsd-src/usr.bin/ctags/ |
H A D | C.c | 361 hash_entry(void) in hash_entry() function
|
/netbsd-src/external/bsd/pkg_install/dist/lib/ |
H A D | pkg_signature.c | 526 struct archive_entry *entry, *hash_entry, *sign_entry; in pkg_sign_x509() local 619 struct archive_entry *entry, *hash_entry, *sign_entry; in pkg_sign_gpg() local
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ldemul.c | 440 ldemul_print_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) in ldemul_print_symbol()
|
H A D | pdb.c | 272 struct hash_entry in populate_info_stream() struct 274 uint32_t offset; in populate_info_stream() 275 uint32_t value; in populate_info_stream()
|
H A D | ldlang.c | 2392 sort_def_symbol (struct bfd_link_hash_entry *hash_entry, in sort_def_symbol() 4809 print_one_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) in print_one_symbol()
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ldemul.c | 440 ldemul_print_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) in ldemul_print_symbol()
|
H A D | ldlang.c | 2352 sort_def_symbol (struct bfd_link_hash_entry *hash_entry, in sort_def_symbol() 4804 print_one_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) in print_one_symbol()
|