Lines Matching defs:local_operand1
277 union acpi_operand_object *local_operand1 = operand1;
298 status = acpi_ex_convert_to_integer(operand1, &local_operand1,
305 acpi_ex_convert_to_string(operand1, &local_operand1,
311 status = acpi_ex_convert_to_buffer(operand1, &local_operand1);
333 * Note: local_operand1 may have changed above
336 integer1 = local_operand1->integer.value;
371 * object fields. local_operand1 may have changed above. Use
375 length1 = local_operand1->buffer.length;
380 local_operand1->buffer.pointer,
443 if (local_operand1 != operand1) {
444 acpi_ut_remove_reference(local_operand1);