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

  /external/squashfs-tools/squashfs-tools/
read_xattrs.c 52 static struct hash_entry { struct
55 struct hash_entry *next;
78 struct hash_entry *hash_entry = malloc(sizeof(*hash_entry)); local
83 if(hash_entry == NULL)
86 hash_entry->start = start;
87 hash_entry->offset = offset;
88 hash_entry->next = hash_table[hash];
89 hash_table[hash] = hash_entry;
100 struct hash_entry *hash_entry = hash_table[hash]; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
hash.c 36 struct hash_entry { struct
38 struct hash_entry *next;
52 struct hash_entry **table;
92 alloc = size * sizeof (struct hash_entry *);
93 ret->table = (struct hash_entry **) obstack_alloc (&ret->memory, alloc);
125 hash_entry, or NULL if the string is not in the table. If PLIST is
133 static struct hash_entry *
135 struct hash_entry ***plist, unsigned long *phash)
141 struct hash_entry **list;
142 struct hash_entry *p
    [all...]
  /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/dbus/bus/
services.c 903 DBusPreallocatedHash *hash_entry; member in struct:__anon9575
917 _dbus_assert (d->hash_entry != NULL);
918 bus_service_relink (d->service, d->hash_entry);
922 _dbus_assert (d->hash_entry == NULL);
948 d->hash_entry = NULL;
962 if (d->hash_entry)
964 d->hash_entry);
989 d->hash_entry = _dbus_hash_table_preallocate_entry (service->registry->service_hash);
1014 d->hash_entry == NULL ||
    [all...]
activation.c 1015 DBusPreallocatedHash *hash_entry; member in struct:__anon9529
1024 _dbus_assert (d->hash_entry != NULL);
1031 d->hash_entry,
1036 d->hash_entry = NULL;
1044 if (d->hash_entry)
1046 d->hash_entry);
1064 d->hash_entry = _dbus_hash_table_preallocate_entry (d->pending_activation->activation->pending_activations);
1068 if (d->hash_entry == NULL ||
    [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...]
  /system/sepolicy/tools/
check_seapp.c 49 typedef struct hash_entry hash_entry; typedef in typeref:struct:hash_entry
134 struct hash_entry { struct
181 * rule map table entries (hash_entry), used for
261 hash_entry *h = list_entry(e, typeof(*h), listify);
625 hash_entry *e;
972 hash_entry *entry;
973 hash_entry *tmp;
989 tmp = (hash_entry *)f->data;
1001 entry = malloc(sizeof(hash_entry));
    [all...]

Completed in 421 milliseconds