/reactos/drivers/bus/acpi/acpica/executer/ |
H A D | exoparg1.c | 251 Status = AcpiExLoadOp (Operand[0], Operand[1], WalkState); in AcpiExOpcode_1A_1T_0R() 504 Status = AcpiExStore (Operand[0], Operand[1], WalkState); in AcpiExOpcode_1A_1T_1R() 538 if (ReturnDesc == Operand[0]) in AcpiExOpcode_1A_1T_1R() 550 if (ReturnDesc == Operand[0]) in AcpiExOpcode_1A_1T_1R() 561 if (ReturnDesc == Operand[0]) in AcpiExOpcode_1A_1T_1R() 574 if (ReturnDesc == Operand[0]) in AcpiExOpcode_1A_1T_1R() 674 if (!Operand[0]->Integer.Value) in AcpiExOpcode_1A_0T_1R() 697 TempDesc = Operand[0]; in AcpiExOpcode_1A_0T_1R() 877 Operand[0] = TempDesc; in AcpiExOpcode_1A_0T_1R() 1070 Operand[0]->Reference.TargetType, Operand[0])); in AcpiExOpcode_1A_0T_1R() [all …]
|
H A D | exoparg2.c | 207 Operand[0]->Integer.Value, in AcpiExOpcode_2A_2T_1R() 208 Operand[1]->Integer.Value, in AcpiExOpcode_2A_2T_1R() 308 Operand[0]->Integer.Value, in AcpiExOpcode_2A_1T_1R() 309 Operand[1]->Integer.Value); in AcpiExOpcode_2A_1T_1R() 327 Operand[0]->Integer.Value, in AcpiExOpcode_2A_1T_1R() 328 Operand[1]->Integer.Value, in AcpiExOpcode_2A_1T_1R() 336 Operand[0], Operand[1], &ReturnDesc, WalkState); in AcpiExOpcode_2A_1T_1R() 384 Operand[0], Operand[1], &ReturnDesc, WalkState); in AcpiExOpcode_2A_1T_1R() 569 Operand[0]->Integer.Value, Operand[1]->Integer.Value, in AcpiExOpcode_2A_0T_1R() 586 Status = AcpiExAcquireMutex (Operand[1], Operand[0], WalkState); in AcpiExOpcode_2A_0T_1R() [all …]
|
H A D | exoparg3.c | 110 (UINT32) Operand[0]->Integer.Value, in AcpiExOpcode_3A_0T_0R() 111 (UINT32) Operand[1]->Integer.Value, in AcpiExOpcode_3A_0T_0R() 112 (UINT32) Operand[2]->Integer.Value)); in AcpiExOpcode_3A_0T_0R() 117 Fatal->Type = (UINT32) Operand[0]->Integer.Value; in AcpiExOpcode_3A_0T_0R() 118 Fatal->Code = (UINT32) Operand[1]->Integer.Value; in AcpiExOpcode_3A_0T_0R() 196 (Operand[0])->Common.Type); in AcpiExOpcode_3A_1T_1R() 205 Index = Operand[1]->Integer.Value; in AcpiExOpcode_3A_1T_1R() 206 Length = (ACPI_SIZE) Operand[2]->Integer.Value; in AcpiExOpcode_3A_1T_1R() 212 if (Index >= Operand[0]->String.Length) in AcpiExOpcode_3A_1T_1R() 227 switch ((Operand[0])->Common.Type) in AcpiExOpcode_3A_1T_1R() [all …]
|
H A D | exoparg6.c | 224 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_6A_0T_1R() local 245 if ((Operand[1]->Integer.Value > MAX_MATCH_OPERATOR) || in AcpiExOpcode_6A_0T_1R() 246 (Operand[3]->Integer.Value > MAX_MATCH_OPERATOR)) in AcpiExOpcode_6A_0T_1R() 255 Index = Operand[5]->Integer.Value; in AcpiExOpcode_6A_0T_1R() 256 if (Index >= Operand[0]->Package.Count) in AcpiExOpcode_6A_0T_1R() 287 for ( ; Index < Operand[0]->Package.Count; Index++) in AcpiExOpcode_6A_0T_1R() 291 ThisElement = Operand[0]->Package.Elements[Index]; in AcpiExOpcode_6A_0T_1R() 305 if (!AcpiExDoMatch ((UINT32) Operand[1]->Integer.Value, in AcpiExOpcode_6A_0T_1R() 306 ThisElement, Operand[2])) in AcpiExOpcode_6A_0T_1R() 311 if (!AcpiExDoMatch ((UINT32) Operand[3]->Integer.Value, in AcpiExOpcode_6A_0T_1R() [all …]
|
H A D | excreate.c | 384 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateProcessor() local 402 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateProcessor() 403 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value; in AcpiExCreateProcessor() 408 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreateProcessor() 436 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreatePowerResource() local 459 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreatePowerResource() 489 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateMethod() local 511 ObjDesc->Method.Node = Operand[0]; in AcpiExCreateMethod() 517 MethodFlags = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateMethod() 539 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreateMethod() [all …]
|
H A D | exconfig.c | 134 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExLoadTableOp() local 160 Operand[0]->String.Pointer, in AcpiExLoadTableOp() 161 Operand[1]->String.Pointer, in AcpiExLoadTableOp() 162 Operand[2]->String.Pointer, &TableIndex); in AcpiExLoadTableOp() 183 if (Operand[3]->String.Length > 0) in AcpiExLoadTableOp() 190 Operand[3]->String.Pointer, ACPI_NS_SEARCH_PARENT, in AcpiExLoadTableOp() 200 if (Operand[4]->String.Length > 0) in AcpiExLoadTableOp() 202 if ((Operand[4]->String.Pointer[0] != AML_ROOT_PREFIX) && in AcpiExLoadTableOp() 203 (Operand[4]->String.Pointer[0] != AML_PARENT_PREFIX)) in AcpiExLoadTableOp() 215 Operand[4]->String.Pointer, ACPI_NS_SEARCH_PARENT, in AcpiExLoadTableOp() [all …]
|
H A D | exresolv.c | 352 ACPI_OPERAND_OBJECT *Operand, in AcpiExResolveMultiple() argument 356 ACPI_OPERAND_OBJECT *ObjDesc = ACPI_CAST_PTR (void, Operand); in AcpiExResolveMultiple() 357 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Operand); in AcpiExResolveMultiple() 469 if (ObjDesc == Operand) in AcpiExResolveMultiple()
|
/reactos/drivers/bus/acpi/acpica/dispatcher/ |
H A D | dsopcode.c | 525 ACPI_OPERAND_OBJECT **Operand; in AcpiDsEvalTableRegionOperands() local 555 Operand = &WalkState->Operands[0]; in AcpiDsEvalTableRegionOperands() 571 Operand[0]->String.Pointer, in AcpiDsEvalTableRegionOperands() 572 Operand[1]->String.Pointer, in AcpiDsEvalTableRegionOperands() 573 Operand[2]->String.Pointer, &TableIndex); in AcpiDsEvalTableRegionOperands() 580 Operand[0]->String.Pointer, in AcpiDsEvalTableRegionOperands() 581 Operand[1]->String.Pointer, in AcpiDsEvalTableRegionOperands() 582 Operand[2]->String.Pointer)); in AcpiDsEvalTableRegionOperands() 613 AcpiUtRemoveReference (Operand[0]); in AcpiDsEvalTableRegionOperands() 614 AcpiUtRemoveReference (Operand[1]); in AcpiDsEvalTableRegionOperands() [all …]
|
H A D | dsutils.c | 850 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiDsEvaluateNamePath() local 882 NewObjDesc = *Operand; in AcpiDsEvaluateNamePath() 886 Type = (*Operand)->Common.Type; in AcpiDsEvaluateNamePath() 888 Status = AcpiExResolveToValue (Operand, WalkState); in AcpiDsEvaluateNamePath() 898 AcpiUtRemoveReference (*Operand); in AcpiDsEvaluateNamePath() 901 *Operand, &NewObjDesc, WalkState); in AcpiDsEvaluateNamePath() 913 NewObjDesc = *Operand; in AcpiDsEvaluateNamePath()
|
/reactos/drivers/bus/acpi/acpica/utilities/ |
H A D | utmath.c | 140 UINT64 Operand, in AcpiUtShortShiftLeft() argument 150 OperandOvl.Full = Operand; in AcpiUtShortShiftLeft() 185 UINT64 Operand, in AcpiUtShortShiftRight() argument 195 OperandOvl.Full = Operand; in AcpiUtShortShiftRight() 259 UINT64 Operand, in AcpiUtShortShiftLeft() argument 271 *OutResult = Operand << Count; in AcpiUtShortShiftLeft() 289 UINT64 Operand, in AcpiUtShortShiftRight() argument 301 *OutResult = Operand >> Count; in AcpiUtShortShiftRight()
|
/reactos/sdk/lib/fast486/ |
H A D | fpu.c | 1270 FAST486_FPU_DATA_REG Value = *Operand; in Fast486FpuCalculateLogBase2() 1275 if (Operand->Sign) in Fast486FpuCalculateLogBase2() 1403 Operand, in Fast486FpuCalculateSine() 1564 if (Operand->Sign) in Fast486FpuCalculateSquareRoot() 1813 PFAST486_FPU_DATA_REG Operand; in FAST486_OPCODE_HANDLER() local 1863 Operand = &MemoryData; in FAST486_OPCODE_HANDLER() 3058 PFAST486_FPU_DATA_REG Operand; in FAST486_OPCODE_HANDLER() local 3114 Operand = &MemoryData; in FAST486_OPCODE_HANDLER() 3132 Operand->Sign = TRUE; in FAST486_OPCODE_HANDLER() 3433 PFAST486_FPU_DATA_REG Operand; in FAST486_OPCODE_HANDLER() local [all …]
|
/reactos/drivers/bus/acpi/acpica/include/ |
H A D | acutils.h | 852 UINT64 Operand, 858 UINT64 Operand,
|
H A D | acinterp.h | 533 ACPI_OPERAND_OBJECT *Operand,
|
/reactos/drivers/bus/acpi/acpica/include/platform/ |
H A D | acefiex.h | 1035 UINT64 Operand, 1040 UINT64 Operand,
|
/reactos/base/shell/cmd/lang/ |
H A D | id-ID.rc | 518 STRING_INVALID_OPERAND "Operand tidak benar.\n"
|
H A D | de-DE.rc | 519 STRING_INVALID_OPERAND "Ungültiger Operand.\n"
|
H A D | ro-RO.rc | 559 STRING_INVALID_OPERAND "Operand eronat.\n"
|