HomeSort by relevance Sort by last modified time
    Searched refs:hash_entry (Results 1 - 7 of 7) 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 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/sepolicy/tools/
check_seapp.c 22 typedef struct hash_entry hash_entry; typedef in typeref:struct:hash_entry
73 hash_entry *e;
109 struct hash_entry { struct
715 static void list_add(hash_entry *e) {
743 hash_entry *e;
766 hash_entry *entry;
767 hash_entry *tmp;
783 tmp = (hash_entry *)f->data;
815 entry = malloc(sizeof(hash_entry));
    [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 432 milliseconds