Searched refs:Index (Results 26 - 50 of 147) sorted by relevance

123456

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwregs.c377 UINT8 Index; local
405 Index = 0;
418 Address + Index * ACPI_DIV_8 (AccessWidth),
424 Address + Index * ACPI_DIV_8 (AccessWidth),
431 * Use offset style bit writes because "Index * AccessWidth" is
434 ACPI_SET_BITS (Value, Index * AccessWidth,
438 Index++;
474 UINT8 Index; local
499 Index = 0;
503 * Use offset style bit reads because "Index * AccessWidt
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutstate.c366 UINT32 Index)
387 State->Pkg.Index= Index;
363 AcpiUtCreatePkgState( void *InternalObject, void *ExternalObject, UINT32 Index) argument
H A Dutmisc.c398 ThisIndex = State->Pkg.Index;
424 State->Pkg.Index++;
425 while (State->Pkg.Index >=
454 State->Pkg.Index++;
/haiku/src/libs/linprog/
H A DSummand.cpp85 return fVar->Index();
H A DVariable.cpp32 Variable::Index() const function in class:Variable
169 string << Index() << " ";
178 string << Index() << ": ";
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndexImpl.h9 #include "Index.h"
31 typedef typename Policy::Index Index; typedef in class:GenericIndexIterator
47 bool SetTo(Index* index, const Value& name,
56 Index* fIndex;
140 GenericIndexIterator<Policy>::SetTo(Index* index, const Value& value,
211 typedef typename Policy::Index Index; typedef in struct:GenericIndexIteratorTreePolicy
222 static TreeNode* GetFirstTreeNode(Index* index)
229 static TreeNode* FindClosestTreeNode(Index* inde
[all...]
H A DLastModifiedIndex.h9 #include "Index.h"
13 class LastModifiedIndex : public Index, private NodeListener {
H A DNameIndex.cpp88 typedef NameIndex Index; typedef in struct:NameIndex::IteratorPolicy
93 static NodeTree* GetNodeTree(Index* index)
115 Index(),
137 status_t error = Index::Init(volume, "name", B_STRING_TYPE, false);
H A DSizeIndex.h9 #include "Index.h"
13 class SizeIndex : public Index, private NodeListener {
H A DNameIndex.h9 #include "Index.h"
16 class NameIndex : public Index, private NodeListener {
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexoparg2.c392 UINT64 Index; local
495 case AML_INDEX_OP: /* Index (Source Index Result) */
506 /* Initialize the Index reference object */
508 Index = Operand[1]->Integer.Value;
509 ReturnDesc->Reference.Value = (UINT32) Index;
520 if (Index >= Operand[0]->String.Length)
528 &(Operand[0]->Buffer.Pointer [Index]);
533 if (Index >= Operand[0]->Buffer.Length)
541 &(Operand[0]->Buffer.Pointer [Index]);
[all...]
H A Dexdebug.c168 * Index - Current package element, zero if not pkg
188 UINT32 Index)
225 if (!((Level > 0) && Index == 0))
249 if (Index > 0)
251 AcpiOsPrintf ("(%.2u) ", Index - 1);
352 AcpiOsPrintf ("Table Index 0x%X\n", SourceDesc->Reference.Value);
185 AcpiExDoDebugObject( ACPI_OPERAND_OBJECT *SourceDesc, UINT32 Level, UINT32 Index) argument
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsutils.c869 UINT32 Index = WalkState->NumOperands; local
881 if (Index >= ACPI_OBJ_NUM_OPERANDS)
886 Arguments[Index] = Arg;
887 WalkState->Operands [Index] = NULL;
893 Index++;
897 "NumOperands %d, ArgCount %d, Index %d\n",
898 WalkState->NumOperands, ArgCount, Index));
902 Index--;
905 Arg = Arguments[Index];
906 WalkState->OperandIndex = (UINT8) Index;
[all...]
H A Ddswstate.c190 UINT32 Index; local
225 Index = (UINT32) WalkState->ResultCount % ACPI_RESULTS_FRAME_OBJ_NUM;
227 *Object = State->Results.ObjDesc [Index];
235 State->Results.ObjDesc [Index] = NULL;
236 if (Index == 0)
246 "Obj=%p [%s] Index=%X State=%p Num=%X\n", *Object,
248 Index, WalkState, WalkState->ResultCount));
274 UINT32 Index; local
320 Index = (UINT32) WalkState->ResultCount % ACPI_RESULTS_FRAME_OBJ_NUM;
321 State->Results.ObjDesc [Index]
[all...]
/haiku/src/system/libroot/posix/string/arch/x86_64/
H A Darch_string.cpp27 template<template<size_t N> class Generator, unsigned N, unsigned ...Index>
28 struct GenerateTable : GenerateTable<Generator, N - 1, N - 1, Index...> {
31 template<template<size_t N> class Generator, unsigned ...Index>
32 struct GenerateTable<Generator, 0, Index...>
33 : std::array<decltype(Generator<0>::sValue), sizeof...(Index)> {
36 std::array<decltype(Generator<0>::sValue), sizeof...(Index)> {
37 { Generator<Index>::sValue... }
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsrepair2.c242 UINT32 Index);
248 UINT32 Index,
789 UINT32 Index; local
799 for (Index = 0; Index < ElementCount; Index++, TopObjectList++)
827 Index));
962 * StartIndex - Index of the first subpackage
1084 * Index - Sort by which package element
1100 UINT32 Index,
1097 AcpiNsSortList( ACPI_OPERAND_OBJECT **Elements, UINT32 Count, UINT32 Index, UINT8 SortDirection) argument
1148 AcpiNsRemoveElement( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Index) argument
[all...]
/haiku/src/servers/app/
H A DWindowList.h25 int32 Index() const { return fIndex; } function in class:WindowList
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlock.h34 uint64 Index() const { return fIndex; } function in class:Block
/haiku/headers/private/debugger/arch/
H A DRegister.h36 int32 Index() const { return fIndex; } function in class:Register
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSizeIndex.h8 #include "Index.h"
13 class SizeIndex : public Index, private NodeListener {
H A DLastModifiedIndex.h8 #include "Index.h"
13 class LastModifiedIndex : public Index, private NodeListener {
H A DNameIndex.h9 #include "Index.h"
15 class NameIndex : public Index, private EntryListener {
/haiku/src/kits/device/
H A DUSBEndpoint.cpp22 command.endpoint_etc.config_index = fInterface->Configuration()->Index();
23 command.endpoint_etc.interface_index = fInterface->Index();
38 BUSBEndpoint::Index() const function in class:BUSBEndpoint
164 command.transfer.interface = fInterface->Index();
184 command.transfer.interface = fInterface->Index();
205 command.isochronous.interface = fInterface->Index();
H A DUSBInterface.cpp52 BUSBInterface::Index() const function in class:BUSBInterface
135 command.generic_etc.config_index = fConfiguration->Index();
169 command.alternate.config_index = fConfiguration->Index();
211 command.alternate.config_index = fConfiguration->Index();
226 command.alternate.config_index = fConfiguration->Index();
242 command.interface_etc.config_index = fConfiguration->Index();
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacstruct.h189 UINT8 OperandIndex; /* Index into operand stack, to be used by AcpiDsObjStackPush */
290 ACPI_OBJECT_INTEGER *Index; member in struct:acpi_aml_operands::__anon16
293 } Index; member in union:acpi_aml_operands
298 ACPI_OBJECT_INTEGER *Index; member in struct:acpi_aml_operands::__anon17

Completed in 94 milliseconds

123456