Searched refs:HashKey (Results 1 - 25 of 103) sorted by last modified time

12345

/haiku/src/system/kernel/fs/
H A Dvfs.cpp276 size_t HashKey(KeyType key) const function in struct:__anon2::VnodeHash
306 size_t HashKey(KeyType key) const function in struct:__anon2::MountHash
H A Dnode_monitor.cpp169 size_t HashKey(monitor_hash_key* key) const function in struct:NodeMonitorService::HashDefinition
195 size_t HashKey(dev_t key) const function in struct:NodeMonitorService::VolumeHashDefinition
H A Drootfs.cpp82 size_t HashKey(KeyType key) const function in struct:__anon39::VnodeHash
/haiku/src/add-ons/kernel/network/stack/
H A Dstack.cpp108 size_t HashKey(KeyType key) const function in struct:ChainHash
140 size_t HashKey(KeyType key) const function in struct:FamilyHash
/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/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
H A DEndpointManager.h44 size_t HashKey(const KeyType& key) const;
60 size_t HashKey(uint16 port) const;
/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/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp105 size_t HashKey(const KeyType& key) const function in struct:FragmentHashDefinition
112 return HashKey(value->Key());
149 size_t HashKey(const KeyType &key) const function in struct:MulticastStateHash
152 { return HashKey(std::make_pair(&value->Address(),
/haiku/src/system/kernel/
H A Dcondition_variable.cpp35 size_t HashKey(const void* key) const function in struct:ConditionVariableHashDefinition
H A Delf.cpp69 { return HashKey(entry->id); }
73 size_t HashKey(KeyType key) const function in struct:__anon86::ImageHashDefinition
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
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp828 size_t HashKey(const char* key) const function in struct:PackageListView::RowByNameHashDefinition
/haiku/src/kits/debugger/dwarf/
H A DTypeUnit.h70 size_t HashKey(uint64 key) const function in struct:TypeUnitTableHashDefinition
77 return HashKey(value->signature);
H A DAbbreviationTable.h79 size_t HashKey(uint32 key) const function in struct:AbbreviationTableHashDefinition
86 return HashKey(value->code);
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp288 size_t HashKey(const TypeNameKey& key) const function in struct:DwarfImageDebugInfo::TypeNameEntryHashDefinition
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp152 size_t HashKey(KeyType key) const function in struct:ModelLoader::IORequestHashDefinition
156 { return HashKey(value->scheduledEvent->request); }
/haiku/src/system/kernel/posix/
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());
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());
/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/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp38 size_t HashKey(const void* key) const function in struct:ConditionVariableHashDefinition
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp110 size_t HashKey(KeyType key) const function in struct:__anon34::NodeHash
117 return HashKey(value->id);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp96 size_t HashKey(ino_t key) const function in struct:Volume::VNodeHashDefinition
99 { return HashKey(value->id); }
135 size_t HashKey(int32 key) const function in struct:Volume::IORequestIDHashDefinition
138 { return HashKey(value->id); }
151 size_t HashKey(io_request* key) const function in struct:Volume::IORequestStructHashDefinition
154 { return HashKey(value->request); }
/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
H A Dlaunch_speedup.cpp70 size_t HashKey(KeyType key) const function in struct:NodeHash
77 return HashKey(value->ref);
172 size_t HashKey(KeyType key) const function in struct:PrefetchHash
179 return HashKey(value->NodeRef());
201 size_t HashKey(KeyType key) const function in struct:SessionHash
208 return HashKey(value->Team());

Completed in 329 milliseconds

12345