| /src/external/bsd/flex/dist/src/ |
| sym.c | 45 struct hash_entry { struct 46 struct hash_entry *prev, *next; 52 typedef struct hash_entry **hash_table; 58 static struct hash_entry *ndtbl[NAME_TABLE_HASH_SIZE]; 59 static struct hash_entry *sctbl[START_COND_HASH_SIZE]; 60 static struct hash_entry *ccltab[CCL_HASH_SIZE]; 66 static struct hash_entry *findsym (const char *sym, hash_table table, 79 struct hash_entry *sym_entry = table[hash_val]; 80 struct hash_entry *new_entry; 81 struct hash_entry *successor [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| hash.h | 27 struct hash_entry; 33 struct hash_entry *first; /* Pointer to head of list of entries. */ 34 struct hash_entry *table; /* Pointer to array of entries. */
|
| hash.c | 42 typedef struct hash_entry struct 48 struct hash_entry *next; 50 hash_entry; typedef in typeref:struct:hash_entry 99 htab->table = (hash_entry *) xcalloc (init_size + 1, sizeof (hash_entry)); 154 hash_entry *table = htab->table; 194 hash_entry *table = htab->table; 213 hash_entry *table = htab->table; 242 hash_entry *table = htab->table; 248 htab->table = (hash_entry *) xcalloc (1 + htab->size, sizeof (hash_entry)) [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| hash.h | 27 struct hash_entry; 33 struct hash_entry *first; /* Pointer to head of list of entries. */ 34 struct hash_entry *table; /* Pointer to array of entries. */
|
| hash.c | 42 typedef struct hash_entry struct 48 struct hash_entry *next; 50 hash_entry; typedef in typeref:struct:hash_entry 99 htab->table = (hash_entry *) xcalloc (init_size + 1, sizeof (hash_entry)); 154 hash_entry *table = htab->table; 194 hash_entry *table = htab->table; 213 hash_entry *table = htab->table; 242 hash_entry *table = htab->table; 248 htab->table = (hash_entry *) xcalloc (1 + htab->size, sizeof (hash_entry)) [all...] |
| /src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| hash.h | 27 struct hash_entry; 33 struct hash_entry *first; /* Pointer to head of list of entries. */ 34 struct hash_entry *table; /* Pointer to array of entries. */
|
| hash.c | 42 typedef struct hash_entry struct 48 struct hash_entry *next; 50 hash_entry; typedef in typeref:struct:hash_entry 99 htab->table = (hash_entry *) xcalloc (init_size + 1, sizeof (hash_entry)); 154 hash_entry *table = htab->table; 194 hash_entry *table = htab->table; 213 hash_entry *table = htab->table; 242 hash_entry *table = htab->table; 248 htab->table = (hash_entry *) xcalloc (1 + htab->size, sizeof (hash_entry)) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| hash-map.h | 42 struct hash_entry struct 47 typedef hash_entry value_type; 50 static hashval_t hash (const hash_entry &e) 55 static bool equal (const hash_entry &a, const Key &b) 60 static void remove (hash_entry &e) { Traits::remove (e); } 62 static void mark_deleted (hash_entry &e) { Traits::mark_deleted (e); } 64 static bool is_deleted (const hash_entry &e) 70 static void mark_empty (hash_entry &e) { Traits::mark_empty (e); } 71 static bool is_empty (const hash_entry &e) { return Traits::is_empty (e); } 73 static void ggc_mx (hash_entry &e [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| hash-map.h | 42 struct hash_entry struct 47 typedef hash_entry value_type; 50 static hashval_t hash (const hash_entry &e) 55 static bool equal (const hash_entry &a, const Key &b) 60 static void remove (hash_entry &e) { Traits::remove (e); } 62 static void mark_deleted (hash_entry &e) { Traits::mark_deleted (e); } 64 static bool is_deleted (const hash_entry &e) 70 static void mark_empty (hash_entry &e) { Traits::mark_empty (e); } 71 static bool is_empty (const hash_entry &e) { return Traits::is_empty (e); } 73 static void ggc_mx (hash_entry &e [all...] |
| /src/external/gpl3/binutils/dist/ld/ |
| ldemul.h | 119 (struct bfd_link_hash_entry *hash_entry, void *ptr); 261 (struct bfd_link_hash_entry *hash_entry, void *ptr);
|
| ldemul.c | 454 ldemul_print_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) 457 return ld_emulation->print_symbol (hash_entry, ptr); 458 return print_one_symbol (hash_entry, ptr);
|
| ldlang.c | 2472 sort_def_symbol (struct bfd_link_hash_entry *hash_entry, 2475 if (is_defined (hash_entry) 2476 && hash_entry->u.def.section->owner != link_info.output_bfd 2477 && hash_entry->u.def.section->owner != NULL) 2482 ud = bfd_section_userdata (hash_entry->u.def.section); 2486 bfd_set_section_userdata (hash_entry->u.def.section, ud); 2494 def->entry = hash_entry; 4928 print_one_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) 4932 if (is_defined (hash_entry) 4933 && sec == hash_entry->u.def.section [all...] |
| pdb.c | 275 struct hash_entry struct 281 struct hash_entry **buckets = NULL; 315 buckets = xmalloc (sizeof (struct hash_entry *) * num_buckets); 316 memset (buckets, 0, sizeof (struct hash_entry *) * num_buckets); 334 buckets[bucket_num] = xmalloc (sizeof (struct hash_entry));
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldemul.h | 119 (struct bfd_link_hash_entry *hash_entry, void *ptr); 261 (struct bfd_link_hash_entry *hash_entry, void *ptr);
|
| ldemul.c | 454 ldemul_print_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) 457 return ld_emulation->print_symbol (hash_entry, ptr); 458 return print_one_symbol (hash_entry, ptr);
|
| ldlang.c | 2499 sort_def_symbol (struct bfd_link_hash_entry *hash_entry, 2502 if (is_defined (hash_entry) 2503 && hash_entry->u.def.section->owner != link_info.output_bfd 2504 && hash_entry->u.def.section->owner != NULL) 2509 ud = bfd_section_userdata (hash_entry->u.def.section); 2513 bfd_set_section_userdata (hash_entry->u.def.section, ud); 2521 def->entry = hash_entry; 4945 print_one_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) 4949 if (is_defined (hash_entry) 4950 && sec == hash_entry->u.def.section [all...] |
| /src/sys/kern/ |
| kern_fileassoc.c | 302 struct fileassoc_hash_entry *hash_entry; local 322 hash_entry = &(tbl->tbl_hash[indx]); 324 LIST_FOREACH(faf, hash_entry, faf_list) { 379 struct fileassoc_hash_entry *hash_entry; local 385 hash_entry = &(newtbl->tbl_hash[indx]); 387 LIST_INSERT_HEAD(hash_entry, faf, faf_list); 512 struct fileassoc_hash_entry *hash_entry; local 539 hash_entry = &(tbl->tbl_hash[indx]); 544 LIST_INSERT_HEAD(hash_entry, faf, faf_list);
|
| /src/external/bsd/pkg_install/dist/lib/ |
| pkg_signature.c | 526 struct archive_entry *entry, *hash_entry, *sign_entry; local 570 hash_entry = archive_entry_clone(entry); 573 archive_entry_set_pathname(hash_entry, HASH_FNAME); 575 archive_entry_set_size(hash_entry, strlen(hash_file)); 582 archive_write_header(pkg, hash_entry); 585 archive_entry_free(hash_entry); 619 struct archive_entry *entry, *hash_entry, *sign_entry; local 664 hash_entry = archive_entry_clone(entry); 667 archive_entry_set_pathname(hash_entry, HASH_FNAME); 669 archive_entry_set_size(hash_entry, strlen(hash_file)) [all...] |
| /src/usr.bin/ctags/ |
| C.c | 53 static void hash_entry(void); 143 hash_entry(); 357 * hash_entry -- 361 hash_entry(void) function
|
| /src/external/gpl3/gdb.old/dist/sim/cr16/ |
| interp.c | 50 static struct hash_entry *lookup_hash (SIM_DESC, SIM_CPU *, uint64_t ins, int size); 55 struct hash_entry struct 57 struct hash_entry *next; 65 struct hash_entry hash_table[MAX_HASH+1]; 81 INLINE static struct hash_entry * 85 struct hash_entry *h; 336 struct hash_entry *h; 399 struct hash_entry *h; 564 h->next = (struct hash_entry *) calloc(1,sizeof(struct hash_entry)); [all...] |
| /src/external/gpl3/gdb/dist/sim/cr16/ |
| interp.c | 50 static struct hash_entry *lookup_hash (SIM_DESC, SIM_CPU *, uint64_t ins, int size); 55 struct hash_entry struct 57 struct hash_entry *next; 65 struct hash_entry hash_table[MAX_HASH+1]; 81 INLINE static struct hash_entry * 85 struct hash_entry *h; 336 struct hash_entry *h; 399 struct hash_entry *h; 564 h->next = (struct hash_entry *) calloc(1,sizeof(struct hash_entry)); [all...] |
| /src/external/gpl3/gdb/dist/sim/d10v/ |
| interp.c | 40 static struct hash_entry *lookup_hash (SIM_DESC, SIM_CPU *, uint32_t ins, int size); 49 struct hash_entry struct 51 struct hash_entry *next; 58 struct hash_entry hash_table[MAX_HASH+1]; 69 INLINE static struct hash_entry * 72 struct hash_entry *h; 109 struct hash_entry *h; 126 struct hash_entry *h; 178 struct hash_entry *h1, *h2; 756 struct hash_entry *h [all...] |
| /src/external/gpl3/gdb.old/dist/sim/d10v/ |
| interp.c | 40 static struct hash_entry *lookup_hash (SIM_DESC, SIM_CPU *, uint32_t ins, int size); 49 struct hash_entry struct 51 struct hash_entry *next; 58 struct hash_entry hash_table[MAX_HASH+1]; 69 INLINE static struct hash_entry * 72 struct hash_entry *h; 109 struct hash_entry *h; 126 struct hash_entry *h; 178 struct hash_entry *h1, *h2; 756 struct hash_entry *h [all...] |
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| cooked-index-shard.c | 185 auto hash_entry = [] (const void *e) local 199 htab_up gnat_entries (htab_create_alloc (10, hash_entry, eq_entry,
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| cooked-index.c | 368 auto hash_entry = [] (const void *e) local 382 htab_up gnat_entries (htab_create_alloc (10, hash_entry, eq_entry,
|