Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstoll.c15 #define MIN_VALUE LLONG_MIN
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_llroundf.c7 #define DTYPE_MIN LLONG_MIN
Ds_llround.c7 #define DTYPE_MIN LLONG_MIN
Ds_llroundl.c7 #define DTYPE_MIN LLONG_MIN
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dstrtoll.c96 cutoff = neg ? LLONG_MIN : LLONG_MAX; in strtoll()
120 acc = LLONG_MIN; in strtoll()
/bionic/libc/include/
Dlimits.h97 #define LONG_LONG_MIN LLONG_MIN
/bionic/libc/include/sys/
Dlimits.h74 # define LLONG_MIN (-0x7fffffffffffffffLL-1) macro
/bionic/libc/tzcode/
Dprivate.h146 # define INT_FAST64_MIN LLONG_MIN
180 # define INTMAX_MIN LLONG_MIN
/bionic/tests/
Dlibc_logging_test.cpp173 __libc_format_buffer(buf, sizeof(buf), "%lld", LLONG_MIN); in TEST()
Dstdio_test.cpp425 snprintf(buf, sizeof(buf), "%lld", LLONG_MIN); in TEST()