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

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_llround.c7 #define DTYPE_MIN LLONG_MIN
H A Ds_llroundf.c7 #define DTYPE_MIN LLONG_MIN
H A Ds_llroundl.c7 #define DTYPE_MIN LLONG_MIN
/bionic/libc/upstream-openbsd/lib/libc/locale/
H A Dwcstoll.c15 #define MIN_VALUE LLONG_MIN
/bionic/libc/include/
H A Dlimits.h64 #define LONG_LONG_MIN LLONG_MIN
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Dstrtoll.c107 cutoff = neg ? LLONG_MIN : LLONG_MAX;
131 acc = LLONG_MIN;
/bionic/libc/include/sys/
H A Dlimits.h74 # define LLONG_MIN (-0x7fffffffffffffffLL-1) macro
/bionic/libc/tzcode/
H A Dprivate.h179 # ifndef LLONG_MIN
180 # define LLONG_MIN (-1 - LLONG_MAX) macro
187 # define INT_FAST64_MIN LLONG_MIN
225 # define INTMAX_MIN LLONG_MIN
/bionic/tests/
H A Dlibc_logging_test.cpp173 __libc_format_buffer(buf, sizeof(buf), "%lld", LLONG_MIN);
H A Dstdio_test.cpp478 snprintf(buf, sizeof(buf), "%lld", LLONG_MIN);

Completed in 684 milliseconds