Searched refs:HashKey (Results 76 - 100 of 103) sorted by relevance

12345

/haiku/src/kits/tracker/
H A DIconCache.h124 size_t HashKey(KeyType key) const function in struct:BPrivate::SelfHashing
/haiku/src/system/kernel/
H A Dimage.cpp43 size_t HashKey(image_id key) const { return key; } function in struct:__anon45::ImageTableDefinition
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
/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/add-ons/kernel/network/datalink_protocols/arp/
H A Darp.cpp131 size_t HashKey(KeyType key) const function in struct:arpHash
138 return HashKey(value->protocol_address);
/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp130 size_t HashKey(in6_addr key) const function in struct:ndpHash
138 return HashKey(value->protocol_address);
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp97 size_t HashKey(const KeyType &base) const function in class:MemoryHashDefinition
165 size_t HashKey(const KeyType &id) const function in class:ApertureHashDefinition
/haiku/src/system/kernel/fs/
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/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/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
H A Dinterfaces.cpp46 size_t HashKey(const KeyType& key) const function in struct:AddressHashDefinition
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp135 size_t HashKey(const NodeListenerKey& key) const function in struct:FileSystem::NodeListenerHashDefinition
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/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp74 size_t HashKey(thread_id key) const { return key; } function in struct:IOSchedulerSimple::RequestOwnerHashDefinition
H A Ddevfs.cpp110 size_t HashKey(KeyType key) const function in struct:__anon34::NodeHash
117 return HashKey(value->id);
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp148 size_t HashKey(const WaitObjectKey& key) const function in struct:SystemProfiler::WaitObjectTableDefinition
155 return HashKey(*value);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp167 size_t HashKey(const FunctionKey& key) const function in struct:VariablesView::ExpressionInfoEntryHashDefinition
723 size_t HashKey(const ValueNodeChild* key) const function in struct:VariablesView::VariableTableModel::NodeHashDefinition
730 return HashKey(value->NodeChild());
H A DTeamWindow.cpp151 size_t HashKey(const ThreadStackFrameSelectionKey& key) const function in struct:TeamWindow::ThreadStackFrameSelectionEntryHashDefinition
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp120 size_t HashKey(const swap_hash_key& key) const function in struct:SwapHashTableDefinition
129 return HashKey(value->key);
/haiku/src/apps/debuganalyzer/model/
H A DModel.h582 size_t HashKey(thread_id key) const function in struct:Model::ThreadSchedulingStateDefinition
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp828 size_t HashKey(const char* key) const function in struct:PackageListView::RowByNameHashDefinition
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp133 size_t HashKey(const KeyType &key) const function in struct:UdpHashDefinition
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp288 size_t HashKey(const TypeNameKey& key) const function in struct:DwarfImageDebugInfo::TypeNameEntryHashDefinition

Completed in 345 milliseconds

12345