Searched refs:HashKey (Results 51 - 75 of 103) sorted by relevance

12345

/haiku/src/system/kernel/posix/
H A Drealtime_sem.cpp159 size_t HashKey(const KeyType& key) const function in struct:__anon17::NamedSemHashDefinition
166 return HashKey(semaphore->Name());
348 size_t HashKey(const KeyType& key) const function in struct:__anon17::TeamSemHashDefinition
355 return HashKey(semaphore->ID());
H A Dxsi_message_queue.cpp253 size_t HashKey (const int key) const function in struct:__anon2::MessageQueueHashTableDefinition
315 size_t HashKey (const key_t key) const function in struct:__anon2::IpcHashTableDefinition
322 return (size_t)HashKey(variable->Key());
H A Dxsi_semaphore.cpp494 size_t HashKey (const int key) const function in struct:__anon4::SemaphoreHashTableDefinition
556 size_t HashKey (const key_t key) const function in struct:__anon4::IpcHashTableDefinition
563 return (size_t)HashKey(variable->Key());
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp38 size_t HashKey(const void* key) const function in struct:ConditionVariableHashDefinition
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h24 The Definition template must have four methods: `HashKey', `Hash',
38 size_t HashKey(KeyType key) const
45 return HashKey(value->bar);
158 size_t index = fDefinition.HashKey(key) & (fTableSize - 1);
407 size_t index = fDefinition.HashKey(key) & (fTableSize - 1);
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h24 The Definition template must have four methods: `HashKey', `Hash',
38 size_t HashKey(KeyType key) const
45 return HashKey(value->bar);
158 size_t index = fDefinition.HashKey(key) & (fTableSize - 1);
407 size_t index = fDefinition.HashKey(key) & (fTableSize - 1);
/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp156 size_t HashKey(KeyType key) const function in struct:RuleHash
163 return HashKey(value->name);
182 size_t HashKey(KeyType key) const function in struct:TeamHash
/haiku/headers/private/shared/
H A DHashMap.h53 size_t HashKey(const KeyType& key) const function in struct:BPrivate::HashMapTableDefinition
56 { return HashKey(value->fKey); }
/haiku/src/kits/storage/
H A DPathMonitor.cpp238 size_t HashKey(const node_ref& key) const function in struct:__anon3::AncestorHashDefinition
245 return HashKey(value->NodeRef());
320 size_t HashKey(const char* key) const function in struct:__anon3::EntryHashDefinition
421 size_t HashKey(const node_ref& key) const function in struct:__anon3::NodeHashDefinition
428 return HashKey(value->NodeRef());
640 size_t HashKey(const char* key) const function in struct:__anon3::PathHandlerHashDefinition
706 size_t HashKey(const BMessenger& key) const function in struct:__anon3::WatcherHashDefinition
713 return HashKey(value->Target());
/haiku/src/system/boot/loader/
H A Dheap.cpp220 size_t HashKey(void* key) const function in struct:LargeAllocationHashDefinition
227 return HashKey(value->Address());
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp145 ConnectionHashDefinition::HashKey(const KeyType& key) const function in class:ConnectionHashDefinition
179 EndpointHashDefinition::HashKey(uint16 port) const function in class:EndpointHashDefinition
/haiku/src/kits/package/
H A DPackageInfoSet.cpp60 size_t HashKey(const char* key) const function in struct:BPackageKit::BPackageInfoSet::PackageInfoHashDefinition
/haiku/src/add-ons/kernel/network/stack/
H A Dinterfaces.h92 size_t HashKey(const KeyType& key) const function in struct:DatalinkHashDefinition
/haiku/headers/private/kernel/
H A DNotifications.h237 size_t HashKey(const char* key) const function in struct:NotificationManager::HashDefinition
/haiku/src/system/kernel/
H A Dmodule.cpp166 { return HashKey(entry); }
170 size_t HashKey(KeyType key) const function in struct:Module::NodeHashDefinition
284 { return HashKey(module->name); }
288 size_t HashKey(KeyType key) const function in struct:Module::ModuleHash
309 { return HashKey(image->path); }
313 size_t HashKey(KeyType key) const function in struct:Module::ImageHash
H A Dsystem_info.cpp213 size_t HashKey(int32 key) const function in struct:SystemNotificationService::ListenerHashDefinition
220 return HashKey(value->object);
H A Dport.cpp168 size_t HashKey(port_id key) const function in struct:__anon6::PortHashDefinition
175 return HashKey(value->id);
196 size_t HashKey(const char* key) const function in struct:__anon6::PortNameHashDefinition
214 hash = HashKey(value->lock.name);
/haiku/src/tests/system/kernel/slab/
H A DSlab.h331 size_t HashKey(void *key) const function in struct:BaseHashCacheStrategy::HashTableDefinition
336 size_t Hash(Link *value) const { return HashKey(value->buffer); }
/haiku/src/bin/package/
H A Dcommand_extract.cpp261 size_t HashKey(const char* key) const function in struct:Entry::ChildHashDefinition
268 return HashKey(value->Name());
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp46 size_t HashKey(generic_addr_t key) const function in struct:UserMutexHashDefinition
53 return HashKey(value->address);
/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp52 size_t HashKey(uint32 key) const function in struct:FontCacheEntry::GlyphCachePool::GlyphHashTableDefinition
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp120 size_t HashKey(const KeyType& key) const function in struct:FragmentHashDefinition
128 return HashKey(value->Key());
167 size_t HashKey(const KeyType &key) const;
169 { return HashKey(std::make_pair(&value->Address(),
502 MulticastStateHash::HashKey(const KeyType &key) const function in class:MulticastStateHash
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp165 size_t HashKey(ino_t* key) const function in struct:__anon1::DirectoryNodeHashDefinition
228 size_t HashKey(KeyType key) const function in struct:__anon1::DriverHash
235 return HashKey(driver->name);
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp126 size_t HashKey(image_id key) const function in struct:TeamDebugger::ImageHandlerHashDefinition
133 return HashKey(value->ImageID());
190 size_t HashKey(image_id key) const function in struct:TeamDebugger::ImageInfoPendingThreadHashDefinition
197 return HashKey(value->ImageID());
/haiku/src/tests/system/kernel/util/
H A DBOpenHashTableTest.cpp47 size_t HashKey(const KeyType& key) const function in class:__anon1::EntryDefinition

Completed in 274 milliseconds

12345