Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstoll.c16 #define MAX_VALUE LLONG_MAX
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_llround.c8 #define DTYPE_MAX LLONG_MAX
Ds_llroundl.c8 #define DTYPE_MAX LLONG_MAX
Ds_llroundf.c8 #define DTYPE_MAX LLONG_MAX
/bionic/libc/tzcode/
Dprivate.h143 #if defined LLONG_MAX || defined __LONG_LONG_MAX__
145 # ifdef LLONG_MAX
147 # define INT_FAST64_MAX LLONG_MAX
174 # if defined LLONG_MAX || defined __LONG_LONG_MAX__
178 # ifdef LLONG_MAX
179 # define INTMAX_MAX LLONG_MAX
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dstrtoll.c96 cutoff = neg ? LLONG_MIN : LLONG_MAX; in strtoll()
130 acc = LLONG_MAX; in strtoll()
/bionic/libc/include/
Dlimits.h101 #define LONG_LONG_MAX LLONG_MAX
/bionic/libc/include/sys/
Dlimits.h72 # define LLONG_MAX 0x7fffffffffffffffLL macro
/bionic/tests/
Dlibc_logging_test.cpp163 __libc_format_buffer(buf, sizeof(buf), "%lld", LLONG_MAX); in TEST()
Dstdio_test.cpp419 snprintf(buf, sizeof(buf), "%lld", LLONG_MAX); in TEST()