Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/components/executer/
HDexmisc.c177 ACPI_SIZE Length0; in AcpiExConcatTemplate() local
199 Length0 = ACPI_PTR_DIFF (EndTag, Operand0->Buffer.Pointer); in AcpiExConcatTemplate()
213 NewLength = Length0 + Length1 + sizeof (AML_RESOURCE_END_TAG); in AcpiExConcatTemplate()
228 memcpy (NewBuf, Operand0->Buffer.Pointer, Length0); in AcpiExConcatTemplate()
229 memcpy (NewBuf + Length0, Operand1->Buffer.Pointer, Length1); in AcpiExConcatTemplate()
612 UINT32 Length0; in AcpiExDoLogicalOp() local
710 Length0 = Operand0->Buffer.Length; in AcpiExDoLogicalOp()
717 (Length0 > Length1) ? Length1 : Length0); in AcpiExDoLogicalOp()
725 if ((Length0 == Length1) && in AcpiExDoLogicalOp()
748 if (Length0 > Length1) in AcpiExDoLogicalOp()
[all …]