Searched refs:hash_entry (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
H A Dsym.c39 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 *findsy
[all...]
H A Dflexdef.h323 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];
1008 extern struct hash_entry *findsym PROTO((register char[], hash_table, int ));
/external/bison/lib/
H A Dhash.c57 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 cons
[all...]
H A Dhash.h35 struct hash_entry struct
38 struct hash_entry *next;
/external/e2fsprogs/e2fsck/
H A Drehash.c59 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 *)
[all...]
/external/dbus/bus/
H A Dservices.c907 DBusPreallocatedHash *hash_entry; member in struct:__anon4438
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 ||
H A Dactivation.c1010 DBusPreallocatedHash *hash_entry; member in struct:__anon4395
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 ||
/external/linux-tools-perf/
H A Dbuiltin-lock.c49 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/
H A Dlockdep.h79 struct list_head hash_entry; member in struct:lock_class

Completed in 429 milliseconds