HomeSort by relevance Sort by last modified time
    Searched defs:hash_entry (Results 1 - 4 of 4) sorted by null

  /external/bison/lib/
hash.c 46 struct hash_entry struct
49 struct hash_entry *next;
57 struct hash_entry *bucket;
58 struct hash_entry const *bucket_limit;
75 /* A linked list of freed struct hash_entry structs. */
76 struct hash_entry *free_entry_list;
176 struct hash_entry const *bucket;
183 struct hash_entry const *cursor = bucket;
203 struct hash_entry const *bucket;
211 struct hash_entry const *cursor = bucket
    [all...]
  /external/e2fsprogs/e2fsck/
rehash.c 59 struct hash_entry *harray;
66 struct hash_entry { struct
88 struct hash_entry *new_array, *ent;
141 sizeof(struct hash_entry) * (fd->max_array+500));
171 const struct hash_entry *he_a = (const struct hash_entry *) a;
172 const struct hash_entry *he_b = (const struct hash_entry *) b;
180 const struct hash_entry *he_a = (const struct hash_entry *) a
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-lock.c 41 struct list_head hash_entry; member in struct:lock_stat
313 list_for_each_entry(ret, entry, hash_entry) {
330 list_add(&new->hash_entry, entry);
777 list_for_each_entry(st, &lockhash_table[i], hash_entry) {
859 list_for_each_entry(st, &lockhash_table[i], hash_entry) {
builtin-kvm.c 46 struct list_head hash_entry; member in struct:kvm_event
348 list_for_each_entry(event, head, hash_entry) {
414 list_for_each_entry(event, head, hash_entry) {
423 list_add(&event->hash_entry, head);
676 list_for_each_entry(event, &kvm->kvm_events_cache[i], hash_entry) {
    [all...]

Completed in 122 milliseconds