| /src/usr.bin/ctags/ |
| C.c | 53 static void hash_entry(void); 143 hash_entry(); 357 * hash_entry -- 361 hash_entry(void) function
|
| C.c | 53 static void hash_entry(void); 143 hash_entry(); 357 * hash_entry -- 361 hash_entry(void) function
|
| /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...] |
| 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.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...] |
| 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.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...] |
| 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.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...] |
| 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/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);
|
| 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...] |
| 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/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...] |
| 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/ |
| 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));
|
| 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/ |
| 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));
|
| 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));
|