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

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
symtab.h 41 typedef struct ht hash_table; typedef in typeref:struct:ht
54 hashnode (*alloc_node) (hash_table *);
74 extern hash_table *ht_create (unsigned int order);
77 extern void ht_destroy (hash_table *);
79 extern hashnode ht_lookup (hash_table *, const unsigned char *,
81 extern hashnode ht_lookup_with_hash (hash_table *, const unsigned char *,
91 extern void ht_forall (hash_table *, ht_cb, const void *);
95 extern void ht_purge (hash_table *, ht_cb, const void *);
98 extern void ht_load (hash_table *ht, hashnode *entries,
102 extern void ht_dump_statistics (hash_table *);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
symtab.h 41 typedef struct ht hash_table; typedef in typeref:struct:ht
54 hashnode (*alloc_node) (hash_table *);
74 extern hash_table *ht_create (unsigned int order);
77 extern void ht_destroy (hash_table *);
79 extern hashnode ht_lookup (hash_table *, const unsigned char *,
81 extern hashnode ht_lookup_with_hash (hash_table *, const unsigned char *,
91 extern void ht_forall (hash_table *, ht_cb, const void *);
95 extern void ht_purge (hash_table *, ht_cb, const void *);
98 extern void ht_load (hash_table *ht, hashnode *entries,
102 extern void ht_dump_statistics (hash_table *);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
symtab.h 41 typedef struct ht hash_table; typedef in typeref:struct:ht
54 hashnode (*alloc_node) (hash_table *);
74 extern hash_table *ht_create (unsigned int order);
77 extern void ht_destroy (hash_table *);
79 extern hashnode ht_lookup (hash_table *, const unsigned char *,
81 extern hashnode ht_lookup_with_hash (hash_table *, const unsigned char *,
91 extern void ht_forall (hash_table *, ht_cb, const void *);
95 extern void ht_purge (hash_table *, ht_cb, const void *);
98 extern void ht_load (hash_table *ht, hashnode *entries,
102 extern void ht_dump_statistics (hash_table *);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
symtab.h 41 typedef struct ht hash_table; typedef in typeref:struct:ht
54 hashnode (*alloc_node) (hash_table *);
74 extern hash_table *ht_create (unsigned int order);
77 extern void ht_destroy (hash_table *);
79 extern hashnode ht_lookup (hash_table *, const unsigned char *,
81 extern hashnode ht_lookup_with_hash (hash_table *, const unsigned char *,
91 extern void ht_forall (hash_table *, ht_cb, const void *);
95 extern void ht_purge (hash_table *, ht_cb, const void *);
98 extern void ht_load (hash_table *ht, hashnode *entries,
102 extern void ht_dump_statistics (hash_table *);
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
HashIterator.h 26 typedef HashTableImplTy hash_table; typedef in class:mcld::ChainIteratorBase
165 typedef HashTableImplTy hash_table; typedef in class:mcld::EntryIteratorBase
286 HashIterator(typename IteratorBase::hash_table* pTable, unsigned int pIndex)
291 explicit HashIterator(typename IteratorBase::hash_table* pTable,
  /external/e2fsprogs/e2fsck/
revoke.c 96 struct list_head *hash_table; member in struct:jbd_revoke_table_s
135 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)];
160 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)];
221 journal->j_revoke->hash_table =
223 if (!journal->j_revoke->hash_table) {
230 INIT_LIST_HEAD(&journal->j_revoke->hash_table[tmp]);
248 hash_list = &table->hash_table[i];
252 kfree(table->hash_table);
452 hash_list = &revoke->hash_table[i];
632 hash_list = &revoke->hash_table[i]
    [all...]
  /ndk/sources/host-tools/make-3.81/
hash.h 43 struct hash_table struct
60 void hash_init __P((struct hash_table *ht, unsigned long size,
62 void hash_load __P((struct hash_table *ht, void *item_table,
64 void **hash_find_slot __P((struct hash_table *ht, void const *key));
65 void *hash_find_item __P((struct hash_table *ht, void const *key));
66 void *hash_insert __P((struct hash_table *ht, const void *item));
67 void *hash_insert_at __P((struct hash_table *ht, const void *item, void const *slot));
68 void *hash_delete __P((struct hash_table *ht, void const *item));
69 void *hash_delete_at __P((struct hash_table *ht, void const *slot));
70 void hash_delete_items __P((struct hash_table *ht))
    [all...]
  /external/bison/lib/
hash.c 52 struct hash_table struct
150 hash_get_n_buckets (const Hash_table *table)
158 hash_get_n_buckets_used (const Hash_table *table)
166 hash_get_n_entries (const Hash_table *table)
174 hash_get_max_bucket_length (const Hash_table *table)
201 hash_table_ok (const Hash_table *table)
230 hash_print_statistics (const Hash_table *table, FILE *stream)
249 safe_hasher (const Hash_table *table, const void *key)
261 hash_lookup (const Hash_table *table, const void *entry)
288 hash_get_first (const Hash_table *table
    [all...]
  /external/dnsmasq/src/
cache.c 19 static struct crec *cache_head = NULL, *cache_tail = NULL, **hash_table = NULL; variable in typeref:struct:
99 /* In most cases, we create the hash table once here by calling this with (hash_table == NULL)
112 if (!hash_table)
120 old = hash_table;
122 hash_table = new;
151 return hash_table + ((val ^ (val >> 16)) & (hash_size - 1));
308 for (crecp = hash_table[i], up = &hash_table[i];
601 for (crecp = hash_table[i], up = &hash_table[i];
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
flexdef.h 331 typedef struct hash_entry **hash_table; typedef in typeref:struct:hash_entry
    [all...]
  /external/v8/src/
objects.cc 5406 PolymorphicCodeCacheHashTable* hash_table = local
5420 PolymorphicCodeCacheHashTable* hash_table = local
    [all...]

Completed in 1003 milliseconds