Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstol.c15 #define MIN_VALUE LONG_MIN
/bionic/libc/include/
Dlimits.h88 # define LONG_MIN (-0x7fffffffffffffffL-1) /* min value for a signed long */ macro
92 # define LONG_MIN (-0x7fffffffL-1)/* min value for a long */ macro
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_lroundf.c7 #define DTYPE_MIN LONG_MIN
Ds_lroundl.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.h206 # define INT_FAST64_MIN LONG_MIN
223 # define INT_FAST32_MIN LONG_MIN
241 # define INTMAX_MIN LONG_MIN
Dlocaltime.c2010 && ((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.cpp562 snprintf(buf, sizeof(buf), "%ld", LONG_MIN); in TEST()