Searched refs:TempOperand1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/components/executer/
H A Dexconcat.c202 ACPI_OPERAND_OBJECT *TempOperand1 = NULL; local
276 Status = AcpiExConvertToInteger (LocalOperand1, &TempOperand1,
282 Status = AcpiExConvertToBuffer (LocalOperand1, &TempOperand1);
296 LocalOperand1, &TempOperand1, ACPI_IMPLICIT_CONVERT_HEX);
321 (LocalOperand1 != TempOperand1))
326 LocalOperand1 = TempOperand1;

Completed in 155 milliseconds