Searched refs:INT8_C (Results 1 – 19 of 19) sorted by relevance
24 #define INT8_C(__c) (__c) macro
41 #define INT8_C(c) c macro
44 #define INT8_C(c) c macro
45 #define INT8_C(c) c macro
47 #define INT8_C(c) c macro
47 #define INT8_C(c) __int_join(c, __INT8_C_SUFFIX__) macro
239 #undef INT8_C240 #define INT8_C(c) __INT8_C(c) macro
67 #define S8_C INT8_C
246 #define INT8_C(x) x macro
762 #if ( !defined( INT8_C ) )763 #define INT8_C( value ) value macro
2693 sed = "s@^[ \t]*#[ \t]*define[ \t]*INT8_C(__c)[ \t]*"2694 "((signed char)(__c))[ \t]*$@#define INT8_C(__c) (__c)@";2701 test_text = "# define INT8_C(__c) ((signed char)(__c))\n"