Searched refs:KeyType (Results 1 - 25 of 108) sorted by last modified time

12345

/haiku/src/system/kernel/fs/
H A Dvfs.cpp270 typedef vnode_hash_key KeyType; typedef in struct:__anon2::VnodeHash
276 size_t HashKey(KeyType key) const
288 bool Compare(KeyType key, ValueType* vnode) const
303 typedef dev_t KeyType; typedef in struct:__anon2::MountHash
306 size_t HashKey(KeyType key) const
316 bool Compare(KeyType key, ValueType* mount) const
H A Dnode_monitor.cpp166 typedef monitor_hash_key* KeyType; typedef in struct:NodeMonitorService::HashDefinition
192 typedef dev_t KeyType; typedef in struct:NodeMonitorService::VolumeHashDefinition
H A Drootfs.cpp79 typedef ino_t KeyType; typedef in struct:__anon39::VnodeHash
82 size_t HashKey(KeyType key) const
92 bool Compare(KeyType key, ValueType* vnode) const
/haiku/src/add-ons/kernel/network/stack/
H A Dstack.cpp102 typedef chain_key KeyType; typedef in struct:ChainHash
108 size_t HashKey(KeyType key) const
120 bool Compare(KeyType key, ValueType* chain) const
137 typedef int KeyType; typedef in struct:FamilyHash
140 size_t HashKey(KeyType key) const
150 bool Compare(KeyType key, ValueType* family) const
/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp49 typedef uint32 KeyType; typedef in struct:FontCacheEntry::GlyphCachePool::GlyphHashTableDefinition
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp145 ConnectionHashDefinition::HashKey(const KeyType& key) const
160 ConnectionHashDefinition::Compare(const KeyType& key,
H A DEndpointManager.h34 typedef std::pair<const sockaddr*, const sockaddr*> KeyType; typedef in struct:ConnectionHashDefinition
44 size_t HashKey(const KeyType& key) const;
46 bool Compare(const KeyType& key,
57 typedef uint16 KeyType; typedef in class:EndpointHashDefinition
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp117 typedef ipv6_packet_key KeyType; typedef in struct:FragmentHashDefinition
120 size_t HashKey(const KeyType& key) const
131 bool Compare(const KeyType& key, ValueType* value) const
164 typedef std::pair<const in6_addr*, uint32> KeyType; typedef in struct:MulticastStateHash
167 size_t HashKey(const KeyType &key) const;
171 bool Compare(const KeyType &key, ValueType* value) const
502 MulticastStateHash::HashKey(const KeyType &key) const
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp102 typedef ipv4_packet_key KeyType; typedef in struct:FragmentHashDefinition
105 size_t HashKey(const KeyType& key) const
115 bool Compare(const KeyType& key, ValueType* value) const
146 typedef std::pair<const in_addr* , uint32> KeyType; typedef in struct:MulticastStateHash
149 size_t HashKey(const KeyType &key) const
154 bool Compare(const KeyType &key, ValueType* value) const
/haiku/src/system/kernel/
H A Dcondition_variable.cpp32 typedef const void* KeyType; typedef in struct:ConditionVariableHashDefinition
H A Delf.cpp66 typedef image_id KeyType; typedef in struct:__anon86::ImageHashDefinition
73 size_t HashKey(KeyType key) const
78 bool Compare(KeyType key, ValueType* entry) const
H A Dmodule.cpp162 typedef entry* KeyType; typedef in struct:Module::NodeHashDefinition
170 size_t HashKey(KeyType key) const
175 bool Compare(KeyType key, ValueType* entry) const
280 typedef const char* KeyType; typedef in struct:Module::ModuleHash
288 size_t HashKey(KeyType key) const
293 bool Compare(KeyType key, ValueType* module) const
305 typedef const char* KeyType; typedef in struct:Module::ImageHash
313 size_t HashKey(KeyType key) const
318 bool Compare(KeyType key, ValueType* image) const
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp825 typedef const char* KeyType; typedef in struct:PackageListView::RowByNameHashDefinition
/haiku/src/kits/debugger/dwarf/
H A DTypeUnit.h67 typedef uint64 KeyType; typedef in struct:TypeUnitTableHashDefinition
H A DAbbreviationTable.h76 typedef uint32 KeyType; typedef in struct:AbbreviationTableHashDefinition
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp285 typedef TypeNameKey KeyType; typedef in struct:DwarfImageDebugInfo::TypeNameEntryHashDefinition
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp149 typedef void* KeyType; typedef in struct:ModelLoader::IORequestHashDefinition
152 size_t HashKey(KeyType key) const
158 bool Compare(KeyType key, const IORequest* value) const
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp491 typedef int KeyType; typedef in struct:__anon4::SemaphoreHashTableDefinition
553 typedef key_t KeyType; typedef in struct:__anon4::IpcHashTableDefinition
H A Dxsi_message_queue.cpp250 typedef int KeyType; typedef in struct:__anon2::MessageQueueHashTableDefinition
312 typedef key_t KeyType; typedef in struct:__anon2::IpcHashTableDefinition
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp43 typedef generic_addr_t KeyType; typedef in struct:UserMutexHashDefinition
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp35 typedef const void* KeyType; typedef in struct:ConditionVariableHashDefinition
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp107 typedef ino_t KeyType; typedef in struct:__anon34::NodeHash
110 size_t HashKey(KeyType key) const
120 bool Compare(KeyType key, ValueType* value) const
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp93 typedef ino_t KeyType; typedef in struct:Volume::VNodeHashDefinition
132 typedef int32 KeyType; typedef in struct:Volume::IORequestIDHashDefinition
148 typedef io_request* KeyType; typedef in struct:Volume::IORequestStructHashDefinition
/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp153 typedef char* KeyType; typedef in struct:RuleHash
156 size_t HashKey(KeyType key) const
166 bool Compare(KeyType key, ValueType* rules) const
179 typedef team_id KeyType; typedef in struct:TeamHash
182 size_t HashKey(KeyType key) const
192 bool Compare(KeyType key, ValueType* value) const
H A Dlaunch_speedup.cpp67 typedef node_ref KeyType; typedef in struct:NodeHash
70 size_t HashKey(KeyType key) const
80 bool Compare(KeyType key, ValueType* node) const
169 typedef node_ref KeyType; typedef in struct:PrefetchHash
172 size_t HashKey(KeyType key) const
182 bool Compare(KeyType key, ValueType* session) const
198 typedef team_id KeyType; typedef in struct:SessionHash
201 size_t HashKey(KeyType key) const
211 bool Compare(KeyType key, ValueType* session) const

Completed in 228 milliseconds

12345