Searched refs:Index (Results 51 - 75 of 147) sorted by relevance

123456

/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndex.cpp146 typedef AttributeIndex Index; typedef in struct:AttributeIndex::IteratorPolicy
152 static NodeTree* GetNodeTree(Index* index)
170 static TreeNode* GetFirstTreeNode(Index* index)
175 static TreeNode* FindClosestTreeNode(Index* index, const Value& value)
249 Index(),
274 status_t error = Index::Init(volume, name, type, keyLength > 0, keyLength);
H A DAttributeIndex.h9 #include "Index.h"
18 class AttributeIndex : public Index, private NodeListener {
H A DLastModifiedIndex.cpp108 typedef LastModifiedIndex Index; typedef in struct:LastModifiedIndex::IteratorPolicy
113 static NodeTree* GetNodeTree(Index* index)
139 Index(),
161 status_t error = Index::Init(volume, "last_modified", B_INT32_TYPE, true,
H A DSizeIndex.cpp107 typedef SizeIndex Index; typedef in struct:SizeIndex::IteratorPolicy
112 static NodeTree* GetNodeTree(Index* index)
138 Index(),
160 status_t error = Index::Init(volume, "size", B_INT64_TYPE, true,
/haiku/src/system/kernel/arch/x86/64/
H A Ddescriptors.cpp20 template<typename T, T (*Function)(unsigned), unsigned N, unsigned ...Index>
21 struct GenerateTable : GenerateTable<T, Function, N - 1, N - 1, Index...> {
24 template<typename T, T (*Function)(unsigned), unsigned ...Index>
25 struct GenerateTable<T, Function, 0, Index...> {
28 fTable { Function(Index)... }
32 T fTable[sizeof...(Index)];
/haiku/headers/os/net/
H A DNetworkInterface.h47 int32 Index() const { return fIndex; } function in class:BNetworkInterfaceAddress
72 uint32 Index() const;
/haiku/headers/libs/linprog/
H A DConstraint.h34 int32 Index() const;
H A DVariable.h24 int32 Index() const;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.h10 #include "Index.h"
71 Index fIndex;
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.h75 int32 Index() { return fIndex; } function in class:Session
/haiku/src/kits/device/
H A DUSBConfiguration.cpp54 BUSBConfiguration::Index() const function in class:BUSBConfiguration
H A DUSBDevice.cpp364 if (!configuration || configuration->Index() >= fDescriptor.num_configurations)
368 command.config.config_index = configuration->Index();
374 fActiveConfiguration = configuration->Index();
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPipes.h35 pipe_index Index() function in class:Pipe
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacdispat.h320 UINT32 Index,
327 UINT32 Index,
342 UINT32 Index,
355 UINT32 Index,
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddspkginit.c214 UINT32 Index; local
387 for (Index = 0; Index < ((UINT32) ReferenceCount - 1); Index++)
/haiku/headers/private/file_systems/
H A DQueryParser.h124 typedef typename QueryPolicy::Index Index; typedef in class:QueryParser::Query
168 Index fIndex;
184 typedef typename QueryPolicy::Index Index; typedef in class:QueryParser::Term
204 virtual void CalculateScore(Index& index) = 0;
236 typedef typename QueryPolicy::Index Index; typedef in class:QueryParser::Equation
255 status_t PrepareQuery(Context* context, Index& index,
261 virtual void CalculateScore(Index
299 typedef typename QueryPolicy::Index Index; typedef in class:QueryParser::Operator
342 typedef typename QueryPolicy::Index Index; typedef in class:QueryParser::Expression
[all...]
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.h94 int Index; member in struct:DropListValue
110 int Index(void);
H A DVSTHost.cpp107 min_item->Index = 0;
113 max_item->Index = 1;
122 item->Index = i;
262 VSTParameter::Index(void) function in class:VSTParameter
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusbspec_private.h47 uint16 Index; member in struct:usb_request_data
/haiku/headers/private/storage/
H A DMutablePartition.h41 int32 Index() const;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drscalc.c884 UINT32 Index; local
908 for (Index = 0; Index < NumberOfElements; Index++)
H A Drsutils.c502 ResourceSource->Index = AmlResourceSource[0];
540 ResourceSource->Index = 0;
589 AmlResourceSource[0] = (UINT8) ResourceSource->Index;
/haiku/src/apps/switcher/
H A DGroupListView.cpp32 int32 Index() const function in class:RendererLayoutItem
191 message.AddInt32("index", rendererItem->Index());
213 renderer->Draw(this, rendererItem->Frame(), rendererItem->Index(),
/haiku/headers/os/device/
H A DUSBKit.h172 // configuration is located at the index returned by Index() within
174 uint32 Index() const;
218 // This interface is located at the index returned by Index() in that
223 uint32 Index() const;
311 // This endpoint is located at the index returned by Index() in the
316 uint32 Index() const;
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlockAllocator.h91 uint64 Index() const function in class:AllocatedBlock

Completed in 141 milliseconds

123456