Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/executer/
A Dexmisc.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()
644 UINT32 Length0; in AcpiExDoLogicalOp() local
742 Length0 = Operand0->Buffer.Length; in AcpiExDoLogicalOp()
749 (Length0 > Length1) ? Length1 : Length0); in AcpiExDoLogicalOp()
757 if ((Length0 == Length1) && in AcpiExDoLogicalOp()
780 if (Length0 > Length1) in AcpiExDoLogicalOp()
[all …]

Completed in 3 milliseconds