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

1 2 3

  /external/clang/test/Sema/
format-strings-int-typedefs.c 7 printf("%jd", 42.0); // expected-warning {{format specifies type 'intmax_t' (aka 'long long')}}
16 scanf("%jd", 0); // expected-warning {{format specifies type 'intmax_t *' (aka 'long long *')}}
28 typedef void *intmax_t; typedef
33 printf("%jd", (intmax_t)42); // expected-warning {{format specifies type 'intmax_t' (aka 'long long') but the argument has type 'intmax_t' (aka 'void *')}}
format-strings-fixit.c 14 typedef __INTMAX_TYPE__ intmax_t; typedef
63 printf("%f", (intmax_t) 42);
69 typedef intmax_t my_intmax_type;
114 intmax_t intmaxVar;
139 typedef intmax_t my_intmax_type;
186 // CHECK: printf("%jd", (intmax_t) 42);
  /external/skia/include/config/
sk_stdint.h 20 typedef int64_t intmax_t; typedef
  /bionic/libc/include/
stdint.h 212 * intmax_t & uintmax_t
216 typedef int64_t intmax_t; typedef
  /development/ndk/platforms/android-3/include/
stdint.h 212 * intmax_t & uintmax_t
216 typedef int64_t intmax_t; typedef
  /external/mesa3d/include/c99/
stdint.h 123 typedef int64_t intmax_t; typedef
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_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 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_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 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 135 typedef long int intmax_t; typedef
139 typedef long long int intmax_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 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h 135 typedef long int intmax_t; typedef
139 typedef long long int intmax_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h 135 typedef long int intmax_t; typedef
139 typedef long long int intmax_t; typedef
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 257 #undef intmax_t macro
260 # define intmax_t gl_intmax_t macro
262 # define intmax_t int64_t macro
265 # define intmax_t gl_intmax_t macro
279 /* Verify that intmax_t and uintmax_t have the same size. Too much code
282 typedef int _verify_intmax_size[2 * (sizeof (intmax_t) == sizeof (uintmax_t)) - 1];
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdint.h 225 * intmax_t & uintmax_t
231 typedef int64_t intmax_t; typedef
243 typedef int32_t intmax_t; typedef
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdint.h 225 * intmax_t & uintmax_t
231 typedef int64_t intmax_t; typedef
243 typedef int32_t intmax_t; typedef
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdint.h 225 * intmax_t & uintmax_t
231 typedef int64_t intmax_t; typedef
243 typedef int32_t intmax_t; typedef
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdint.h 225 * intmax_t & uintmax_t
231 typedef int64_t intmax_t; typedef
243 typedef int32_t intmax_t; typedef
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdint.h 225 * intmax_t & uintmax_t
231 typedef int64_t intmax_t; typedef
243 typedef int32_t intmax_t; typedef

Completed in 1420 milliseconds

1 2 3