Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dstdio.h207 #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/
Dsignal.h70 int sigprocmask (int __how, const sigset_t *__a, sigset_t *__b);
/picolibc-latest/newlib/libc/include/
Dmath.h431 (__extension__ ({__typeof__(a) __a = (a); __typeof__(b) __b = (b); \
432 fpclassify(__a) == FP_NAN || fpclassify(__b) == FP_NAN;}))
/picolibc-latest/newlib/libc/include/sys/
Dcdefs.h291 #define __alignof(x) __offsetof(struct { char __a; x __b; }, __b)