Searched refs:LONG_MAX (Results 1 – 16 of 16) sorted by relevance
/bionic/libc/include/ |
D | limits.h | 88 # define LONG_MAX 0x7fffffffffffffffL /* max value for a signed long */ macro 92 # define LONG_MAX 0x7fffffffL /* max value for a long */ macro 127 #define SSIZE_MAX LONG_MAX
|
/bionic/tests/ |
D | limits_test.cpp | 55 #if !defined(LONG_MAX) in TEST() 56 #error LONG_MAX in TEST()
|
D | async_safe_test.cpp | 134 async_safe_format_buffer(buf, sizeof(buf), "%ld", LONG_MAX); in TEST()
|
D | stdlib_test.cpp | 832 ASSERT_EQ(LONG_MAX, labs(-LONG_MAX)); in TEST() 833 ASSERT_EQ(LONG_MAX, labs(LONG_MAX)); in TEST()
|
D | stdio_test.cpp | 705 snprintf(buf, sizeof(buf), "%ld", LONG_MAX); in TEST()
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcstol.c | 16 #define MAX_VALUE LONG_MAX
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_lroundf.c | 8 #define DTYPE_MAX LONG_MAX
|
D | s_lroundl.c | 8 #define DTYPE_MAX LONG_MAX
|
D | s_lround.c | 40 #define DTYPE_MAX LONG_MAX
|
/bionic/libc/tzcode/ |
D | private.h | 201 # if LONG_MAX >> 31 < 0xffffffff 207 # define INT_FAST64_MAX LONG_MAX 222 # define INT_FAST32_MAX LONG_MAX 240 # define INTMAX_MAX LONG_MAX
|
D | localtime.c | 1962 (SMALLEST (INT_FAST32_MAX, LONG_MAX) in time2sub()
|
/bionic/libc/bionic/ |
D | sysconf.cpp | 114 case _SC_ATEXIT_MAX: return LONG_MAX; // Unlimited. in sysconf()
|
D | strtol.cpp | 182 return StrToI<long, LONG_MIN, LONG_MAX>(s, end, base); in strtol()
|
/bionic/tests/headers/posix/ |
D | limits_h.c | 190 MACRO(LONG_MAX); in limits_h()
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | gdtoaimp.h | 244 #ifndef LONG_MAX 245 #define LONG_MAX 2147483647 macro
|
/bionic/libc/stdio/ |
D | stdio.cpp | 614 if (off_t_bits == 32 && offset > LONG_MAX) { in __fseeko64() 661 if (result > LONG_MAX) { in ftello()
|