Home
last modified time | relevance | path

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

/external/u-boot/common/
Ddlmalloc.c41 struct GmListElement;
42 typedef struct GmListElement GmListElement; typedef
44 struct GmListElement struct
46 GmListElement* next; argument
50 static GmListElement* head = 0; argument
56 GmListElement* makeGmListElement (void* bas) in makeGmListElement()
58 GmListElement* this; in makeGmListElement()
59 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
83 GmListElement* next = head->next; in gcleanup()
Ddlmalloc.src956 struct GmListElement;
957 typedef struct GmListElement GmListElement;
959 struct GmListElement
961 GmListElement* next;
965 static GmListElement* head = 0;
971 GmListElement* makeGmListElement (void* bas)
973 GmListElement* this;
974 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement));
998 GmListElement* next = head->next;