Searched defs:INT32_MAX (Results 1 – 19 of 19) sorted by relevance
90 #define INT32_MAX 2147483647 macro134 # define INT32_MAX 2147483647 macro
40 #define INT32_MAX _I32_MAX macro
180 # define INT32_MAX ((int32_t)(2147483647)) macro
90 #define INT32_MAX (0xffffffff) macro
57 INT32_MAX = int((1 << 31) - 1) variable
202 #define INT32_MAX 0x7fffffff macro
108 #define INT32_MAX _I32_MAX macro
137 #define INT32_MAX _I32_MAX macro
371 #define INT32_MAX 2147483647 macro
275 #define INT32_MAX (2147483647) macro
99 #define INT32_MAX (2147483647) macro
97 #define INT32_MAX (2147483647) macro
118 #define INT32_MAX (2147483647) macro
569 # define INT32_MAX INT32_C(2147483647) macro