Searched refs:local_operand1 (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/acpi/acpica/ | 
| D | exconcat.c | 53 	union acpi_operand_object *local_operand1 = operand1;  in acpi_ex_do_concatenate()  local104 							  &local_operand1);  in acpi_ex_do_concatenate()
 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()
 144 			    acpi_ex_convert_to_string(local_operand1,  in acpi_ex_do_concatenate()
 169 	if ((local_operand1 != operand1) && (local_operand1 != temp_operand1)) {  in acpi_ex_do_concatenate()
 170 		acpi_ut_remove_reference(local_operand1);  in acpi_ex_do_concatenate()
 173 	local_operand1 = temp_operand1;  in acpi_ex_do_concatenate()
 210 		       &local_operand1->integer.value,  in acpi_ex_do_concatenate()
 221 							    local_operand1->  in acpi_ex_do_concatenate()
 [all …]
 
 | 
| D | exmisc.c | 277 	union acpi_operand_object *local_operand1 = operand1;  in acpi_ex_do_logical_op()  local298 		status = acpi_ex_convert_to_integer(operand1, &local_operand1,  in acpi_ex_do_logical_op()
 305 		    acpi_ex_convert_to_string(operand1, &local_operand1,  in acpi_ex_do_logical_op()
 311 		status = acpi_ex_convert_to_buffer(operand1, &local_operand1);  in acpi_ex_do_logical_op()
 336 		integer1 = local_operand1->integer.value;  in acpi_ex_do_logical_op()
 375 		length1 = local_operand1->buffer.length;  in acpi_ex_do_logical_op()
 380 				 local_operand1->buffer.pointer,  in acpi_ex_do_logical_op()
 443 	if (local_operand1 != operand1) {  in acpi_ex_do_logical_op()
 444 		acpi_ut_remove_reference(local_operand1);  in acpi_ex_do_logical_op()
 
 |