Searched refs:__a (Results 1 – 4 of 4) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | stdio.h | 207 #define __FORMAT_ATTRIBUTE__(__a, __s, __f) __attribute__((__format__ (__a, __s, 0))) argument 209 #define __FORMAT_ATTRIBUTE__(__a, __s, __f) __attribute__((__format__ (__a, __s, __f))) argument 212 #define __FORMAT_ATTRIBUTE__(__a, __s, __f) argument
|
/picolibc-latest/newlib/libc/machine/cris/sys/ |
D | signal.h | 70 int sigprocmask (int __how, const sigset_t *__a, sigset_t *__b);
|
/picolibc-latest/newlib/libc/include/ |
D | math.h | 431 (__extension__ ({__typeof__(a) __a = (a); __typeof__(b) __b = (b); \ 432 fpclassify(__a) == FP_NAN || fpclassify(__b) == FP_NAN;}))
|
/picolibc-latest/newlib/libc/include/sys/ |
D | cdefs.h | 291 #define __alignof(x) __offsetof(struct { char __a; x __b; }, __b)
|