Searched refs:LLONG_MIN (Results 1 – 10 of 10) sorted by relevance
/bionic/tests/ |
D | limits_test.cpp | 59 #if !defined(LLONG_MIN) in TEST() 60 #error LLONG_MIN in TEST()
|
D | async_safe_test.cpp | 229 async_safe_format_buffer(buf, sizeof(buf), "%lld", LLONG_MIN); in TEST()
|
D | stdio_test.cpp | 796 EXPECT_SNPRINTF("-9223372036854775808", "%lld", LLONG_MIN); in TEST() 800 EXPECT_SWPRINTF(L"-9223372036854775808", L"%lld", LLONG_MIN); in TEST()
|
/bionic/libc/include/ |
D | limits.h | 98 # define LLONG_MIN (-0x7fffffffffffffffLL-1) /* min value for a signed long long */ macro 105 #define LONG_LONG_MIN LLONG_MIN
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_llroundf.c | 7 #define DTYPE_MIN LLONG_MIN
|
D | s_llround.c | 7 #define DTYPE_MIN LLONG_MIN
|
D | s_llroundl.c | 7 #define DTYPE_MIN LLONG_MIN
|
/bionic/libc/bionic/ |
D | strtol.cpp | 151 return StrToI<long long, LLONG_MIN, LLONG_MAX, char>(s, end, base); in strtoll() 155 return StrToI<long long, LLONG_MIN, LLONG_MAX, wchar_t>(s, end, base); in wcstoll()
|
/bionic/libc/tzcode/ |
D | private.h | 307 # ifndef LLONG_MIN 308 # define LLONG_MIN (-1 - LLONG_MAX) macro 323 # define INT_FAST64_MIN LLONG_MIN 362 # define INTMAX_MIN LLONG_MIN 842 int: INT_MIN, long: LONG_MIN, long long: LLONG_MIN, \
|
/bionic/tests/headers/posix/ |
D | limits_h.c | 202 MACRO(LLONG_MIN); in limits_h()
|