Home
last modified time | relevance | path

Searched refs:__a (Results 1 – 4 of 4) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/
Dstdio.h203 #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/
Dsignal.h73 int sigprocmask (int __how, const sigset_t *__a, sigset_t *__b);
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dmath.h405 (__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/
Dcdefs.h262 #define __alignof(x) __offsetof(struct { char __a; x __b; }, __b)