/external/jemalloc/test/unit/ |
D | util.c | 79 {"0", "0", -1, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN() 80 {"0", "0", 1, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN() 81 {"0", "0", 37, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN() 83 {"", "", 0, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN() 84 {"+", "+", 0, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN() 85 {"++3", "++3", 0, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN() 86 {"-", "-", 0, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN()
|
/external/bison/darwin-lib/ |
D | stdint.h | 323 #ifndef UINTMAX_MAX 491 #ifndef UINTMAX_MAX 493 # define UINTMAX_MAX UINT64_MAX macro 495 # define UINTMAX_MAX UINT32_MAX macro
|
/external/jemalloc/src/ |
D | util.c | 119 ret = UINTMAX_MAX; in malloc_strtoumax() 196 ret = UINTMAX_MAX; in malloc_strtoumax() 207 ret = UINTMAX_MAX; in malloc_strtoumax() 452 assert(uwidth != UINTMAX_MAX || get_errno() != in malloc_vsnprintf() 475 assert(uprec != UINTMAX_MAX || get_errno() != in malloc_vsnprintf()
|
D | ctl.c | 855 if (index == UINTMAX_MAX || index > SIZE_T_MAX) { in ctl_lookup()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_snprintf.c | 290 #ifndef UINTMAX_MAX 291 #define UINTMAX_MAX ULLONG_MAX macro 295 #ifdef UINTMAX_MAX 296 #undef UINTMAX_MAX 298 #define UINTMAX_MAX ULLONG_MAX macro 1107 if ((intpart = cast(ufvalue)) == UINTMAX_MAX) { in fmtflt() 1365 if (value >= UINTMAX_MAX) in cast() 1366 return UINTMAX_MAX; in cast()
|
/external/bison/lib/ |
D | stdint.in.h | 322 #ifndef UINTMAX_MAX 490 #ifndef UINTMAX_MAX 492 # define UINTMAX_MAX UINT64_MAX 494 # define UINTMAX_MAX UINT32_MAX
|
/external/bison/m4/ |
D | inttypes.m4 | 77 [defined UINT32_MAX && defined UINTMAX_MAX], 78 [UINT32_MAX < UINTMAX_MAX],
|
D | stdint.m4 | 151 uintmax_t j = UINTMAX_MAX; 209 int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1475 UINTMAX_MAX_ UINTMAX_MAX
|
/external/libcxx/include/ |
D | cstdint | 71 UINTMAX_MAX
|
/external/opencv3/3rdparty/include/ |
D | msc_stdint.h | 158 #define UINTMAX_MAX UINT64_MAX macro
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 187 #define UINTMAX_MAX UINT64_MAX macro
|
/external/mesa3d/include/c99/ |
D | stdint.h | 187 #define UINTMAX_MAX UINT64_MAX macro
|
/external/libvncserver/compat/msvc/ |
D | stdint.h | 187 #define UINTMAX_MAX UINT64_MAX macro
|
/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 191 #ifndef UINTMAX_MAX
|
/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/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 223 assert(UINTMAX_MAX == std::numeric_limits<uintmax_t>::max()); in main()
|
/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/clang/lib/Headers/ |
D | stdint.h | 678 #define UINTMAX_MAX __UINTN_MAX(__INTMAX_WIDTH__) macro
|
/external/bison/ |
D | configure | 14276 uintmax_t j = UINTMAX_MAX; 14334 int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
|