HomeSort by relevance Sort by last modified time
    Searched refs:UINTMAX_MAX (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstoumax.c 16 #define MAX_VALUE UINTMAX_MAX
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
strtoumax.c 74 cutoff = UINTMAX_MAX / (uintmax_t)base;
75 cutlim = UINTMAX_MAX % (uintmax_t)base;
89 acc = UINTMAX_MAX;
  /external/jemalloc/test/unit/
util.c 58 {"0", "0", -1, ERR(EINVAL), UINTMAX_MAX},
59 {"0", "0", 1, ERR(EINVAL), UINTMAX_MAX},
60 {"0", "0", 37, ERR(EINVAL), UINTMAX_MAX},
62 {"", "", 0, ERR(EINVAL), UINTMAX_MAX},
63 {"+", "+", 0, ERR(EINVAL), UINTMAX_MAX},
64 {"++3", "++3", 0, ERR(EINVAL), UINTMAX_MAX},
65 {"-", "-", 0, ERR(EINVAL), UINTMAX_MAX},
  /ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp 119 #ifndef UINTMAX_MAX
120 #error UINTMAX_MAX defined!
test_c.c 117 #ifndef UINTMAX_MAX
118 #error UINTMAX_MAX defined!
test_no_macros.cpp 119 #ifdef UINTMAX_MAX
120 #error UINTMAX_MAX defined!
  /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/clang/test/Preprocessor/
stdint.c     [all...]
  /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...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdint.h 235 #define UINTMAX_MAX UINT64_MAX
247 #define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdint.h 235 #define UINTMAX_MAX UINT64_MAX
247 #define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdint.h 235 #define UINTMAX_MAX UINT64_MAX
247 #define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdint.h 235 #define UINTMAX_MAX UINT64_MAX
247 #define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdint.h 235 #define UINTMAX_MAX UINT64_MAX
247 #define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdint.h 235 #define UINTMAX_MAX UINT64_MAX
247 #define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX

Completed in 919 milliseconds

1 2 3 4 5 6