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

1 2 3 4 5

  /external/clang/test/Headers/Inputs/include/
stdint.h 14 typedef unsigned __INTPTR_TYPE__ uintptr_t; typedef
  /external/compiler-rt/lib/profile/
InstrProfilingPort.h 60 typedef uint32_t uintptr_t; typedef
67 typedef unsigned long int uintptr_t; typedef
  /external/libpcap/
pcap-stdinc.h 66 typedef unsigned __int64 uintptr_t; typedef
68 typedef _W64 unsigned int uintptr_t; typedef
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_integer.h 36 typedef size_t uintptr_t; typedef
  /external/libvpx/libvpx/vpx/
vpx_integer.h 47 typedef size_t uintptr_t; typedef
  /external/mesa3d/src/egl/main/
eglcompiler.h 51 typedef unsigned __int64 uintptr_t; typedef
54 typedef unsigned __int32 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 60 * uintptr_t is an optional part of the standard definitions in stdint.h.
62 * "On XSI-conformant systems, the intptr_t and uintptr_t types are required;
64 * We assume that when uintptr_t is defined, UINTPTR_MAX is defined as well.
70 typedef size_t uintptr_t; typedef
537 * but that do not define uintptr_t.
552 ((void *)(((uintptr_t)(base)+0x7fffffffu) > (uintptr_t)(base) \
553 ? ((uintptr_t)(base)+0x7fffffffu) \
554 : (uintptr_t)-1))
  /external/bison/src/
system.h 51 typedef size_t uintptr_t; typedef
  /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/dbus/dbus/
dbus-sysdeps-wince-glue.h 119 typedef unsigned int uintptr_t; typedef
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 116 typedef unsigned __int64 uintptr_t; typedef
119 typedef _W64 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/mesa3d/include/c99/
stdint.h 116 typedef unsigned __int64 uintptr_t; typedef
119 typedef _W64 unsigned int uintptr_t; typedef
  /external/opencv3/3rdparty/include/
msc_stdint.h 87 typedef unsigned __int64 uintptr_t; typedef
90 typedef unsigned int uintptr_t; typedef
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 4 typedef unsigned int uintptr_t; typedef
167 uint8_t *const r_uv = (uint8_t*)((uintptr_t)(uv_buf + 15) & ~15);
  /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/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/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/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/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/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/include/
stdint-gcc.h 86 typedef __UINTPTR_TYPE__ uintptr_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
stdint-gcc.h 86 typedef __UINTPTR_TYPE__ uintptr_t; typedef

Completed in 1588 milliseconds

1 2 3 4 5