Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/components/executer/
HDexmisc.c178 ACPI_SIZE Length1; in AcpiExConcatTemplate() local
209 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer); in AcpiExConcatTemplate()
213 NewLength = Length0 + Length1 + sizeof (AML_RESOURCE_END_TAG); in AcpiExConcatTemplate()
229 memcpy (NewBuf + Length0, Operand1->Buffer.Pointer, Length1); in AcpiExConcatTemplate()
613 UINT32 Length1; in AcpiExDoLogicalOp() local
711 Length1 = LocalOperand1->Buffer.Length; in AcpiExDoLogicalOp()
717 (Length0 > Length1) ? Length1 : Length0); in AcpiExDoLogicalOp()
725 if ((Length0 == Length1) && in AcpiExDoLogicalOp()
748 if (Length0 > Length1) in AcpiExDoLogicalOp()
768 if (Length0 < Length1) in AcpiExDoLogicalOp()