Searched refs:HashTable (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/private/kernel/util/
H A DMultiHashTable.h27 typedef BOpenHashTable<Definition, AutoExpand, CheckDuplicates> HashTable; typedef in class:MultiHashTable
30 typedef typename HashTable::Iterator Iterator;
35 : HashTable() {}
38 : HashTable(definition) {}
40 status_t Init(size_t initialSize = HashTable::kMinimumSize) argument
42 return HashTable::Init(initialSize);
48 && HashTable::fItemCount >= (HashTable::fTableSize * 200 / 256))
49 _Resize(HashTable::fTableSize * 2);
56 _Insert(HashTable
[all...]
H A DOpenHashTable.h88 typedef BOpenHashTable<Definition, AutoExpand, CheckDuplicates> HashTable; typedef in class:BOpenHashTable
354 Iterator(const HashTable* table)
360 Iterator(const HashTable* table, size_t index, ValueType* value)
392 const HashTable* fTable;
/haiku/src/system/kernel/slab/
H A DHashedObjectCache.h94 InternalAllocator> HashTable; typedef in struct:HashedObjectCache
102 HashTable hash_table;
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h88 typedef BOpenHashTable<Definition, AutoExpand, CheckDuplicates> HashTable; typedef in class:BOpenHashTable
354 Iterator(const HashTable* table)
360 Iterator(const HashTable* table, size_t index, ValueType* value)
392 const HashTable* fTable;
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.cpp106 return index >= HashSize() ? -1 : (int32)B_BENDIAN_TO_HOST_INT32(HashTable()[index]);
H A Damiga_ffs.h98 int32 *HashTable() const { return BlockData() + 6; } function in class:FFS::DirectoryBlock
/haiku/src/tests/system/kernel/slab/
H A DSlab.h351 typedef OpenHashTable<HashTableDefinition> HashTable; typedef in struct:BaseHashCacheStrategy
378 HashTable fHashTable;

Completed in 65 milliseconds