Searched refs:__a (Results 1 – 4 of 4) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/ |
D | stdio.h | 203 #define __FORMAT_ATTRIBUTE__(__a, __s, __f) __attribute__((__format__ (__a, __s, 0))) argument 205 #define __FORMAT_ATTRIBUTE__(__a, __s, __f) __attribute__((__format__ (__a, __s, __f))) argument 208 #define __FORMAT_ATTRIBUTE__(__a, __s, __f) argument
|
/picolibc-3.5.0-3.4.0/newlib/libc/machine/cris/sys/ |
D | signal.h | 73 int sigprocmask (int __how, const sigset_t *__a, sigset_t *__b);
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/ |
D | math.h | 405 (__extension__ ({__typeof__(a) __a = (a); __typeof__(b) __b = (b); \ 406 fpclassify(__a) == FP_NAN || fpclassify(__b) == FP_NAN;}))
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/sys/ |
D | cdefs.h | 262 #define __alignof(x) __offsetof(struct { char __a; x __b; }, __b)
|