Home
last modified time | relevance | path

Searched refs:LLONG_MIN (Results 1 – 10 of 10) sorted by relevance

/bionic/tests/
Dlimits_test.cpp58 #if !defined(LLONG_MIN) in TEST()
59 #error LLONG_MIN in TEST()
Dasync_safe_test.cpp202 async_safe_format_buffer(buf, sizeof(buf), "%lld", LLONG_MIN); in TEST()
Dstdio_test.cpp801 snprintf(buf, sizeof(buf), "%lld", LLONG_MIN); in TEST()
/bionic/libc/include/
Dlimits.h98 # 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/
Ds_llroundl.c7 #define DTYPE_MIN LLONG_MIN
Ds_llroundf.c7 #define DTYPE_MIN LLONG_MIN
Ds_llround.c7 #define DTYPE_MIN LLONG_MIN
/bionic/libc/tzcode/
Dprivate.h257 # ifndef LLONG_MIN
258 # define LLONG_MIN (-1 - LLONG_MAX) macro
265 # define INT_FAST64_MIN LLONG_MIN
309 # define INTMAX_MIN LLONG_MIN
658 int: INT_MIN, long: LONG_MIN, long long: LLONG_MIN, \
/bionic/libc/bionic/
Dstrtol.cpp204 return StrToI<long long, LLONG_MIN, LLONG_MAX, char>(s, end, base); in strtoll()
208 return StrToI<long long, LLONG_MIN, LLONG_MAX, wchar_t>(s, end, base); in wcstoll()
/bionic/tests/headers/posix/
Dlimits_h.c202 MACRO(LLONG_MIN); in limits_h()