Home
last modified time | relevance | path

Searched defs:hash_table (Results 1 – 10 of 10) sorted by relevance

/external/bison/lib/
Dhash.c52 struct hash_table struct
57 struct hash_entry *bucket;
58 struct hash_entry const *bucket_limit;
59 size_t n_buckets;
60 size_t n_buckets_used;
61 size_t n_entries;
64 const Hash_tuning *tuning;
71 Hash_hasher hasher;
72 Hash_comparator comparator;
73 Hash_data_freer data_freer;
[all …]
/external/mesa3d/src/mesa/program/
Dhash_table.c40 struct hash_table { struct
56 struct hash_table * argument
/external/squashfs-tools/squashfs-tools/
Dcaches-queues-lists.h149 struct file_buffer *hash_table[HASH_SIZE]; member
171 struct file_buffer *hash_table[HASH_SIZE]; member
Dread_xattrs.c56 } *hash_table[65536]; variable
Dunsquashfs.c594 void add_entry(struct hash_table_entry *hash_table[], long long start, in add_entry()
611 int lookup_entry(struct hash_table_entry *hash_table[], long long start) in lookup_entry()
Dunsquashfs.h134 struct cache_entry *hash_table[65536]; member
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp819 AppleObjCRuntimeV2::HashTableSignature::UpdateSignature (const RemoteNXMapTable &hash_table) in UpdateSignature()
827 …ignature::NeedsUpdate (Process *process, AppleObjCRuntimeV2 *runtime, RemoteNXMapTable &hash_table) in NeedsUpdate()
1682 AppleObjCRuntimeV2::UpdateISAToDescriptorMapDynamic(RemoteNXMapTable &hash_table) in UpdateISAToDescriptorMapDynamic()
2141 AppleObjCRuntimeV2::UpdateISAToDescriptorMapFromMemory (RemoteNXMapTable &hash_table) in UpdateISAToDescriptorMapFromMemory()
2222 RemoteNXMapTable hash_table; in UpdateISAToDescriptorMapIfNeeded() local
/external/e2fsprogs/e2fsck/
Drevoke.c96 struct list_head *hash_table; member
/external/dnsmasq/src/
Dcache.c19 static struct crec *cache_head = NULL, *cache_tail = NULL, **hash_table = NULL; variable
/external/v8/src/
Dobjects.cc7543 Handle<PolymorphicCodeCacheHashTable> hash_table = in Update() local
7554 PolymorphicCodeCacheHashTable* hash_table = in Lookup() local
7662 Handle<PolymorphicCodeCacheHashTable> hash_table, in Put()