Searched refs:ULLONG_MAX (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/ |
D | limits_test.cpp | 77 #if !defined(ULLONG_MAX) in TEST() 78 #error ULLONG_MAX in TEST()
|
/bionic/libc/include/ |
D | limits.h | 96 # define ULLONG_MAX 0xffffffffffffffffULL /* max value for unsigned long long */ macro 113 #define ULONG_LONG_MAX ULLONG_MAX
|
/bionic/libc/tzcode/ |
D | private.h | 310 # ifndef ULLONG_MAX 311 # define ULLONG_MAX (LLONG_MAX * 2ull + 1) macro 396 # define UINT_FAST64_MAX ULLONG_MAX 401 # ifdef ULLONG_MAX 403 # define UINTMAX_MAX ULLONG_MAX 411 # ifdef ULLONG_MAX
|
/bionic/libc/bionic/ |
D | strtol.cpp | 167 return StrToI<unsigned long long, 0, ULLONG_MAX, char>(s, end, base); in strtoull() 171 return StrToI<unsigned long long, 0, ULLONG_MAX, wchar_t>(s, end, base); in wcstoull()
|
D | gwp_asan_wrappers.cpp | 326 if (value == ULLONG_MAX || *end != '\0') { in GetGwpAsanIntegerOption()
|
/bionic/tests/headers/posix/ |
D | limits_h.c | 214 MACRO(ULLONG_MAX); in limits_h()
|