Lines Matching refs:length0
168 acpi_size length0; in acpi_ex_concat_template() local
187 length0 = ACPI_PTR_DIFF(end_tag, operand0->buffer.pointer); in acpi_ex_concat_template()
200 new_length = length0 + length1 + sizeof(struct aml_resource_end_tag); in acpi_ex_concat_template()
214 ACPI_MEMCPY(new_buf, operand0->buffer.pointer, length0); in acpi_ex_concat_template()
215 ACPI_MEMCPY(new_buf + length0, operand1->buffer.pointer, length1); in acpi_ex_concat_template()
567 u32 length0; in acpi_ex_do_logical_op() local
650 length0 = operand0->buffer.length; in acpi_ex_do_logical_op()
657 (length0 > length1) ? length1 : length0); in acpi_ex_do_logical_op()
664 if ((length0 == length1) && (compare == 0)) { in acpi_ex_do_logical_op()
684 if (length0 > length1) { in acpi_ex_do_logical_op()
701 if (length0 < length1) { in acpi_ex_do_logical_op()