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

/external/chromium_org/third_party/mesa/src/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/clang/test/Preprocessor/
H A Dstdint.c1046 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/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h189 #define UINTMAX_MAX UINT64_MAX macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h187 #define UINTMAX_MAX UINT64_MAX macro
/external/chromium_org/third_party/re2/mswin/
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/chromium_org/third_party/smhasher/src/
H A Dpstdint.h542 # define UINTMAX_MAX UINT64_MAX macro
558 # define UINTMAX_MAX UINT32_MAX macro
/external/clang/lib/Headers/
H A Dstdint.h679 #define UINTMAX_MAX __UINTN_MAX(__INTMAX_WIDTH__) macro
/external/clang/lib/include/
H A Dstdint.h679 #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 514 milliseconds