Lines Matching defs:LocalOperand1
450 ACPI_OPERAND_OBJECT *LocalOperand1 = Operand1;
474 Status = AcpiExConvertToInteger (Operand1, &LocalOperand1,
481 Operand1, &LocalOperand1, ACPI_IMPLICIT_CONVERT_HEX);
486 Status = AcpiExConvertToBuffer (Operand1, &LocalOperand1);
510 * Note: LocalOperand1 may have changed above
513 Integer1 = LocalOperand1->Integer.Value;
554 * object fields. LocalOperand1 may have changed above. Use
558 Length1 = LocalOperand1->Buffer.Length;
563 LocalOperand1->Buffer.Pointer,
634 if (LocalOperand1 != Operand1)
636 AcpiUtRemoveReference (LocalOperand1);