Searched refs:Index (Results 1 - 25 of 147) sorted by relevance

123456

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsmthdat.c167 UINT32 Index,
173 UINT32 Index,
181 UINT32 Index,
264 UINT32 Index; local
272 for (Index = 0; Index < ACPI_METHOD_NUM_LOCALS; Index++)
274 if (WalkState->LocalVariables[Index].Object)
277 Index, WalkState->LocalVariables[Index]
327 UINT32 Index = 0; local
383 AcpiDsMethodDataGetNode( UINT8 Type, UINT32 Index, ACPI_WALK_STATE *WalkState, ACPI_NAMESPACE_NODE **Node) argument
455 AcpiDsMethodDataSetValue( UINT8 Type, UINT32 Index, ACPI_OPERAND_OBJECT *Object, ACPI_WALK_STATE *WalkState) argument
514 AcpiDsMethodDataGetValue( UINT8 Type, UINT32 Index, ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT **DestDesc) argument
627 AcpiDsMethodDataDeleteValue( UINT8 Type, UINT32 Index, ACPI_WALK_STATE *WalkState) argument
693 AcpiDsStoreObjectToLocal( UINT8 Type, UINT32 Index, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) argument
851 AcpiDsMethodDataGetType( UINT16 Opcode, UINT32 Index, ACPI_WALK_STATE *WalkState) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndex.h28 class Index { class
30 Index();
31 virtual ~Index();
53 Index*& IndexHashLink()
67 Index* fHashLink;
92 friend class Index;
104 typedef Index ValueType;
111 size_t Hash(const Index* value) const
116 bool Compare(const StringKey& key, const Index* value) const
121 Index*
[all...]
H A DIndex.cpp7 #include "Index.h"
15 // #pragma mark - Index
18 Index::Index() function in class:Index
29 Index::~Index()
35 Index::Init(Volume* volume, const char* name, uint32 type, bool fixedKeyLength,
51 Index::GetIterator(IndexIterator& iterator)
61 Index::Find(const void* key, size_t length, IndexIterator& iterator)
72 Index
[all...]
H A DQuery.cpp13 #include "Index.h"
26 struct Index { struct in struct:Query::QueryPolicy
28 ::Index* index;
30 Index(Context* context) function in struct:Query::QueryPolicy::Index
38 ::Index* index;
40 IndexIterator(::Index* index)
83 // Index interface
85 static status_t IndexSetTo(Index& index, const char* attribute)
91 static void IndexUnset(Index& index)
96 static int32 IndexGetWeightedScore(Index
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DIndex.h17 class Index { class
19 Index(Volume* volume);
20 ~Index();
57 Index(const Index& other);
58 Index& operator=(const Index& other);
H A DIndex.cpp7 //! Index access functions
10 #include "Index.h"
20 Index::Index(Volume* volume) function in class:Index
29 Index::~Index()
40 Index::Unset()
54 Note, Index::Update() may be called on the object even if this method
59 Index::SetTo(const char* name)
66 // in further comparisons (currently only used in Index
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DIndexDirectory.h11 class Index;
27 bool DeleteIndex(Index *index);
29 Index *FindIndex(const char *name);
30 Index *FindIndex(const char *name, uint32 type);
34 bool IsSpecialIndex(Index *index) const;
40 Index *IndexAt(int32 index) const { return fIndices.ItemAt(index); }
47 List<Index*> fIndices;
H A DAttributeIndex.cpp10 : Index(volume, name, type, fixedKeyLength, keyLength)
H A DIndex.cpp9 #include "Index.h"
12 // Index
15 Index::Index(Volume *volume, const char *name, uint32 type, function in class:Index
31 Index::~Index()
37 Index::InitCheck() const
44 Index::GetIterator(IndexEntryIterator *iterator)
59 Index::Find(const uint8 *key, size_t length, IndexEntryIterator *iterator)
75 Index
[all...]
H A DIndex.h18 // Index
19 class Index { class
21 Index(Volume *volume, const char *name, uint32 type,
23 virtual ~Index();
62 IndexEntryIterator(Index *index);
78 friend class Index;
H A DQuery.cpp13 #include "Index.h"
23 IndexIterator(Index *index);
29 Index* GetIndex() const { return fIndex; }
32 Index *fIndex;
38 IndexIterator::IndexIterator(Index *index)
108 struct Index { struct in struct:Query::QueryPolicy
110 ::Index* index;
112 Index(Context* context) function in struct:Query::QueryPolicy::Index
120 IndexIterator(::Index* index)
163 // Index interfac
[all...]
H A DIndexDirectory.cpp141 IndexDirectory::DeleteIndex(Index *index)
156 Index *
162 Index *index = fIndices.ItemAt(i);
171 Index *
174 Index *index = FindIndex(name);
185 if (Index *index = FindIndex(name))
195 if (Index *index = FindIndex(name, type))
202 IndexDirectory::IsSpecialIndex(Index *index) const
H A DAttributeIndex.h8 #include "Index.h"
12 class AttributeIndex : public Index {
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Duthex.c186 UINT64 Index; local
188 AcpiUtShortShiftRight (Integer, Position, &Index);
189 return (AcpiGbl_HexToAscii[Index & 0xF]);
H A Dutownerid.c303 UINT32 Index; local
336 Index = ACPI_DIV_32 (OwnerId);
341 if (AcpiGbl_OwnerIdMask[Index] & Bit)
343 AcpiGbl_OwnerIdMask[Index] ^= Bit;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexoparg6.c336 UINT64 Index; local
364 Index = Operand[5]->Integer.Value;
365 if (Index >= Operand[0]->Package.Count)
368 "Index (0x%8.8X%8.8X) beyond package end (0x%X)",
369 ACPI_FORMAT_UINT64 (Index), Operand[0]->Package.Count));
396 for ( ; Index < Operand[0]->Package.Count; Index++)
400 ThisElement = Operand[0]->Package.Elements[Index];
426 /* Match found: Index is the return value */
428 ReturnDesc->Integer.Value = Index;
[all...]
H A Dexoparg3.c289 UINT64 Index; local
299 case AML_MID_OP: /* Mid (Source[0], Index[1], Length[2], Result[3]) */
314 Index = Operand[1]->Integer.Value;
321 if (Index >= Operand[0]->String.Length)
328 else if ((Index + Length) > Operand[0]->String.Length)
331 (ACPI_SIZE) Operand[0]->String.Length - (ACPI_SIZE) Index;
378 Operand[0]->String.Pointer + Index, Length);
H A Dexnames.c293 UINT32 Index; local
312 for (Index = 0;
313 (Index < ACPI_NAMESEG_SIZE) && (AcpiUtValidNameChar (*AmlAddress, 0));
314 Index++)
316 CharBuf[Index] = *AmlAddress++;
322 if (Index == 4)
340 else if (Index == 0)
/haiku/src/servers/app/
H A DWorkspacePrivate.h33 int32 Index() const { return fWindows.Index(); } function in class:Workspace::Private
H A DWorkspace.cpp115 fDesktop.StoreWorkspaceConfiguration(fWorkspace.Index());
125 fCurrent = fCurrent->NextWindow(fWorkspace.Index());
135 _leftTop = fCurrent->Anchor(fWorkspace.Index()).position;
147 fCurrent = fCurrent->PreviousWindow(fWorkspace.Index());
157 _leftTop = fCurrent->Anchor(fWorkspace.Index()).position;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drscreate.c352 UINT32 Index; local
394 for (Index = 0; Index < NumberOfElements; Index++)
418 Index, (*TopObjectList)->Package.Count));
436 Index, AcpiUtGetObjectTypeName (ObjDesc)));
448 Index, AcpiUtGetObjectTypeName (ObjDesc)));
469 Index, ObjDesc->Reference.Class));
519 Index, AcpiUtGetObjectTypeName (ObjDesc)));
535 Index, AcpiUtGetObjectTypeNam
[all...]
/haiku/src/add-ons/kernel/busses/usb/
H A Dehci_rh.cpp25 1, // Index of manufacturer string
26 2, // Index of product string
27 0, // Index of serial number string
49 0, // Index of configuration string
63 0 // Index of interface string
146 if (request->Index == 0) {
159 if (ehci->GetPortStatus(request->Index - 1, &portStatus) >= B_OK) {
231 if (request->Index == 0) {
238 if (ehci->ClearPortFeature(request->Index - 1, request->Value) >= B_OK)
244 if (request->Index
[all...]
H A Dohci_rh.cpp27 1, // Index of manufacturer string
28 2, // Index of product string
29 0, // Index of serial number string
51 0, // Index of configuration string
65 0 // Index of interface string
148 if (request->Index == 0) {
161 if (ohci->GetPortStatus(request->Index - 1, &portStatus) >= B_OK) {
233 if (request->Index == 0) {
240 if (ohci->ClearPortFeature(request->Index - 1, request->Value) >= B_OK)
246 if (request->Index
[all...]
H A Duhci_rh.cpp26 1, // Index of manufacturer string
27 2, // Index of product string
28 0, // Index of serial number string
50 0, // Index of configuration string
64 0 // Index of interface string
147 if (request->Index == 0) {
160 if (uhci->GetPortStatus(request->Index - 1, &portStatus) >= B_OK) {
230 if (request->Index == 0) {
237 if (uhci->ClearPortFeature(request->Index - 1, request->Value) >= B_OK)
243 if (request->Index
[all...]
H A Dxhci_rh.cpp27 1, // Index of manufacturer string
28 2, // Index of product string
29 0, // Index of serial number string
52 0, // Index of configuration string
66 0 // Index of interface string
157 if (request->Index == 0) {
170 if (xhci->GetPortStatus(request->Index - 1, &portStatus) >= B_OK) {
242 if (request->Index == 0) {
249 if (xhci->ClearPortFeature(request->Index - 1, request->Value) >= B_OK)
255 if (request->Index
[all...]

Completed in 126 milliseconds

123456