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

1 2 3 4

  /external/clang/test/Headers/Inputs/include/
stdint.h 14 typedef unsigned __INTPTR_TYPE__ uintptr_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stdint.h 90 #ifndef uintptr_t
91 typedef __uintptr_t uintptr_t; typedef
92 #define uintptr_t __uintptr_t macro
  /external/libvpx/libvpx/vpx/
vpx_integer.h 36 typedef size_t uintptr_t; typedef
  /external/syslinux/com32/include/bitsize32/
stdint.h 17 typedef unsigned int uintptr_t; typedef
  /external/syslinux/com32/include/bitsize64/
stdint.h 17 typedef unsigned long int uintptr_t; typedef
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
_stdint.h 78 typedef __uintptr_t uintptr_t; typedef
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt_env.h 29 typedef UINTN uintptr_t; typedef
  /external/clang/test/CodeGenCXX/
mangle-ms-back-references.cpp 47 typedef unsigned int uintptr_t; typedef
49 void *h(size_t a, uintptr_t b) { return 0; }
  /external/icu/icu4c/source/common/
putilimp.h 62 * uintptr_t is an optional part of the standard definitions in stdint.h.
64 * "On XSI-conformant systems, the intptr_t and uintptr_t types are required;
66 * We assume that when uintptr_t is defined, UINTPTR_MAX is defined as well.
72 typedef size_t uintptr_t; typedef
542 * but that do not define uintptr_t.
557 ((void *)(((uintptr_t)(base)+0x7fffffffu) > (uintptr_t)(base) \
558 ? ((uintptr_t)(base)+0x7fffffffu) \
559 : (uintptr_t)-1))
  /external/clang/test/Analysis/
null-deref-ps.c 4 typedef unsigned uintptr_t; typedef
52 uintptr_t x = (uintptr_t) p;
63 uintptr_t x = array; // expected-warning{{incompatible pointer to integer conversion}}
  /external/v8/tools/clang/plugins/tests/
ipc.cpp 9 typedef unsigned int uintptr_t; typedef
221 CALL_WRITEPARAM(uintptr_t) // ERROR
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 116 typedef unsigned __int64 uintptr_t; typedef
119 typedef _W64 unsigned int uintptr_t; typedef
  /external/libusb/msvc/
stdint.h 49 #undef uintptr_t macro
51 typedef unsigned __int64 uintptr_t; typedef
53 typedef unsigned int uintptr_t; typedef
  /external/libvncserver/compat/msvc/
stdint.h 116 typedef unsigned __int64 uintptr_t; typedef
119 typedef _W64 unsigned int uintptr_t; typedef
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 101 typedef unsigned __int64 uintptr_t; typedef
104 typedef _W64 unsigned int uintptr_t; typedef
  /external/syslinux/dos/
stdint.h 47 typedef uint32_t uintptr_t; typedef
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h 162 typedef unsigned __int64 uintptr_t; typedef
165 typedef _W64 unsigned int uintptr_t; typedef
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdint-gcc.h 86 typedef __UINTPTR_TYPE__ uintptr_t; typedef
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdint-gcc.h 86 typedef __UINTPTR_TYPE__ uintptr_t; typedef
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 89 typedef unsigned long uintptr_t; typedef
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stdint-gcc.h 86 typedef __UINTPTR_TYPE__ uintptr_t; typedef
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stdint-gcc.h 86 typedef __UINTPTR_TYPE__ uintptr_t; typedef
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdint-gcc.h 86 typedef __UINTPTR_TYPE__ uintptr_t; typedef
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdint-gcc.h 86 typedef __UINTPTR_TYPE__ uintptr_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
stdint-gcc.h 86 typedef __UINTPTR_TYPE__ uintptr_t; typedef

Completed in 1107 milliseconds

1 2 3 4