Home | History | Annotate | Download | only in time

Lines Matching defs:LLONG_MAX

362 /* Pre-C99 GCC compilers define __LONG_LONG_MAX__ instead of LLONG_MAX.  */
364 # ifndef LLONG_MAX
365 # define LLONG_MAX __LONG_LONG_MAX__
368 # define LLONG_MIN (-1 - LLONG_MAX)
371 # define ULLONG_MAX (LLONG_MAX * 2ull + 1)
384 # define INT_FAST64_MAX LLONG_MAX
417 # ifdef LLONG_MAX
425 # define INTMAX_MAX LLONG_MAX
438 # if INTMAX_MAX == LLONG_MAX
942 int: INT_MAX, long: LONG_MAX, long long: LLONG_MAX, \