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

1 2 3 4

  /external/syslinux/com32/include/bitsize32/
stdintlimits.h 14 #define UINTPTR_MAX UINT32_MAX
  /external/syslinux/com32/include/bitsize64/
stdintlimits.h 14 #define UINTPTR_MAX UINT64_MAX
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
stdint.h 68 #if defined(UINTPTR_MAX) && defined(UINT64_MAX) && (UINTPTR_MAX == UINT64_MAX)
  /bionic/libc/bionic/
brk.cpp 62 if ((increment > 0 && static_cast<uintptr_t>(increment) > (UINTPTR_MAX - old_brk)) ||
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_stdint.h 133 #define UINTPTR_MAX UINT32_MAX
137 #define UINTPTR_MAX UINT64_MAX
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 128 #define UINTPTR_MAX UINT64_MAX
132 #define UINTPTR_MAX UINT32_MAX
  /art/test/004-ReferenceMap/
stack_walk_refmap_jni.cc 31 if (native_quick_pc != UINTPTR_MAX) { \
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/
utils_def.h 68 (((ptr) > UINTPTR_MAX - (inc)) ? 1 : 0)
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_limits.h 103 #define UINTPTR_MAX 0xffffffffffffffffULL /* uintptr_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_limits.h 103 #define UINTPTR_MAX 0xffffffffUL /* uintptr_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_limits.h 116 #define UINTPTR_MAX 0xffffffffU /* uintptr_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_limits.h 110 #define UINTPTR_MAX 0xffffffffffffffffUL /* uintptr_t */
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_limits.h 110 #define UINTPTR_MAX 0xffffffffffffffffULL /* uintptr_t */
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 177 # define UINTPTR_MAX UINT64_MAX
181 # define UINTPTR_MAX UINT32_MAX
  /external/libusb/msvc/
stdint.h 179 #define UINTPTR_MAX UINT64_MAX
183 #define UINTPTR_MAX UINT32_MAX
  /external/libvncserver/compat/msvc/
stdint.h 177 # define UINTPTR_MAX UINT64_MAX
181 # define UINTPTR_MAX UINT32_MAX
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 162 # define UINTPTR_MAX UINT64_MAX
166 # define UINTPTR_MAX UINT32_MAX
  /external/vixl/src/
globals-vixl.h 90 #if (UINTPTR_MAX == UINT32_MAX)
92 #elif (UINTPTR_MAX == UINT64_MAX)
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h 223 # define UINTPTR_MAX UINT64_MAX
227 # define UINTPTR_MAX UINT32_MAX
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 183 #define UINTPTR_MAX UINT64_MAX
185 #define UINTPTR_MAX UINT32_MAX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h 232 # define UINTPTR_MAX (18446744073709551615UL)
236 # define UINTPTR_MAX (4294967295U)
  /art/runtime/
oat_quick_method_header.cc 92 return UINTPTR_MAX;
  /external/syslinux/dos/
stdint.h 106 # define UINTPTR_MAX (4294967295U)
  /bionic/tests/headers/posix/
stdint_h.c 109 MACRO(UINTPTR_MAX);

Completed in 421 milliseconds

1 2 3 4