Searched refs:INTMAX_MAX (Results 1 – 7 of 7) sorted by relevance
13 #ifdef INTMAX_MAX17 #if INTMAX_MAX > LLONG_MAX18 #error INTMAX_MAX > LLONG_MAX! The printf code needs to be updated!21 #elif INTMAX_MAX > LONG_MAX23 #error No LLONG_MAX and INTMAX_MAX > LONG_MAX! The printf code needs to be updated!
16 #if (INTMAX_MAX > INT_MAX) && (((INTMAX_MAX/INT_MAX)/2) - 2 <= INT_MAX)36 if (uval > INTMAX_MAX) { in _uintmaxtostr()
283 #if INTMAX_MAX == INT_MAX285 #elif INTMAX_MAX == LONG_MAX287 #elif defined(LLONG_MAX) && (INTMAX_MAX == LLONG_MAX)
296 #if INTMAX_MAX == INT_MAX298 #elif INTMAX_MAX == LONG_MAX300 #elif defined(LLONG_MAX) && (INTMAX_MAX == LLONG_MAX)
535 #if INTMAX_MAX == INT_MAX537 #elif INTMAX_MAX == LONG_MAX539 #elif defined(LLONG_MAX) && (INTMAX_MAX == LLONG_MAX)
34 #if INTMAX_MAX <= 2147483647L36 #elif INTMAX_MAX <= 9223372036854775807LL
245 # define INTMAX_MAX (__INT64_C(9223372036854775807)) macro253 # define INTMAX_MAX (LONG_LONG_MAX) macro
Completed in 15 milliseconds