Searched refs:INT8_C (Results 1 – 13 of 13) sorted by relevance
414 (!defined(INT8_C) || !defined(INT16_C) || !defined(INT32_C) || !defined(INT64_C))429 #undef INT8_C446 #ifndef INT8_C447 # define INT8_C(value) value##i8 macro483 # if (UCHAR_MAX == 0xff) && !defined(INT8_C)484 # define INT8_C(value) static_cast<boost::int8_t>(value) macro
54 #undef INT8_C65 #define INT8_C(val) val##i8 macro276 #define INT8_C(val) val##i8 macro
25 #define S8_C(x) INT8_C(x)
239 #undef INT8_C240 #define INT8_C(c) __INT8_C(c) macro
87 INT8_C(value)
189 #define INT8_C(v) v macro
187 #define INT8_C(v) v macro
248 # define INT8_C(c) c macro
794 + (!defined(INT8_C) || !defined(INT16_C) || !defined(INT32_C) || !defined(INT64_C))812 +#ifndef INT8_C813 +# define INT8_C(value) value##i8849 +# if (UCHAR_MAX == 0xff) && !defined(INT8_C)850 +# define INT8_C(value) static_cast<boost::int8_t>(value)