HomeSort by relevance Sort by last modified time
    Searched defs:UINTMAX_MAX (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 189 #define UINTMAX_MAX UINT64_MAX
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 187 #define UINTMAX_MAX UINT64_MAX
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 187 #define UINTMAX_MAX UINT64_MAX
  /external/mesa3d/include/c99/
stdint.h 187 #define UINTMAX_MAX UINT64_MAX
  /bionic/libc/include/
stdint.h 199 #define UINTMAX_MAX UINT64_MAX
  /development/ndk/platforms/android-3/include/
stdint.h 226 # define UINTMAX_MAX UINT64_MAX
  /development/ndk/platforms/android-L/include/
stdint.h 200 #define UINTMAX_MAX UINT64_MAX
  /external/bison/darwin-lib/
stdint.h 306 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
495 # define UINTMAX_MAX UINT32_MAX
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_snprintf.c 284 /* Support for uintmax_t. We also need UINTMAX_MAX. */
290 #ifndef UINTMAX_MAX
291 #define UINTMAX_MAX ULLONG_MAX
292 #endif /* !defined(UINTMAX_MAX) */
295 #ifdef UINTMAX_MAX
296 #undef UINTMAX_MAX
297 #endif /* defined(UINTMAX_MAX) */
298 #define UINTMAX_MAX ULLONG_MAX
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/
pstdint.h 546 # define UINTMAX_MAX UINT64_MAX
562 # define UINTMAX_MAX UINT32_MAX
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 284 /* Support for uintmax_t. We also need UINTMAX_MAX. */
290 #ifndef UINTMAX_MAX
291 #define UINTMAX_MAX ULLONG_MAX
292 #endif /* !defined(UINTMAX_MAX) */
295 #ifdef UINTMAX_MAX
296 #undef UINTMAX_MAX
297 #endif /* defined(UINTMAX_MAX) */
298 #define UINTMAX_MAX ULLONG_MAX
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/
stdint.h 678 #define UINTMAX_MAX __UINTN_MAX(__INTMAX_WIDTH__)

Completed in 354 milliseconds