Searched refs:head (Results 1 – 12 of 12) sorted by relevance
/picolibc-latest/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 | 88 #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/ |
D | Makefile | 3 head \ 7 steps-head \ 19 head-zephyr \ 22 steps-head \
|
D | make-workflow | 3 cat head 10 cat steps-head 20 cat steps-head
|
D | make-workflow-zephyr | 3 cat head-zephyr 10 cat steps-head
|
/picolibc-latest/newlib/libc/search/ |
D | hcreate_r.c | 155 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/ |
D | printf_scanf.c | 254 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/ |
D | do-arm-tk | 14 TK_VERSION=$(head -n 1 "$README" | awk '{ print $NF; }')
|
/picolibc-latest/newlib/ |
D | MAINTAINERS | 19 falls to the head maintainers.
|
/picolibc-latest/doc/ |
D | build.md | 18 system doesn't provide at least this version, head over to
|
/picolibc-latest/ |
D | README.md | 1064 8. Sync up with current newlib head.
|
D | COPYING.picolibc | 2774 .github/workflows/head 2775 .github/workflows/head-zephyr 2779 .github/workflows/steps-head
|