Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/debugger/
A Ddbcmds.c701 ACPI_RSDESC_SIZE Aml1Length; in AcpiDmCompareAmlResources() local
730 Aml1Length = AcpiUtGetDescriptorLength (Aml1); in AcpiDmCompareAmlResources()
736 if (Aml1Length != Aml2Length) in AcpiDmCompareAmlResources()
741 Count, ResourceType, Offset, Aml1Length, Aml2Length); in AcpiDmCompareAmlResources()
746 else if (memcmp (Aml1, Aml2, Aml1Length)) in AcpiDmCompareAmlResources()
753 for (i = 0; i < Aml1Length; i++) in AcpiDmCompareAmlResources()
775 Offset += Aml1Length; in AcpiDmCompareAmlResources()
776 Aml1 += Aml1Length; in AcpiDmCompareAmlResources()

Completed in 4 milliseconds