Searched defs:INT64_MAX (Results 1 – 13 of 13) sorted by relevance
1 #define INT64_MAX 42 macro
110 # define INT64_MAX 9223372036854775807LL macro
194 # define INT64_MAX 9223372036854775807LL macro
39 #define INT64_MAX _I64_MAX macro
61 INT64_MAX = (1 << 63) - 1 variable
110 #define INT64_MAX _I64_MAX macro
139 #define INT64_MAX _I64_MAX macro
378 # define INT64_MAX INTMAX_C (9223372036854775807) macro
281 #define INT64_MAX (__INT64_C(9223372036854775807)) macro
475 # define INT64_MAX INT64_C( 9223372036854775807) macro