Searched refs:LLONG_MAX (Results 1 – 2 of 2) sorted by relevance
104 # define LLONG_MAX 9223372036854775807LL macro105 # define LLONG_MIN (-LLONG_MAX - 1LL)132 # define LLONG_MIN (-LLONG_MAX-1)134 # ifndef LLONG_MAX135 # define LLONG_MAX __LONG_LONG_MAX__ macro138 # define ULLONG_MAX (LLONG_MAX * 2ULL + 1)
75 #if !defined LLONG_MAX && defined __INT64_MAX76 # define LLONG_MAX __INT64_MAX macro463 long long int, LLONG_MIN, LLONG_MAX), \505 # ifdef LLONG_MAX515 long long int, LLONG_MIN, LLONG_MAX) \
Completed in 6 milliseconds