Home
last modified time | relevance | path

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

/picolibc-latest/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.h88 #define SPLAY_ROOT(head) (head)->sph_root argument
89 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) argument
92 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument
93 SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \
94 SPLAY_RIGHT(tmp, field) = (head)->sph_root; \
95 (head)->sph_root = tmp; \
98 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument
99 SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field); \
100 SPLAY_LEFT(tmp, field) = (head)->sph_root; \
101 (head)->sph_root = tmp; \
[all …]
/picolibc-latest/.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-latest/newlib/libc/search/
Dhcreate_r.c155 struct internal_head *head; in hsearch_r() local
163 head = &(htab->htable[hashval & (htab->htablesize - 1)]); in hsearch_r()
164 ie = SLIST_FIRST(head); in hsearch_r()
191 SLIST_INSERT_HEAD(head, ie, link); in hsearch_r()
/picolibc-latest/test/
Dprintf_scanf.c254 check_float(const char *test_name, float_type a, const char *buf, const char *head, int zeros, cons… in check_float() argument
259 if (strncmp(buf, head, strlen(head)) != 0) in check_float()
262 o = strlen(head); in check_float()
275 test_name, printf_float(a), printf_float(a), buf, head, zeros, tail); in check_float()
/picolibc-latest/scripts/
Ddo-arm-tk14 TK_VERSION=$(head -n 1 "$README" | awk '{ print $NF; }')
/picolibc-latest/newlib/
DMAINTAINERS19 falls to the head maintainers.
/picolibc-latest/doc/
Dbuild.md18 system doesn't provide at least this version, head over to
/picolibc-latest/
DREADME.md1064 8. Sync up with current newlib head.
DCOPYING.picolibc2774 .github/workflows/head
2775 .github/workflows/head-zephyr
2779 .github/workflows/steps-head