Searched defs:Element (Results 1 – 3 of 3) sorted by relevance
207 typedef struct Element { /* double-linked list data type */ struct208 struct Element *right; argument209 struct Element *left; argument211 } Element; argument
351 ACPI_DEBUG_MEM_BLOCK *Element; in AcpiUtFindAllocation() local415 ACPI_DEBUG_MEM_BLOCK *Element; in AcpiUtTrackAllocation() local651 ACPI_DEBUG_MEM_BLOCK *Element; in AcpiUtDumpAllocations() local
39 public abstract class Element implements Property, PropertyWalk class