Searched refs:UINTMAX_MAX (Results 1 - 17 of 17) sorted by relevance

/external/jemalloc/test/unit/
H A Dutil.c79 {"0", "0", -1, ERR(EINVAL), UINTMAX_MAX},
80 {"0", "0", 1, ERR(EINVAL), UINTMAX_MAX},
81 {"0", "0", 37, ERR(EINVAL), UINTMAX_MAX},
83 {"", "", 0, ERR(EINVAL), UINTMAX_MAX},
84 {"+", "+", 0, ERR(EINVAL), UINTMAX_MAX},
85 {"++3", "++3", 0, ERR(EINVAL), UINTMAX_MAX},
86 {"-", "-", 0, ERR(EINVAL), UINTMAX_MAX},
/external/clang/test/Preprocessor/
H A Dstdint.c1475 UINTMAX_MAX_ UINTMAX_MAX
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_snprintf.c284 /* Support for uintmax_t. We also need UINTMAX_MAX. */
290 #ifndef UINTMAX_MAX
291 #define UINTMAX_MAX ULLONG_MAX macro
292 #endif /* !defined(UINTMAX_MAX) */
295 #ifdef UINTMAX_MAX
296 #undef UINTMAX_MAX macro
297 #endif /* defined(UINTMAX_MAX) */
298 #define UINTMAX_MAX ULLONG_MAX macro
1085 * digits of the 32-bit, the 64-bit, or the 128-bit UINTMAX_MAX value
1107 if ((intpart = cast(ufvalue)) == UINTMAX_MAX) {
[all...]
/external/bison/darwin-lib/
H A Dstdint.h306 similarly for UINTMAX_MAX and uintmax_t. This avoids problems with
323 #ifndef UINTMAX_MAX
491 #ifndef UINTMAX_MAX
493 # define UINTMAX_MAX UINT64_MAX macro
495 # define UINTMAX_MAX UINT32_MAX macro
/external/bison/lib/
H A Dstdint.in.h305 similarly for UINTMAX_MAX and uintmax_t. This avoids problems with
322 #ifndef UINTMAX_MAX
490 #ifndef UINTMAX_MAX
492 # define UINTMAX_MAX UINT64_MAX
494 # define UINTMAX_MAX UINT32_MAX
/external/jemalloc/src/
H A Dutil.c119 ret = UINTMAX_MAX;
196 ret = UINTMAX_MAX;
207 ret = UINTMAX_MAX;
452 assert(uwidth != UINTMAX_MAX || get_errno() !=
475 assert(uprec != UINTMAX_MAX || get_errno() !=
H A Dctl.c855 if (index == UINTMAX_MAX || index > SIZE_T_MAX) {
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h187 #define UINTMAX_MAX UINT64_MAX macro
/external/libvncserver/compat/msvc/
H A Dstdint.h187 #define UINTMAX_MAX UINT64_MAX macro
/external/mesa3d/include/c99/
H A Dstdint.h187 #define UINTMAX_MAX UINT64_MAX macro
/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h191 #ifndef UINTMAX_MAX
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp222 // UINTMAX_MAX
223 assert(UINTMAX_MAX == std::numeric_limits<uintmax_t>::max());
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp223 // UINTMAX_MAX
224 assert(UINTMAX_MAX == std::numeric_limits<std::uintmax_t>::max());
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp179 #ifndef UINTMAX_MAX
180 #error UINTMAX_MAX not defined
/external/clang/lib/Headers/
H A Dstdint.h678 #define UINTMAX_MAX __UINTN_MAX(__INTMAX_WIDTH__) macro
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dstdint.h678 #define UINTMAX_MAX __UINTN_MAX(__INTMAX_WIDTH__) macro
/external/bison/
H A Dconfigure14276 uintmax_t j = UINTMAX_MAX;
14334 int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
22553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UINT32_MAX < UINTMAX_MAX" >&5
22554 $as_echo_n "checking whether UINT32_MAX < UINTMAX_MAX... " >&6; }
22571 #if defined UINT32_MAX && defined UINTMAX_MAX
22572 #define CONDITION (UINT32_MAX < UINTMAX_MAX)

Completed in 547 milliseconds