/external/jemalloc_new/test/unit/ |
D | malloc_io.c | 26 {"0", "0", -1, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN() 27 {"0", "0", 1, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN() 28 {"0", "0", 37, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN() 30 {"", "", 0, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN() 31 {"+", "+", 0, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN() 32 {"++3", "++3", 0, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN() 33 {"-", "-", 0, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN()
|
/external/jemalloc_new/src/ |
D | malloc_io.c | 124 ret = UINTMAX_MAX; in malloc_strtoumax() 206 ret = UINTMAX_MAX; in malloc_strtoumax() 218 ret = UINTMAX_MAX; in malloc_strtoumax() 464 assert(uwidth != UINTMAX_MAX || get_errno() != in malloc_vsnprintf() 488 assert(uprec != UINTMAX_MAX || get_errno() != in malloc_vsnprintf()
|
/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/ |
D | stdint_h.std_types_t.compile.pass.cpp | 185 #ifndef UINTMAX_MAX 186 #error UINTMAX_MAX not defined
|
D | stdint_h.xopen_source.compile.pass.cpp | 182 #ifndef UINTMAX_MAX 183 #error UINTMAX_MAX not defined
|
/external/llvm-project/clang/test/Headers/ |
D | stdint-typeof-MINMAX.cpp | 30 static_assert(__is_same(__typeof__(UINTMAX_MAX), uintmax_t));
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1475 UINTMAX_MAX_ UINTMAX_MAX
|
/external/llvm-project/clang/test/Preprocessor/ |
D | stdint.c | 1587 UINTMAX_MAX_ UINTMAX_MAX
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | stdint.h | 70 #define UINTMAX_MAX ULLONG_MAX macro
|
/external/capstone/include/windowsce/ |
D | stdint.h | 102 #define UINTMAX_MAX UINT64_MAX macro
|
/external/llvm-project/libcxx/include/ |
D | cstdint | 70 UINTMAX_MAX
|
/external/libcxx/include/ |
D | cstdint | 71 UINTMAX_MAX
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 187 #define UINTMAX_MAX UINT64_MAX macro
|
/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 191 #ifndef UINTMAX_MAX
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 180 #ifndef UINTMAX_MAX 181 #error UINTMAX_MAX not defined
|
D | stdint_h.pass.cpp | 224 assert(UINTMAX_MAX == std::numeric_limits<uintmax_t>::max()); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 179 #ifndef UINTMAX_MAX 180 #error UINTMAX_MAX not defined
|
D | stdint_h.pass.cpp | 223 assert(UINTMAX_MAX == std::numeric_limits<uintmax_t>::max()); in main()
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 180 #ifndef UINTMAX_MAX 181 #error UINTMAX_MAX not defined
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 179 #ifndef UINTMAX_MAX 180 #error UINTMAX_MAX not defined
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 224 assert(UINTMAX_MAX == std::numeric_limits<std::uintmax_t>::max()); in main()
|
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 225 assert(UINTMAX_MAX == std::numeric_limits<std::uintmax_t>::max()); in main()
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 136 UINTMAX_MAX = (__UINT64_C(18446744073709551615)) variable
|
/external/llvm-project/clang/lib/Headers/ |
D | stdint.h | 664 #define UINTMAX_MAX __UINTMAX_MAX__ macro
|
/external/clang/lib/Headers/ |
D | stdint.h | 678 #define UINTMAX_MAX __UINTN_MAX(__INTMAX_WIDTH__) macro
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 264 UINTMAX_MAX = (__UINT64_C(18446744073709551615)) variable
|