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

1 2

  /external/clang/test/CodeGen/
2008-12-23-AsmIntPointerTie.c 3 typedef long intptr_t; typedef
5 intptr_t a;
  /external/clang/test/Sema/
static-init.c 3 typedef __typeof((int*) 0 - (int*) 0) intptr_t; typedef
8 float r = (float) (intptr_t) &r; // expected-error {{initializer element is not a compile-time constant}}
9 intptr_t s = (intptr_t) &s;
22 struct foo x = {(intptr_t) u}; // no-error
  /external/collada/include/dae/
daeWin32Platform.h 24 typedef int intptr_t; typedef
  /external/mesa3d/src/mesa/main/
compiler.h 74 typedef __int64 intptr_t; typedef
77 typedef __int32 intptr_t; typedef
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 238 typedef __intptr_t intptr_t; typedef
    [all...]
stdint.h 120 typedef long int intptr_t; typedef
126 typedef int intptr_t; typedef
  /external/e2fsprogs/e2fsck/
pass1b.c 40 typedef long intptr_t; typedef
44 #define INT_TO_VOIDPTR(val) ((void *)(intptr_t)(val))
45 #define VOIDPTR_TO_INT(ptr) ((int)(intptr_t)(ptr))
107 intptr_t ia, ib;
109 ia = (intptr_t)a;
110 ib = (intptr_t)b;
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.h 115 typedef int intptr_t; typedef
  /external/mesa3d/include/c99/
stdint.h 57 // Define _W64 macros to mark types changing their size, like intptr_t.
115 typedef signed __int64 intptr_t; typedef
118 typedef _W64 signed int intptr_t; typedef
  /bionic/libc/include/
stdint.h 204 * intptr_t & uintptr_t
207 typedef int intptr_t; typedef
  /development/ndk/platforms/android-3/include/
stdint.h 204 * intptr_t & uintptr_t
207 typedef int intptr_t; typedef
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 79 <inttypes.h> also defines intptr_t and uintptr_t. */
245 #undef intptr_t macro
249 #define intptr_t gl_intptr_t macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h 208 * intptr_t & uintptr_t
211 typedef int intptr_t; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h 208 * intptr_t & uintptr_t
211 typedef int intptr_t; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h 208 * intptr_t & uintptr_t
211 typedef int intptr_t; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h 208 * intptr_t & uintptr_t
211 typedef int intptr_t; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h 208 * intptr_t & uintptr_t
211 typedef int intptr_t; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h 208 * intptr_t & uintptr_t
211 typedef int intptr_t; typedef
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h 204 * intptr_t & uintptr_t
207 typedef int intptr_t; typedef
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h 204 * intptr_t & uintptr_t
207 typedef int intptr_t; typedef
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h 204 * intptr_t & uintptr_t
207 typedef int intptr_t; typedef
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
stdint.h 204 * intptr_t & uintptr_t
207 typedef int intptr_t; typedef
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
stdint.h 204 * intptr_t & uintptr_t
207 typedef int intptr_t; typedef
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/
stdint.h 204 * intptr_t & uintptr_t
207 typedef int intptr_t; typedef
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/
stdint.h 204 * intptr_t & uintptr_t
207 typedef int intptr_t; typedef

Completed in 855 milliseconds

1 2