Searched refs:hash_entry (Results 1 – 8 of 8) sorted by relevance
/external/bison/lib/ |
D | hash.c | 46 struct hash_entry struct 49 struct hash_entry *next; argument 57 struct hash_entry *bucket; 58 struct hash_entry const *bucket_limit; 76 struct hash_entry *free_entry_list; 176 struct hash_entry const *bucket; in hash_get_max_bucket_length() 183 struct hash_entry const *cursor = bucket; in hash_get_max_bucket_length() 203 struct hash_entry const *bucket; in hash_table_ok() 211 struct hash_entry const *cursor = bucket; in hash_table_ok() 248 static struct hash_entry * [all …]
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | sym.c | 39 struct hash_entry *ndtbl[NAME_TABLE_HASH_SIZE]; 40 struct hash_entry *sctbl[START_COND_HASH_SIZE]; 41 struct hash_entry *ccltab[CCL_HASH_SIZE]; 43 struct hash_entry *findsym(); 59 register struct hash_entry *sym_entry = table[hash_val]; 60 register struct hash_entry *new_entry; 61 register struct hash_entry *successor; 74 new_entry = (struct hash_entry *) 75 flex_alloc( sizeof( struct hash_entry ) ); 130 struct hash_entry *findsym( sym, table, table_size ) in findsym() [all …]
|
D | flexdef.h | 323 struct hash_entry struct 325 struct hash_entry *prev, *next; argument 331 typedef struct hash_entry **hash_table; argument 337 extern struct hash_entry *ndtbl[NAME_TABLE_HASH_SIZE]; 338 extern struct hash_entry *sctbl[START_COND_HASH_SIZE]; 339 extern struct hash_entry *ccltab[CCL_HASH_SIZE]; 1008 extern struct hash_entry *findsym PROTO((register char[], hash_table, int ));
|
/external/e2fsprogs/e2fsck/ |
D | rehash.c | 59 struct hash_entry *harray; 66 struct hash_entry { struct 88 struct hash_entry *new_array, *ent; in fill_dir_block() argument 141 sizeof(struct hash_entry) * (fd->max_array+500)); in fill_dir_block() 171 const struct hash_entry *he_a = (const struct hash_entry *) a; in ino_cmp() 172 const struct hash_entry *he_b = (const struct hash_entry *) b; in ino_cmp() 180 const struct hash_entry *he_a = (const struct hash_entry *) a; in name_cmp() 181 const struct hash_entry *he_b = (const struct hash_entry *) b; in name_cmp() 204 const struct hash_entry *he_a = (const struct hash_entry *) a; in hash_cmp() 205 const struct hash_entry *he_b = (const struct hash_entry *) b; in hash_cmp() [all …]
|
/external/sepolicy/tools/ |
D | check_seapp.c | 22 typedef struct hash_entry hash_entry; typedef 73 hash_entry *e; 109 struct hash_entry { struct 715 static void list_add(hash_entry *e) { in list_add() 743 hash_entry *e; in list_free() 766 hash_entry *entry; in rule_add() 767 hash_entry *tmp; in rule_add() 783 tmp = (hash_entry *)f->data; in rule_add() 815 entry = malloc(sizeof(hash_entry)); in rule_add()
|
/external/linux-tools-perf/ |
D | builtin-lock.c | 49 struct list_head hash_entry; member 315 list_for_each_entry(ret, entry, hash_entry) { in lock_stat_findnew() 332 list_add(&new->hash_entry, entry); in lock_stat_findnew() 843 list_for_each_entry(st, &lockhash_table[i], hash_entry) { in dump_map() 898 list_for_each_entry(st, &lockhash_table[i], hash_entry) { in sort_result()
|
/external/kernel-headers/original/linux/ |
D | lockdep.h | 79 struct list_head hash_entry; member
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Atari/ |
D | Atari.patches | 308 X! typedef struct hash_entry *hash_table[]; 316 X! typedef struct hash_entry **hash_table;
|