Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsrepair2.c1103 ACPI_OPERAND_OBJECT *ObjDesc1; in AcpiNsSortList() local
1116 ObjDesc1 = Elements[j-1]->Package.Elements[Index]; in AcpiNsSortList()
1120 (ObjDesc1->Integer.Value > ObjDesc2->Integer.Value)) || in AcpiNsSortList()
1123 (ObjDesc1->Integer.Value < ObjDesc2->Integer.Value))) in AcpiNsSortList()