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

1 2 3

  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstoumax.c 16 #define MAX_VALUE UINTMAX_MAX
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
wcstoumax.c 57 #define __wUINT_MAX UINTMAX_MAX
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
strtoumax.c 103 cutoff = DivU64x32 ((UINT64) UINTMAX_MAX, (UINT32) base);
104 cutlim = (int) ModU64x32 ((UINT64) UINTMAX_MAX, (UINT32) base);
124 return UINTMAX_MAX;
127 acc = UINTMAX_MAX;
  /external/jemalloc/test/unit/
util.c 80 {"0", "0", -1, ERR(EINVAL), UINTMAX_MAX},
81 {"0", "0", 1, ERR(EINVAL), UINTMAX_MAX},
82 {"0", "0", 37, ERR(EINVAL), UINTMAX_MAX},
84 {"", "", 0, ERR(EINVAL), UINTMAX_MAX},
85 {"+", "+", 0, ERR(EINVAL), UINTMAX_MAX},
86 {"++3", "++3", 0, ERR(EINVAL), UINTMAX_MAX},
87 {"-", "-", 0, ERR(EINVAL), UINTMAX_MAX},
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_limits.h 109 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_limits.h 109 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_limits.h 122 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_limits.h 116 #define UINTMAX_MAX 0xffffffffffffffffUL /* uintmax_t */
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_limits.h 116 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_stdint.h 146 #define UINTMAX_MAX UINT64_MAX
  /external/syslinux/dos/
stdint.h 110 # define UINTMAX_MAX (18446744073709551615ULL)
  /external/jemalloc/src/
util.c 120 ret = UINTMAX_MAX;
197 ret = UINTMAX_MAX;
208 ret = UINTMAX_MAX;
454 assert(uwidth != UINTMAX_MAX || get_errno() !=
477 assert(uprec != UINTMAX_MAX || get_errno() !=
  /bionic/tests/headers/posix/
stdint_h.c 113 MACRO(UINTMAX_MAX);
  /external/syslinux/com32/include/
stdint.h 72 #define UINTMAX_MAX UINT64_MAX
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 138 #define UINTMAX_MAX UINT64_MAX
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdint-gcc.h 205 #undef UINTMAX_MAX
206 #define UINTMAX_MAX __UINTMAX_MAX__
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdint-gcc.h 205 #undef UINTMAX_MAX
206 #define UINTMAX_MAX __UINTMAX_MAX__
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stdint-gcc.h 205 #undef UINTMAX_MAX
206 #define UINTMAX_MAX __UINTMAX_MAX__
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stdint-gcc.h 205 #undef UINTMAX_MAX
206 #define UINTMAX_MAX __UINTMAX_MAX__
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdint-gcc.h 205 #undef UINTMAX_MAX
206 #define UINTMAX_MAX __UINTMAX_MAX__
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdint-gcc.h 205 #undef UINTMAX_MAX
206 #define UINTMAX_MAX __UINTMAX_MAX__
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
stdint-gcc.h 205 #undef UINTMAX_MAX
206 #define UINTMAX_MAX __UINTMAX_MAX__
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
stdint-gcc.h 205 #undef UINTMAX_MAX
206 #define UINTMAX_MAX __UINTMAX_MAX__
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stdint-gcc.h 205 #undef UINTMAX_MAX
206 #define UINTMAX_MAX __UINTMAX_MAX__

Completed in 237 milliseconds

1 2 3