Home
last modified time | relevance | path

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

/external/jemalloc/test/unit/
Dutil.c79 {"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/
Dstdint.h323 #ifndef UINTMAX_MAX
491 #ifndef UINTMAX_MAX
493 # define UINTMAX_MAX UINT64_MAX macro
495 # define UINTMAX_MAX UINT32_MAX macro
/external/jemalloc/src/
Dutil.c119 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()
Dctl.c855 if (index == UINTMAX_MAX || index > SIZE_T_MAX) { in ctl_lookup()
/external/mesa3d/src/gallium/auxiliary/util/
Du_snprintf.c290 #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/
Dstdint.in.h322 #ifndef UINTMAX_MAX
490 #ifndef UINTMAX_MAX
492 # define UINTMAX_MAX UINT64_MAX
494 # define UINTMAX_MAX UINT32_MAX
/external/bison/m4/
Dinttypes.m477 [defined UINT32_MAX && defined UINTMAX_MAX],
78 [UINT32_MAX < UINTMAX_MAX],
Dstdint.m4151 uintmax_t j = UINTMAX_MAX;
209 int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
/external/clang/test/Preprocessor/
Dstdint.c1475 UINTMAX_MAX_ UINTMAX_MAX
/external/libcxx/include/
Dcstdint71 UINTMAX_MAX
/external/opencv3/3rdparty/include/
Dmsc_stdint.h158 #define UINTMAX_MAX UINT64_MAX macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h187 #define UINTMAX_MAX UINT64_MAX macro
/external/mesa3d/include/c99/
Dstdint.h187 #define UINTMAX_MAX UINT64_MAX macro
/external/libvncserver/compat/msvc/
Dstdint.h187 #define UINTMAX_MAX UINT64_MAX macro
/external/icu/icu4c/source/tools/tzcode/
Dprivate.h191 #ifndef UINTMAX_MAX
/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/depr/depr.c.headers/
Dstdint_h.pass.cpp223 assert(UINTMAX_MAX == std::numeric_limits<uintmax_t>::max()); in main()
/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/clang/lib/Headers/
Dstdint.h678 #define UINTMAX_MAX __UINTN_MAX(__INTMAX_WIDTH__) macro
/external/bison/
Dconfigure14276 uintmax_t j = UINTMAX_MAX;
14334 int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;