Searched refs:ValueType (Results 1 - 25 of 115) sorted by last modified time

12345

/haiku/src/system/kernel/fs/
H A Dvfs.cpp271 typedef struct vnode ValueType; typedef in struct:__anon2::VnodeHash
281 size_t Hash(ValueType* vnode) const
288 bool Compare(KeyType key, ValueType* vnode) const
293 ValueType*& GetLink(ValueType* value) const
304 typedef struct fs_mount ValueType; typedef in struct:__anon2::MountHash
311 size_t Hash(ValueType* mount) const
316 bool Compare(KeyType key, ValueType* mount) const
321 ValueType*& GetLink(ValueType* valu
[all...]
H A Dnode_monitor.cpp167 typedef node_monitor ValueType; typedef in struct:NodeMonitorService::HashDefinition
193 typedef node_monitor ValueType; typedef in struct:NodeMonitorService::VolumeHashDefinition
H A Drootfs.cpp80 typedef rootfs_vnode ValueType; typedef in struct:__anon39::VnodeHash
87 size_t Hash(ValueType* vnode) const
92 bool Compare(KeyType key, ValueType* vnode) const
97 ValueType*& GetLink(ValueType* value) const
/haiku/src/add-ons/kernel/network/stack/
H A Dstack.cpp103 typedef chain ValueType; typedef in struct:ChainHash
113 size_t Hash(ValueType* value) const
120 bool Compare(KeyType key, ValueType* chain) const
130 ValueType*& GetLink(ValueType* value) const
138 typedef family ValueType; typedef in struct:FamilyHash
145 size_t Hash(ValueType* value) const
150 bool Compare(KeyType key, ValueType* family) const
155 ValueType*& GetLink(ValueType* valu
[all...]
/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp50 typedef GlyphCache ValueType; typedef in struct:FontCacheEntry::GlyphCachePool::GlyphHashTableDefinition
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.h35 typedef TCPEndpoint ValueType; typedef in struct:ConnectionHashDefinition
58 typedef TCPEndpoint ValueType; typedef in class:EndpointHashDefinition
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp118 typedef FragmentPacket ValueType; typedef in struct:FragmentHashDefinition
126 size_t Hash(ValueType* value) const
131 bool Compare(const KeyType& key, ValueType* value) const
141 ValueType*& GetLink(ValueType* value) const
165 typedef IPv6GroupInterface ValueType; typedef in struct:MulticastStateHash
168 size_t Hash(ValueType* value) const
171 bool Compare(const KeyType &key, ValueType* value) const
174 bool CompareValues(ValueType* value1, ValueType* value
[all...]
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp103 typedef FragmentPacket ValueType; typedef in struct:FragmentHashDefinition
110 size_t Hash(ValueType* value) const
115 bool Compare(const KeyType& key, ValueType* value) const
125 ValueType*& GetLink(ValueType* value) const
147 typedef IPv4GroupInterface ValueType; typedef in struct:MulticastStateHash
151 size_t Hash(ValueType* value) const
154 bool Compare(const KeyType &key, ValueType* value) const
157 bool CompareValues(ValueType* value1, ValueType* value
[all...]
/haiku/src/system/kernel/
H A Dcondition_variable.cpp33 typedef ConditionVariable ValueType; typedef in struct:ConditionVariableHashDefinition
H A Delf.cpp65 typedef struct elf_image_info ValueType; typedef in struct:__anon86::ImageHashDefinition
68 size_t Hash(ValueType* entry) const
70 ValueType*& GetLink(ValueType* entry) const
78 bool Compare(KeyType key, ValueType* entry) const
H A Dmodule.cpp163 typedef hash_entry ValueType; typedef in struct:Module::NodeHashDefinition
165 size_t Hash(ValueType* entry) const
167 ValueType*& GetLink(ValueType* entry) const
175 bool Compare(KeyType key, ValueType* entry) const
281 typedef module ValueType; typedef in struct:Module::ModuleHash
283 size_t Hash(ValueType* module) const
285 ValueType*& GetLink(ValueType* entry) const
293 bool Compare(KeyType key, ValueType* modul
306 typedef module_image ValueType; typedef in struct:Module::ImageHash
[all...]
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp826 typedef PackageRow ValueType; typedef in struct:PackageListView::RowByNameHashDefinition
844 ValueType*& GetLink(PackageRow* value) const
/haiku/src/kits/debugger/dwarf/
H A DTypeUnit.h68 typedef TypeUnitTableEntry ValueType; typedef in struct:TypeUnitTableHashDefinition
H A DAbbreviationTable.h77 typedef AbbreviationTableEntry ValueType; typedef in struct:AbbreviationTableHashDefinition
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp113 return reg != NULL ? reg->ValueType() : 0;
286 typedef TypeNameEntry ValueType; typedef in struct:DwarfImageDebugInfo::TypeNameEntryHashDefinition
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp150 typedef IORequest ValueType; typedef in struct:ModelLoader::IORequestHashDefinition
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp492 typedef XsiSemaphoreSet ValueType; typedef in struct:__anon4::SemaphoreHashTableDefinition
554 typedef Ipc ValueType; typedef in struct:__anon4::IpcHashTableDefinition
H A Dxsi_message_queue.cpp251 typedef XsiMessageQueue ValueType; typedef in struct:__anon2::MessageQueueHashTableDefinition
313 typedef Ipc ValueType; typedef in struct:__anon2::IpcHashTableDefinition
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp44 typedef UserMutexEntry ValueType; typedef in struct:UserMutexHashDefinition
/haiku/src/apps/cortex/ValControl/
H A DNumericValControl.cpp60 ASSERT(fParam->ValueType() == B_FLOAT_TYPE ||
61 fParam->ValueType() == B_DOUBLE_TYPE
63 m_pParam->ValueType() == B_INT8_TYPE ||
64 m_pParam->ValueType() == B_UINT8_TYPE ||
65 m_pParam->ValueType() == B_INT16_TYPE ||
66 m_pParam->ValueType() == B_UINT16_TYPE ||
67 m_pParam->ValueType() == B_INT32_TYPE ||
68 m_pParam->ValueType() == B_UINT32_TYPE ||
69 m_pParam->ValueType() == B_INT64_TYPE ||
70 m_pParam->ValueType()
[all...]
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp36 typedef ConditionVariable ValueType; typedef in struct:ConditionVariableHashDefinition
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp108 typedef devfs_vnode ValueType; typedef in struct:__anon34::NodeHash
115 size_t Hash(ValueType* value) const
120 bool Compare(KeyType key, ValueType* value) const
125 ValueType*& GetLink(ValueType* value) const
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp94 typedef VNode ValueType; typedef in struct:Volume::VNodeHashDefinition
133 typedef IORequestInfo ValueType; typedef in struct:Volume::IORequestIDHashDefinition
149 typedef IORequestInfo ValueType; typedef in struct:Volume::IORequestStructHashDefinition
/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp154 typedef rules ValueType; typedef in struct:RuleHash
161 size_t Hash(ValueType* value) const
166 bool Compare(KeyType key, ValueType* rules) const
171 ValueType*& GetLink(ValueType* value) const
180 typedef team_rules ValueType; typedef in struct:TeamHash
187 size_t Hash(ValueType* value) const
192 bool Compare(KeyType key, ValueType* value) const
197 ValueType*& GetLink(ValueType* valu
[all...]
H A Dlaunch_speedup.cpp68 typedef node ValueType; typedef in struct:NodeHash
75 size_t Hash(ValueType* value) const
80 bool Compare(KeyType key, ValueType* node) const
85 ValueType*& GetLink(ValueType* value) const
170 typedef Session ValueType; typedef in struct:PrefetchHash
177 size_t Hash(ValueType* value) const
182 bool Compare(KeyType key, ValueType* session) const
188 ValueType*& GetLink(ValueType* valu
199 typedef Session ValueType; typedef in struct:SessionHash
[all...]

Completed in 184 milliseconds

12345