Home | History | Annotate | Download | only in src

Lines Matching defs:INT64_MAX

81  *       presence with the test: #ifdef INT64_MAX or #ifdef UINT64_MAX.
143 * defined if INT64_MAX is not defined. These are an extension
246 # define INT64_C(x) (x + (INT64_MAX - INT64_MAX))
272 # if !defined (INT64_MAX)
273 # define INT64_MAX 9223372036854775807LL
282 # define INTMAX_MAX INT64_MAX
491 #if !defined (INT64_MAX) && defined (INT64_C)
492 # define INT64_MAX INT64_C (9223372036854775807)
540 # define INTMAX_MAX INT64_MAX
602 # define INT_LEAST64_MAX INT64_MAX
758 #ifdef INT64_MAX
780 #ifdef INT64_MAX
792 #ifdef INT64_MAX