Home
last modified time | relevance | path

Searched refs:temp_operand1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/acpi/acpica/
H A Dexconcat.c54 union acpi_operand_object *temp_operand1 = NULL; in acpi_ex_do_concatenate() local
124 acpi_ex_convert_to_integer(local_operand1, &temp_operand1, in acpi_ex_do_concatenate()
131 acpi_ex_convert_to_buffer(local_operand1, &temp_operand1); in acpi_ex_do_concatenate()
145 &temp_operand1, in acpi_ex_do_concatenate()
169 if ((local_operand1 != operand1) && (local_operand1 != temp_operand1)) { in acpi_ex_do_concatenate()
173 local_operand1 = temp_operand1; in acpi_ex_do_concatenate()