Home
last modified time | relevance | path

Searched refs:__EXP (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/include/machine/
D_default_types.h15 #define __EXP(x) __##x##__ macro
18 #define __EXP(x) x macro
30 #if __EXP(LONG_MAX) > 0x7fffffff
32 #elif __EXP(LONG_MAX) == 0x7fffffff && !defined(__SPU__)
48 #elif __EXP(SCHAR_MAX) == 0x7f
62 #elif __EXP(INT_MAX) == 0x7fff
66 #elif __EXP(SHRT_MAX) == 0x7fff
70 #elif __EXP(SCHAR_MAX) == 0x7fff
84 #elif __EXP(INT_MAX) == 0x7fffffffL
88 #elif __EXP(LONG_MAX) == 0x7fffffffL
[all …]
/picolibc-latest/newlib/
DChangeLog-201512560 * libc/include/stdint.h (__EXP): Rename to __STDINT_EXP