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

1 2

  /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/machine/
_stdint.h 133 #define UINTPTR_MAX UINT32_MAX
137 #define UINTPTR_MAX UINT64_MAX
  /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/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/syslinux/dos/
stdint.h 106 # define UINTPTR_MAX (4294967295U)
  /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/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdint-gcc.h 197 # undef UINTPTR_MAX
198 # define UINTPTR_MAX __UINTPTR_MAX__
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdint-gcc.h 197 # undef UINTPTR_MAX
198 # define UINTPTR_MAX __UINTPTR_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/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stdint-gcc.h 197 # undef UINTPTR_MAX
198 # define UINTPTR_MAX __UINTPTR_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 197 # undef UINTPTR_MAX
198 # define UINTPTR_MAX __UINTPTR_MAX__
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdint-gcc.h 197 # undef UINTPTR_MAX
198 # define UINTPTR_MAX __UINTPTR_MAX__
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdint-gcc.h 197 # undef UINTPTR_MAX
198 # define UINTPTR_MAX __UINTPTR_MAX__
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
stdint-gcc.h 197 # undef UINTPTR_MAX
198 # define UINTPTR_MAX __UINTPTR_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)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
stdint-gcc.h 197 # undef UINTPTR_MAX
198 # define UINTPTR_MAX __UINTPTR_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

Completed in 379 milliseconds

1 2