Searched refs:hashtable (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/headers/cpp/
H A Dhashtable.h41 using __STD::hashtable;
H A Dhash_map.h39 using __STD::hashtable;
H A Dhash_set.h39 using __STD::hashtable;
H A Drope.h17 #include <hashtable.h>
H A Dstl_hashtable.h58 class hashtable;
71 typedef hashtable<_Val,_Key,_HashFcn,_ExtractKey,_EqualKey,_Alloc>
110 typedef hashtable<_Val,_Key,_HashFcn,_ExtractKey,_EqualKey,_Alloc>
170 class hashtable;
173 bool operator==(const hashtable<_Val,_Key,_HF,_Ex,_Eq,_All>& __ht1,
174 const hashtable<_Val,_Key,_HF,_Ex,_Eq,_All>& __ht2);
178 // do. If we're using standard-conforming allocators, then a hashtable
187 class hashtable { class
247 hashtable(size_type __n,
262 hashtable(size_typ
667 operator ==(const hashtable<_Val,_Key,_HF,_Ex,_Eq,_All>& __ht1, const hashtable<_Val,_Key,_HF,_Ex,_Eq,_All>& __ht2) argument
[all...]
H A Dstl_hash_map.h53 typedef hashtable<pair<const _Key,_Tp>,_Key,_HashFcn,
235 typedef hashtable<pair<const _Key, _Tp>, _Key, _HashFcn,
H A Dstl_hash_set.h52 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value>,
231 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value>,
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_hash.h57 void fluid_hashtable_foreach(fluid_hashtable_t *hashtable, fluid_hash_iter_t fun, void* data);
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dm88k-dis.c519 HASHTAB *hashtable[HASHVAL] = {0}; variable
601 for (entry_ptr = hashtable[opcode % HASHVAL];
772 hashtable[i] = NULL;
778 hashentries[i].next = hashtable[hashvalue];
779 hashtable[hashvalue] = &hashentries[i];
/haiku-fatelf/src/bin/gdb/bfd/
H A Decoff.c3159 bfd_byte *hashtable;
3231 hashtable = (bfd_byte *) bfd_zalloc (abfd, symdefsize);
3232 if (!hashtable)
3257 if (H_GET_32 (abfd, (hashtable + (hash * 8) + 4)) != 0)
3265 if (H_GET_32 (abfd, (hashtable + (srch * 8) + 4)) == 0)
3273 H_PUT_32 (abfd, map[i].namidx, (hashtable + hash * 8));
3274 H_PUT_32 (abfd, firstreal, (hashtable + hash * 8 + 4));
3277 if (bfd_bwrite ((PTR) hashtable, symdefsize, abfd) != symdefsize)
3280 bfd_release (abfd, hashtable);
3522 const bfd_byte *hashtable;
3150 bfd_byte *hashtable; local
3512 const bfd_byte *hashtable; local
[all...]

Completed in 89 milliseconds