Home
last modified time | relevance | path

Searched refs:UINTMAX_MAX (Results 1 – 25 of 27) sorted by relevance

12

/external/jemalloc_new/test/unit/
Dmalloc_io.c26 {"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/
Dmalloc_io.c124 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/
Dstdint_h.std_types_t.compile.pass.cpp185 #ifndef UINTMAX_MAX
186 #error UINTMAX_MAX not defined
Dstdint_h.xopen_source.compile.pass.cpp182 #ifndef UINTMAX_MAX
183 #error UINTMAX_MAX not defined
/external/llvm-project/clang/test/Headers/
Dstdint-typeof-MINMAX.cpp30 static_assert(__is_same(__typeof__(UINTMAX_MAX), uintmax_t));
/external/clang/test/Preprocessor/
Dstdint.c1475 UINTMAX_MAX_ UINTMAX_MAX
/external/llvm-project/clang/test/Preprocessor/
Dstdint.c1587 UINTMAX_MAX_ UINTMAX_MAX
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h70 #define UINTMAX_MAX ULLONG_MAX macro
/external/capstone/include/windowsce/
Dstdint.h102 #define UINTMAX_MAX UINT64_MAX macro
/external/llvm-project/libcxx/include/
Dcstdint70 UINTMAX_MAX
/external/libcxx/include/
Dcstdint71 UINTMAX_MAX
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h187 #define UINTMAX_MAX UINT64_MAX macro
/external/icu/icu4c/source/tools/tzcode/
Dprivate.h191 #ifndef UINTMAX_MAX
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp180 #ifndef UINTMAX_MAX
181 #error UINTMAX_MAX not defined
Dstdint_h.pass.cpp224 assert(UINTMAX_MAX == std::numeric_limits<uintmax_t>::max()); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp179 #ifndef UINTMAX_MAX
180 #error UINTMAX_MAX not defined
Dstdint_h.pass.cpp223 assert(UINTMAX_MAX == std::numeric_limits<uintmax_t>::max()); in main()
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp180 #ifndef UINTMAX_MAX
181 #error UINTMAX_MAX not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp179 #ifndef UINTMAX_MAX
180 #error UINTMAX_MAX not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp224 assert(UINTMAX_MAX == std::numeric_limits<std::uintmax_t>::max()); in main()
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp225 assert(UINTMAX_MAX == std::numeric_limits<std::uintmax_t>::max()); in main()
/external/python/cpython2/Lib/plat-linux2/
DIN.py136 UINTMAX_MAX = (__UINT64_C(18446744073709551615)) variable
/external/llvm-project/clang/lib/Headers/
Dstdint.h664 #define UINTMAX_MAX __UINTMAX_MAX__ macro
/external/clang/lib/Headers/
Dstdint.h678 #define UINTMAX_MAX __UINTN_MAX(__INTMAX_WIDTH__) macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py264 UINTMAX_MAX = (__UINT64_C(18446744073709551615)) variable

12