Searched refs:INT32_C (Results 1 – 9 of 9) sorted by relevance
392 # define INT32_C(v) __int_c(v, __int32_c_suffix) macro395 # define INT32_C(v) v macro570 # define INT32_MAX INT32_C(2147483647)571 # define INT32_MIN (-INT32_C(2147483647)-1)
40 #define INT32_C(c) (c) macro
147 #ifndef INT32_C148 # define INT32_C(C) C##i32 macro
47 #define INT32_C(c) (c) macro
48 #define INT32_C(c) (c) macro
89 INT32_C(value)