Searched refs:hash_entry (Results 1 – 5 of 5) 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/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 | 23 typedef struct hash_entry hash_entry; typedef 74 hash_entry *e; 109 struct hash_entry { struct 771 static void list_add(hash_entry *e) { in list_add() 799 hash_entry *e; in list_free() 822 hash_entry *entry; in rule_add() 823 hash_entry *tmp; in rule_add() 839 tmp = (hash_entry *)f->data; in rule_add() 880 entry = malloc(sizeof(hash_entry)); in rule_add()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
D | builtin-lock.c | 41 struct list_head hash_entry; member 313 list_for_each_entry(ret, entry, hash_entry) { in lock_stat_findnew() 330 list_add(&new->hash_entry, entry); in lock_stat_findnew() 777 list_for_each_entry(st, &lockhash_table[i], hash_entry) { in dump_map() 859 list_for_each_entry(st, &lockhash_table[i], hash_entry) { in sort_result()
|
D | builtin-kvm.c | 46 struct list_head hash_entry; member 348 list_for_each_entry(event, head, hash_entry) { in clear_events_cache_stats() 414 list_for_each_entry(event, head, hash_entry) { in find_create_kvm_event() 423 list_add(&event->hash_entry, head); in find_create_kvm_event() 676 list_for_each_entry(event, &kvm->kvm_events_cache[i], hash_entry) { in sort_result()
|