Home
last modified time | relevance | path

Searched refs:INTMAX_MAX (Results 1 – 7 of 7) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_store_inttype.c13 #ifdef INTMAX_MAX
17 #if INTMAX_MAX > LLONG_MAX
18 #error INTMAX_MAX > LLONG_MAX! The printf code needs to be updated!
21 #elif INTMAX_MAX > LONG_MAX
23 #error No LLONG_MAX and INTMAX_MAX > LONG_MAX! The printf code needs to be updated!
A D_uintmaxtostr.c16 #if (INTMAX_MAX > INT_MAX) && (((INTMAX_MAX/INT_MAX)/2) - 2 <= INT_MAX)
36 if (uval > INTMAX_MAX) { in _uintmaxtostr()
A Dold_vfprintf.c283 #if INTMAX_MAX == INT_MAX
285 #elif INTMAX_MAX == LONG_MAX
287 #elif defined(LLONG_MAX) && (INTMAX_MAX == LLONG_MAX)
A D_vfprintf.c296 #if INTMAX_MAX == INT_MAX
298 #elif INTMAX_MAX == LONG_MAX
300 #elif defined(LLONG_MAX) && (INTMAX_MAX == LLONG_MAX)
A D_scanf.c535 #if INTMAX_MAX == INT_MAX
537 #elif INTMAX_MAX == LONG_MAX
539 #elif defined(LLONG_MAX) && (INTMAX_MAX == LLONG_MAX)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_uintmaxtostr.h34 #if INTMAX_MAX <= 2147483647L
36 #elif INTMAX_MAX <= 9223372036854775807LL
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstdint.h245 # define INTMAX_MAX (__INT64_C(9223372036854775807)) macro
253 # define INTMAX_MAX (LONG_LONG_MAX) macro

Completed in 15 milliseconds