Searched defs:Element (Results 1 – 4 of 4) sorted by relevance
207 typedef struct Element { /* double-linked list data type */ struct208 struct Element *right; argument209 struct Element *left; argument211 } Element; argument
457 ACPI_DEBUG_MEM_BLOCK *Element; in AcpiUtFindAllocation() local521 ACPI_DEBUG_MEM_BLOCK *Element; in AcpiUtTrackAllocation() local756 ACPI_DEBUG_MEM_BLOCK *Element; in AcpiUtDumpAllocations() local
524 ACPI_OPERAND_OBJECT *Element = *ElementPtr; in AcpiDsResolvePackageElement() local
39 public abstract class Element implements Property, PropertyWalk class