Home
last modified time | relevance | path

Searched refs:hash_entry (Results 1 – 5 of 5) sorted by relevance

/external/bison/lib/
Dhash.c46 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/
Drehash.c59 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/
Dcheck_seapp.c23 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/
Dbuiltin-lock.c41 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()
Dbuiltin-kvm.c46 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()