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

  /external/webkit/Tools/android/flex-2.5.4a/
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
    [all...]
flexdef.h 323 struct hash_entry struct
325 struct hash_entry *prev, *next;
331 typedef struct hash_entry **hash_table;
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];
    [all...]
  /external/bison/lib/
hash.c 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;
252 struct hash_entry const *bucket
254 struct hash_entry const *cursor
    [all...]
hash.h 35 struct hash_entry struct
38 struct hash_entry *next;
  /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/dbus/bus/
services.c 907 DBusPreallocatedHash *hash_entry; member in struct:__anon5998
921 _dbus_assert (d->hash_entry != NULL);
922 bus_service_relink (d->service, d->hash_entry);
926 _dbus_assert (d->hash_entry == NULL);
952 d->hash_entry = NULL;
966 if (d->hash_entry)
968 d->hash_entry);
993 d->hash_entry = _dbus_hash_table_preallocate_entry (service->registry->service_hash);
1018 d->hash_entry == NULL ||
    [all...]
activation.c 1010 DBusPreallocatedHash *hash_entry; member in struct:__anon5955
1019 _dbus_assert (d->hash_entry != NULL);
1026 d->hash_entry,
1031 d->hash_entry = NULL;
1039 if (d->hash_entry)
1041 d->hash_entry);
1059 d->hash_entry = _dbus_hash_table_preallocate_entry (d->pending_activation->activation->pending_activations);
1063 if (d->hash_entry == NULL ||
    [all...]
  /external/linux-tools-perf/
builtin-lock.c 49 struct list_head hash_entry; member in struct:lock_stat
315 list_for_each_entry(ret, entry, hash_entry) {
332 list_add(&new->hash_entry, entry);
843 list_for_each_entry(st, &lockhash_table[i], hash_entry) {
898 list_for_each_entry(st, &lockhash_table[i], hash_entry) {
  /external/kernel-headers/original/linux/
lockdep.h 79 struct list_head hash_entry; member in struct:lock_class

Completed in 203 milliseconds