Searched refs:LONG_MIN (Results 1 – 12 of 12) sorted by relevance
/bionic/tests/ |
D | limits_test.cpp | 52 #if !defined(LONG_MIN) in TEST() 53 #error LONG_MIN in TEST()
|
D | async_safe_test.cpp | 148 async_safe_format_buffer(buf, sizeof(buf), "%ld", LONG_MIN); in TEST()
|
D | stdio_test.cpp | 751 snprintf(buf, sizeof(buf), "%ld", LONG_MIN); in TEST()
|
/bionic/libc/include/ |
D | limits.h | 89 # define LONG_MIN (-0x7fffffffffffffffL-1) /* min value for a signed long */ macro 93 # define LONG_MIN (-0x7fffffffL-1)/* min value for a long */ macro
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcstol.c | 15 #define MIN_VALUE LONG_MIN
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_lroundl.c | 7 #define DTYPE_MIN LONG_MIN
|
D | s_lroundf.c | 7 #define DTYPE_MIN LONG_MIN
|
D | s_lround.c | 39 #define DTYPE_MIN LONG_MIN
|
/bionic/libc/tzcode/ |
D | private.h | 206 # define INT_FAST64_MIN LONG_MIN 223 # define INT_FAST32_MIN LONG_MIN 241 # define INTMAX_MIN LONG_MIN
|
D | localtime.c | 1965 && ((BIGGEST (INT_FAST32_MIN, LONG_MIN) in time2sub()
|
/bionic/tests/headers/posix/ |
D | limits_h.c | 191 MACRO(LONG_MIN); in limits_h()
|
/bionic/libc/bionic/ |
D | strtol.cpp | 179 return StrToI<long, LONG_MIN, LONG_MAX>(s, end, base); in strtol()
|