Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/compiler/
A Ddttable1.c87 UINT32 DataCount = 0; in DtCompileAsf() local
162 DataCount = ACPI_CAST_PTR (ACPI_ASF_ALERT, in DtCompileAsf()
170 DataCount = ACPI_CAST_PTR (ACPI_ASF_REMOTE, in DtCompileAsf()
183 DataCount = ACPI_CAST_PTR (ACPI_ASF_ADDRESS, in DtCompileAsf()
200 while (DataCount > 0) in DtCompileAsf()
210 DataCount = DataCount - Subtable->Length; in DtCompileAsf()
216 for (i = 0; i < DataCount; i++) in DtCompileAsf()
/third_party/lib/acpica/source/common/
A Ddmtbdump.c522 UINT32 DataCount = 0; in AcpiDmDumpAsf() local
559 DataCount = ACPI_CAST_PTR (ACPI_ASF_ALERT, SubTable)->Alerts; in AcpiDmDumpAsf()
569 DataCount = ACPI_CAST_PTR (ACPI_ASF_REMOTE, SubTable)->Controls; in AcpiDmDumpAsf()
608 for (i = 0; i < DataCount; i++) in AcpiDmDumpAsf()

Completed in 8 milliseconds