Lines Matching refs:Operand1
169 ACPI_OPERAND_OBJECT *Operand1, in AcpiExConcatTemplate() argument
203 Status = AcpiUtGetResourceEndTag (Operand1, &EndTag); in AcpiExConcatTemplate()
209 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer); in AcpiExConcatTemplate()
229 memcpy (NewBuf + Length0, Operand1->Buffer.Pointer, Length1); in AcpiExConcatTemplate()
261 ACPI_OPERAND_OBJECT *Operand1, in AcpiExDoConcatenate() argument
265 ACPI_OPERAND_OBJECT *LocalOperand1 = Operand1; in AcpiExDoConcatenate()
286 Status = AcpiExConvertToInteger (Operand1, &LocalOperand1, 16); in AcpiExDoConcatenate()
296 switch (Operand1->Common.Type) in AcpiExDoConcatenate()
303 Operand1, &LocalOperand1, ACPI_IMPLICIT_CONVERT_HEX); in AcpiExDoConcatenate()
310 TypeString = AcpiUtGetTypeName (Operand1->Common.Type); in AcpiExDoConcatenate()
330 Status = AcpiExConvertToBuffer (Operand1, &LocalOperand1); in AcpiExDoConcatenate()
444 if (LocalOperand1 != Operand1) in AcpiExDoConcatenate()
638 ACPI_OPERAND_OBJECT *Operand1, in AcpiExDoLogicalOp() argument
641 ACPI_OPERAND_OBJECT *LocalOperand1 = Operand1; in AcpiExDoLogicalOp()
665 Status = AcpiExConvertToInteger (Operand1, &LocalOperand1, 16); in AcpiExDoLogicalOp()
671 Operand1, &LocalOperand1, ACPI_IMPLICIT_CONVERT_HEX); in AcpiExDoLogicalOp()
676 Status = AcpiExConvertToBuffer (Operand1, &LocalOperand1); in AcpiExDoLogicalOp()
817 if (LocalOperand1 != Operand1) in AcpiExDoLogicalOp()