Searched refs:head (Results 1 – 9 of 9) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/include/sys/ |
D | queue.h | 134 #define QMD_TRACE_HEAD(head) do { \ argument 135 (head)->trace.prevline = (head)->trace.lastline; \ 136 (head)->trace.prevfile = (head)->trace.lastfile; \ 137 (head)->trace.lastline = __LINE__; \ 138 (head)->trace.lastfile = __FILE__; \ 150 #define QMD_TRACE_HEAD(head) argument 191 #define SLIST_HEAD_INITIALIZER(head) \ argument 230 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) argument 232 #define SLIST_FIRST(head) ((head)->slh_first) argument 234 #define SLIST_FOREACH(var, head, field) \ argument [all …]
|
D | tree.h | 84 #define SPLAY_ROOT(head) (head)->sph_root argument 85 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) argument 88 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument 89 SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \ 90 SPLAY_RIGHT(tmp, field) = (head)->sph_root; \ 91 (head)->sph_root = tmp; \ 94 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument 95 SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field); \ 96 SPLAY_LEFT(tmp, field) = (head)->sph_root; \ 97 (head)->sph_root = tmp; \ [all …]
|
/picolibc-3.5.0-3.4.0/.github/workflows/ |
D | make-workflow | 3 cat head 10 cat steps-head 20 cat steps-head
|
/picolibc-3.5.0-3.4.0/newlib/libc/search/ |
D | hcreate_r.c | 157 struct internal_head *head; in hsearch_r() local 165 head = &(htab->htable[hashval & (htab->htablesize - 1)]); in hsearch_r() 166 ie = SLIST_FIRST(head); in hsearch_r() 193 SLIST_INSERT_HEAD(head, ie, link); in hsearch_r()
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/ |
D | mallocr.c | 1076 static GmListElement* head = 0; variable 1090 this->next = head; in makeGmListElement() 1091 head = this; in makeGmListElement() 1099 ASSERT ( (head == NULL) || (head->base == (void*)gAddressBase)); in gcleanup() 1107 while (head) in gcleanup() 1109 GmListElement* next = head->next; in gcleanup() 1110 rval = VirtualFree (head->base, 0, MEM_RELEASE); in gcleanup() 1112 LocalFree (head); in gcleanup() 1113 head = next; in gcleanup()
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | MAINTAINERS | 19 falls to the head maintainers.
|
/picolibc-3.5.0-3.4.0/doc/ |
D | build.md | 18 system doesn't provide at least this version, head over to
|
/picolibc-3.5.0-3.4.0/ |
D | README.md | 755 8. Sync up with current newlib head.
|
D | COPYING.picolibc | 2606 .github/workflows/head 2610 .github/workflows/steps-head
|