Searched defs:UINTMAX_MAX (Results 1 - 9 of 9) sorted by relevance

/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/jemalloc/include/msvc_compat/C99/
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/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/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/chromium_org/third_party/smhasher/src/
H A Dpstdint.h546 # define UINTMAX_MAX UINT64_MAX macro
562 # define UINTMAX_MAX UINT32_MAX macro
/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/clang/lib/Headers/
H A Dstdint.h678 #define UINTMAX_MAX __UINTN_MAX(__INTMAX_WIDTH__) macro

Completed in 4199 milliseconds