Searched refs:INT32_C (Results 1 – 14 of 14) sorted by relevance
158 #ifndef INT32_C159 # define INT32_C(C) C##i32 macro
145 #ifndef INT32_C146 # define INT32_C(C) C##i32 macro
148 #ifndef INT32_C149 # define INT32_C(C) C##i32
351 # define INT32_C(v) __int_c(v, __int32_c_suffix) macro354 # define INT32_C(v) v macro529 # define INT32_MAX INT32_C(2147483647)530 # define INT32_MIN (-INT32_C(2147483647)-1)
953 INT32_C_(0) INT32_C(0)
591 #undef INT32_C593 #define INT32_C(x) x macro
590 #undef INT32_C592 #define INT32_C(x) x
242 #define INT32_C(val) (INT_LEAST32_MAX-INT_LEAST32_MAX+(val)) macro
805 #if( !defined( INT32_C ) )806 #define INT32_C( value ) value ## L macro
2804 DebugSNPrintF( s, sizeof( s ), "%ld", (long) INT32_C( 2147483647 ) ); in DebugServicesTest()
117 int_least32_t c3 = INT32_C (0x7fffffff);
633 # define INT32_C(c) c
596 # define INT32_C(c) c
14242 int_least32_t c3 = INT32_C (0x7fffffff);