Searched refs:__STRINGIFY (Results 1 – 1 of 1) sorted by relevance
43 #define __STRINGIFY(a) #a macro46 #define __PRI8(x) __INT8 __STRINGIFY(x)47 #define __PRI8LEAST(x) __LEAST8 __STRINGIFY(x)48 #define __PRI8FAST(x) __FAST8 __STRINGIFY(x)61 #define __SCN8(x) __INT8 __STRINGIFY(x)62 #define __SCN8LEAST(x) __LEAST8 __STRINGIFY(x)63 #define __SCN8FAST(x) __FAST8 __STRINGIFY(x)123 #define __PRI16(x) __INT16 __STRINGIFY(x)124 #define __PRI16LEAST(x) __LEAST16 __STRINGIFY(x)125 #define __PRI16FAST(x) __FAST16 __STRINGIFY(x)[all …]