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

1 2 3

  /external/clang/test/CodeGen/
2008-12-23-AsmIntPointerTie.c 4 typedef long intptr_t; typedef
6 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}; // expected-error {{initializer element is not a compile-time constant}}
24 intptr_t z = (intptr_t) u; // no-error
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 238 typedef __intptr_t intptr_t; typedef
    [all...]
  /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;
  /bionic/libc/include/
stdint.h 191 * intptr_t & uintptr_t
194 typedef int intptr_t; typedef
  /development/ndk/platforms/android-3/include/
stdint.h 191 * intptr_t & uintptr_t
194 typedef int intptr_t; typedef
  /external/libusb_aah/msvc/
stdint.h 36 #undef intptr_t macro
38 typedef __int64 intptr_t; typedef
40 typedef int intptr_t; typedef
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 84 typedef long intptr_t; typedef
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef

Completed in 935 milliseconds

1 2 3