Searched refs:LLONG_MAX (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/tzcode/ |
D | private.h | 187 # ifndef LLONG_MAX 188 # define LLONG_MAX __LONG_LONG_MAX__ macro 191 # define LLONG_MIN (-1 - LLONG_MAX) 196 # ifdef LLONG_MAX 199 # define INT_FAST64_MAX LLONG_MAX 212 # if INT_FAST64_MAX == LLONG_MAX 232 # ifdef LLONG_MAX 235 # define INTMAX_MAX LLONG_MAX 246 # if INTMAX_MAX == LLONG_MAX
|
/bionic/tests/ |
D | limits_test.cpp | 61 #if !defined(LLONG_MAX) in TEST() 62 #error LLONG_MAX in TEST()
|
D | stdlib_test.cpp | 892 ASSERT_EQ(LLONG_MAX, llabs(-LLONG_MAX)); in TEST() 893 ASSERT_EQ(LLONG_MAX, llabs(LLONG_MAX)); in TEST()
|
D | async_safe_test.cpp | 162 async_safe_format_buffer(buf, sizeof(buf), "%lld", LLONG_MAX); in TEST()
|
D | stdio_test.cpp | 761 snprintf(buf, sizeof(buf), "%lld", LLONG_MAX); in TEST()
|
/bionic/libc/include/ |
D | limits.h | 97 # define LLONG_MAX 0x7fffffffffffffffLL /* max value for a signed long long */ macro 109 #define LONG_LONG_MAX LLONG_MAX
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcstoll.c | 16 #define MAX_VALUE LLONG_MAX
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_llroundf.c | 8 #define DTYPE_MAX LLONG_MAX
|
D | s_llround.c | 8 #define DTYPE_MAX LLONG_MAX
|
D | s_llroundl.c | 8 #define DTYPE_MAX LLONG_MAX
|
/bionic/tests/headers/posix/ |
D | limits_h.c | 187 MACRO(LLONG_MAX); in limits_h()
|
/bionic/libc/bionic/ |
D | strtol.cpp | 183 return StrToI<long long, LLONG_MIN, LLONG_MAX>(s, end, base); in strtoll()
|