Home
last modified time | relevance | path

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

123456

/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/mingw-w64/
H A Dpslextras.c268 struct GmListElement;
269 typedef struct GmListElement GmListElement; typedef
271 struct GmListElement struct
273 GmListElement* next; argument
277 static GmListElement* head = 0; argument
282 static GmListElement*
285 GmListElement* this; in makeGmListElement()
286 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
312 GmListElement* next = head->next; in gcleanup()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/common/
H A Ddlmalloc.c53 struct GmListElement;
54 typedef struct GmListElement GmListElement; typedef
56 struct GmListElement struct
58 GmListElement* next; argument
62 static GmListElement* head = 0; argument
68 GmListElement* makeGmListElement (void* bas) in makeGmListElement()
70 GmListElement* this; in makeGmListElement()
71 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
95 GmListElement* next = head->next; in gcleanup()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/common/
H A Ddlmalloc.c53 struct GmListElement;
54 typedef struct GmListElement GmListElement; typedef
56 struct GmListElement struct
58 GmListElement* next; argument
62 static GmListElement* head = 0; argument
68 GmListElement* makeGmListElement (void* bas) in makeGmListElement()
70 GmListElement* this; in makeGmListElement()
71 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
95 GmListElement* next = head->next; in gcleanup()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/common/
H A Ddlmalloc.c53 struct GmListElement;
54 typedef struct GmListElement GmListElement; typedef
56 struct GmListElement struct
58 GmListElement* next; argument
62 static GmListElement* head = 0; argument
68 GmListElement* makeGmListElement (void* bas) in makeGmListElement()
70 GmListElement* this; in makeGmListElement()
71 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
95 GmListElement* next = head->next; in gcleanup()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/common/
H A Ddlmalloc.c53 struct GmListElement;
54 typedef struct GmListElement GmListElement; typedef
56 struct GmListElement struct
58 GmListElement* next; argument
62 static GmListElement* head = 0; argument
68 GmListElement* makeGmListElement (void* bas) in makeGmListElement()
70 GmListElement* this; in makeGmListElement()
71 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
95 GmListElement* next = head->next; in gcleanup()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/common/
H A Ddlmalloc.c53 struct GmListElement;
54 typedef struct GmListElement GmListElement; typedef
56 struct GmListElement struct
58 GmListElement* next; argument
62 static GmListElement* head = 0; argument
68 GmListElement* makeGmListElement (void* bas) in makeGmListElement()
70 GmListElement* this; in makeGmListElement()
71 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
95 GmListElement* next = head->next; in gcleanup()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/common/
H A Ddlmalloc.c53 struct GmListElement;
54 typedef struct GmListElement GmListElement; typedef
56 struct GmListElement struct
58 GmListElement* next; argument
62 static GmListElement* head = 0; argument
68 GmListElement* makeGmListElement (void* bas) in makeGmListElement()
70 GmListElement* this; in makeGmListElement()
71 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
95 GmListElement* next = head->next; in gcleanup()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/common/
H A Ddlmalloc.c53 struct GmListElement;
54 typedef struct GmListElement GmListElement; typedef
56 struct GmListElement struct
58 GmListElement* next; argument
62 static GmListElement* head = 0; argument
68 GmListElement* makeGmListElement (void* bas) in makeGmListElement()
70 GmListElement* this; in makeGmListElement()
71 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
95 GmListElement* next = head->next; in gcleanup()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/common/
H A Ddlmalloc.c53 struct GmListElement;
54 typedef struct GmListElement GmListElement; typedef
56 struct GmListElement struct
58 GmListElement* next; argument
62 static GmListElement* head = 0; argument
68 GmListElement* makeGmListElement (void* bas) in makeGmListElement()
70 GmListElement* this; in makeGmListElement()
71 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
95 GmListElement* next = head->next; in gcleanup()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/common/
H A Ddlmalloc.c53 struct GmListElement;
54 typedef struct GmListElement GmListElement; typedef
56 struct GmListElement struct
58 GmListElement* next; argument
62 static GmListElement* head = 0; argument
68 GmListElement* makeGmListElement (void* bas) in makeGmListElement()
70 GmListElement* this; in makeGmListElement()
71 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
95 GmListElement* next = head->next; in gcleanup()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/common/
H A Ddlmalloc.c53 struct GmListElement;
54 typedef struct GmListElement GmListElement; typedef
56 struct GmListElement struct
58 GmListElement* next; argument
62 static GmListElement* head = 0; argument
68 GmListElement* makeGmListElement (void* bas) in makeGmListElement()
70 GmListElement* this; in makeGmListElement()
71 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
95 GmListElement* next = head->next; in gcleanup()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/common/
H A Ddlmalloc.c53 struct GmListElement;
54 typedef struct GmListElement GmListElement; typedef
56 struct GmListElement struct
58 GmListElement* next; argument
62 static GmListElement* head = 0; argument
68 GmListElement* makeGmListElement (void* bas) in makeGmListElement()
70 GmListElement* this; in makeGmListElement()
71 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
95 GmListElement* next = head->next; in gcleanup()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/common/
H A 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()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/common/
H A 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()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/common/
H A Ddlmalloc.c53 struct GmListElement;
54 typedef struct GmListElement GmListElement; typedef
56 struct GmListElement struct
58 GmListElement* next; argument
62 static GmListElement* head = 0; argument
68 GmListElement* makeGmListElement (void* bas) in makeGmListElement()
70 GmListElement* this; in makeGmListElement()
71 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
95 GmListElement* next = head->next; in gcleanup()
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/common/
H A Ddlmalloc.c53 struct GmListElement;
54 typedef struct GmListElement GmListElement; typedef
56 struct GmListElement struct
58 GmListElement* next; argument
62 static GmListElement* head = 0; argument
68 GmListElement* makeGmListElement (void* bas) in makeGmListElement()
70 GmListElement* this; in makeGmListElement()
71 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
95 GmListElement* next = head->next; in gcleanup()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/common/
H A Ddlmalloc.c53 struct GmListElement;
54 typedef struct GmListElement GmListElement; typedef
56 struct GmListElement struct
58 GmListElement* next; argument
62 static GmListElement* head = 0; argument
68 GmListElement* makeGmListElement (void* bas) in makeGmListElement()
70 GmListElement* this; in makeGmListElement()
71 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
95 GmListElement* next = head->next; in gcleanup()
/dports/sysutils/u-boot-nanopi-neo-air/u-boot-2021.07/common/
H A Ddlmalloc.c53 struct GmListElement;
54 typedef struct GmListElement GmListElement; typedef
56 struct GmListElement struct
58 GmListElement* next; argument
62 static GmListElement* head = 0; argument
68 GmListElement* makeGmListElement (void* bas) in makeGmListElement()
70 GmListElement* this; in makeGmListElement()
71 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
95 GmListElement* next = head->next; in gcleanup()
/dports/sysutils/u-boot-chip/u-boot-2021.07/common/
H A Ddlmalloc.c53 struct GmListElement;
54 typedef struct GmListElement GmListElement; typedef
56 struct GmListElement struct
58 GmListElement* next; argument
62 static GmListElement* head = 0; argument
68 GmListElement* makeGmListElement (void* bas) in makeGmListElement()
70 GmListElement* this; in makeGmListElement()
71 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
95 GmListElement* next = head->next; in gcleanup()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/common/
H A 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()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/common/
H A 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()
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/common/
H A Ddlmalloc.c53 struct GmListElement;
54 typedef struct GmListElement GmListElement; typedef
56 struct GmListElement struct
58 GmListElement* next; argument
62 static GmListElement* head = 0; argument
68 GmListElement* makeGmListElement (void* bas) in makeGmListElement()
70 GmListElement* this; in makeGmListElement()
71 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
95 GmListElement* next = head->next; in gcleanup()
/dports/sysutils/u-boot-pandaboard/u-boot-2021.07/common/
H A Ddlmalloc.c53 struct GmListElement;
54 typedef struct GmListElement GmListElement; typedef
56 struct GmListElement struct
58 GmListElement* next; argument
62 static GmListElement* head = 0; argument
68 GmListElement* makeGmListElement (void* bas) in makeGmListElement()
70 GmListElement* this; in makeGmListElement()
71 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
95 GmListElement* next = head->next; in gcleanup()
/dports/sysutils/u-boot-orangepi-zero/u-boot-2021.07/common/
H A Ddlmalloc.c53 struct GmListElement;
54 typedef struct GmListElement GmListElement; typedef
56 struct GmListElement struct
58 GmListElement* next; argument
62 static GmListElement* head = 0; argument
68 GmListElement* makeGmListElement (void* bas) in makeGmListElement()
70 GmListElement* this; in makeGmListElement()
71 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
95 GmListElement* next = head->next; in gcleanup()
/dports/sysutils/u-boot-orangepi-zero-plus/u-boot-2021.07/common/
H A Ddlmalloc.c53 struct GmListElement;
54 typedef struct GmListElement GmListElement; typedef
56 struct GmListElement struct
58 GmListElement* next; argument
62 static GmListElement* head = 0; argument
68 GmListElement* makeGmListElement (void* bas) in makeGmListElement()
70 GmListElement* this; in makeGmListElement()
71 this = (GmListElement*)(void*)LocalAlloc (0, sizeof (GmListElement)); in makeGmListElement()
95 GmListElement* next = head->next; in gcleanup()

123456