Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dlimits.h61 # define LONG_MIN (-0x7fffffffffffffffL-1) macro
66 # define LONG_MIN (-0x7fffffffL-1)/* min value for a long */ macro
/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstol.c15 #define MIN_VALUE LONG_MIN
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_lroundl.c7 #define DTYPE_MIN LONG_MIN
Ds_lroundf.c7 #define DTYPE_MIN LONG_MIN
Ds_lround.c37 #define DTYPE_MIN LONG_MIN
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dstrtol.c104 cutoff = neg ? LONG_MIN : LONG_MAX; in strtol()
128 acc = LONG_MIN; in strtol()
/bionic/libc/tzcode/
Dprivate.h195 # define INT_FAST64_MIN LONG_MIN
212 # define INT_FAST32_MIN LONG_MIN
230 # define INTMAX_MIN LONG_MIN
Dlocaltime.c1993 && ((BIGGEST (INT_FAST32_MIN, LONG_MIN) in time2sub()
/bionic/tests/
Dlibc_logging_test.cpp149 __libc_format_buffer(buf, sizeof(buf), "%ld", LONG_MIN); in TEST()
Dstdio_test.cpp462 snprintf(buf, sizeof(buf), "%ld", LONG_MIN); in TEST()