Home
last modified time | relevance | path

Searched refs:head (Results 1 – 12 of 12) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/
Dqueue.h134 #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 …]
Dtree.h84 #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.7.0-3.6.0/.github/workflows/
DMakefile3 head \
7 steps-head \
19 head-zephyr \
22 steps-head \
Dmake-workflow3 cat head
10 cat steps-head
20 cat steps-head
Dmake-workflow-zephyr3 cat head-zephyr
10 cat steps-head
/picolibc-3.7.0-3.6.0/newlib/libc/search/
Dhcreate_r.c157 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.7.0-3.6.0/scripts/
Ddo-arm-tk14 TK_VERSION=$(head -n 1 "$README" | awk '{ print $NF; }')
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dmallocr.c1083 static GmListElement* head = 0; variable
1097 this->next = head; in makeGmListElement()
1098 head = this; in makeGmListElement()
1106 ASSERT ( (head == NULL) || (head->base == (void*)gAddressBase)); in gcleanup()
1114 while (head) in gcleanup()
1116 GmListElement* next = head->next; in gcleanup()
1117 rval = VirtualFree (head->base, 0, MEM_RELEASE); in gcleanup()
1119 LocalFree (head); in gcleanup()
1120 head = next; in gcleanup()
/picolibc-3.7.0-3.6.0/newlib/
DMAINTAINERS19 falls to the head maintainers.
/picolibc-3.7.0-3.6.0/doc/
Dbuild.md18 system doesn't provide at least this version, head over to
/picolibc-3.7.0-3.6.0/
DREADME.md936 8. Sync up with current newlib head.
DCOPYING.picolibc2689 .github/workflows/head
2690 .github/workflows/head-zephyr
2695 .github/workflows/steps-head