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

1 2 3 4

  /external/clang/test/Sema/
format-strings-int-typedefs.c 8 printf("%ju", 42.0); // expected-warning {{format specifies type 'uintmax_t' (aka 'unsigned long long')}}
17 scanf("%ju", 0); // expected-warning {{format specifies type 'uintmax_t *' (aka 'unsigned long long *')}}
29 typedef void *uintmax_t; typedef
34 printf("%ju", (uintmax_t)42); // expected-warning {{format specifies type 'uintmax_t' (aka 'unsigned long long') but the argument has type 'uintmax_t' (aka 'void *')}}
format-strings-fixit.c 15 typedef __UINTMAX_TYPE__ uintmax_t; typedef
64 printf("%f", (uintmax_t) 42);
70 typedef uintmax_t my_uintmax_type;
115 uintmax_t uIntmaxVar;
140 typedef uintmax_t my_uintmax_type;
187 // CHECK: printf("%ju", (uintmax_t) 42);
  /external/chromium_org/third_party/skia/include/config/
sk_stdint.h 21 typedef uint64_t uintmax_t; typedef
  /external/skia/include/config/
sk_stdint.h 21 typedef uint64_t uintmax_t; typedef
  /bionic/libc/tzcode/
private.h 178 typedef unsigned long long uintmax_t; typedef
181 typedef unsigned long uintmax_t; typedef
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 122 typedef unsigned __int64 uintmax_t; typedef
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 124 typedef uint64_t uintmax_t; typedef
  /external/chromium_org/third_party/re2/mswin/
stdint.h 124 typedef uint64_t uintmax_t; typedef
  /external/mesa3d/include/c99/
stdint.h 124 typedef uint64_t uintmax_t; typedef
  /external/oprofile/libpopt/
config.h 100 declares uintmax_t. */
174 uintmax_t. */
213 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
330 #undef uintmax_t macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h 92 typedef __UINTMAX_TYPE__ uintmax_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 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 106 typedef __UINTMAX_TYPE__ uintmax_t; typedef
108 typedef unsigned long long uintmax_t; typedef
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
stdint-gcc.h 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stdint-gcc.h 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stdint-gcc.h 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h 92 typedef __UINTMAX_TYPE__ uintmax_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 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 136 typedef unsigned long int uintmax_t; typedef
141 typedef unsigned long long int uintmax_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 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef

Completed in 1696 milliseconds

1 2 3 4