Lines Matching defs:LocalOperand1
201 ACPI_OPERAND_OBJECT *LocalOperand1 = Operand1;
255 Operand1, &LocalOperand1);
276 Status = AcpiExConvertToInteger (LocalOperand1, &TempOperand1,
282 Status = AcpiExConvertToBuffer (LocalOperand1, &TempOperand1);
296 LocalOperand1, &TempOperand1, ACPI_IMPLICIT_CONVERT_HEX);
320 if ((LocalOperand1 != Operand1) &&
321 (LocalOperand1 != TempOperand1))
323 AcpiUtRemoveReference (LocalOperand1);
326 LocalOperand1 = TempOperand1;
364 &LocalOperand1->Integer.Value, AcpiGbl_IntegerByteWidth);
373 LocalOperand1->String.Length));
385 strcat (Buffer, LocalOperand1->String.Pointer);
394 LocalOperand1->Buffer.Length));
408 LocalOperand1->Buffer.Pointer,
409 LocalOperand1->Buffer.Length);
430 if (LocalOperand1 != Operand1)
432 AcpiUtRemoveReference (LocalOperand1);