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

1 2 3 4 5

  /external/skia/include/config/
sk_stdint.h 21 typedef uint64_t uintmax_t; typedef
  /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);
103 uintmax_t uIntmaxVar;
163 // CHECK: printf("%ju", (uintmax_t) 42);
  /bionic/libc/stdlib/
strtoumax.c 37 * Convert a string to a uintmax_t.
42 uintmax_t
46 uintmax_t acc, cutoff;
106 acc *= (uintmax_t)base;
strntoumax.c 48 uintmax_t
54 uintmax_t v = 0;
  /external/elfutils/libasm/
asm_newcomsym.c 94 name, (uintmax_t) size, (uintmax_t) align);
  /ndk/sources/host-tools/make-3.81/
config.h.W32 417 /* Define uintmax_t if not defined in <stdint.h> or <inttypes.h>. */
418 #define uintmax_t unsigned long
425 #define uintmax_t unsigned long
config.ami 46 #define uintmax_t unsigned long
configh.dos 68 #define uintmax_t unsigned long long
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
inttypes.h 156 /* Macros for printing `intmax_t' and `uintmax_t'. */
257 /* Macros for scanning `intmax_t' and `uintmax_t'. */
278 /* We have to define the `uintmax_t' type using `ldiv_t'. */
287 /* We have to define the `uintmax_t' type using `lldiv_t'. */
308 /* Like `strtoul' but convert to `uintmax_t'. */
309 extern uintmax_t strtoumax (__const char *__restrict __nptr,
317 /* Like `wcstoul' but convert to `uintmax_t'. */
318 extern uintmax_t wcstoumax (__const __gwchar_t *__restrict __nptr,
343 /* Like `strtoul' but convert to `uintmax_t'. */
344 __extern_inline uintmax_t
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h 156 /* Macros for printing `intmax_t' and `uintmax_t'. */
257 /* Macros for scanning `intmax_t' and `uintmax_t'. */
278 /* We have to define the `uintmax_t' type using `ldiv_t'. */
287 /* We have to define the `uintmax_t' type using `lldiv_t'. */
308 /* Like `strtoul' but convert to `uintmax_t'. */
309 extern uintmax_t strtoumax (__const char *__restrict __nptr,
317 /* Like `wcstoul' but convert to `uintmax_t'. */
318 extern uintmax_t wcstoumax (__const __gwchar_t *__restrict __nptr,
343 /* Like `strtoul' but convert to `uintmax_t'. */
344 __extern_inline uintmax_t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h 156 /* Macros for printing `intmax_t' and `uintmax_t'. */
257 /* Macros for scanning `intmax_t' and `uintmax_t'. */
278 /* We have to define the `uintmax_t' type using `ldiv_t'. */
287 /* We have to define the `uintmax_t' type using `lldiv_t'. */
308 /* Like `strtoul' but convert to `uintmax_t'. */
309 extern uintmax_t strtoumax (__const char *__restrict __nptr,
317 /* Like `wcstoul' but convert to `uintmax_t'. */
318 extern uintmax_t wcstoumax (__const __gwchar_t *__restrict __nptr,
343 /* Like `strtoul' but convert to `uintmax_t'. */
344 __extern_inline uintmax_t
    [all...]
  /bionic/libc/include/
inttypes.h 113 #define PRIuMAX "ju" /* uintmax_t */
131 #define PRIxMAX "jx" /* uintmax_t */
149 #define PRIXMAX "jX" /* uintmax_t */
205 #define SCNoMAX "jo" /* uintmax_t */
223 #define SCNuMAX "ju" /* uintmax_t */
241 #define SCNxMAX "jx" /* uintmax_t */
255 uintmax_t strtoumax(const char *, char **, int);
258 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n);
  /development/ndk/platforms/android-3/include/
inttypes.h 113 #define PRIuMAX "ju" /* uintmax_t */
131 #define PRIxMAX "jx" /* uintmax_t */
149 #define PRIXMAX "jX" /* uintmax_t */
205 #define SCNoMAX "jo" /* uintmax_t */
223 #define SCNuMAX "ju" /* uintmax_t */
241 #define SCNxMAX "jx" /* uintmax_t */
255 uintmax_t strtoumax(const char *, char **, int);
258 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n);
  /external/elfutils/tests/
asm-tst7.c 162 (uintmax_t) sym->st_value);
169 (uintmax_t) sym->st_value);
asm-tst8.c 163 (uintmax_t) sym->st_value);
170 (uintmax_t) sym->st_value);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
inttypes.h 113 #define PRIuMAX "ju" /* uintmax_t */
131 #define PRIxMAX "jx" /* uintmax_t */
149 #define PRIXMAX "jX" /* uintmax_t */
205 #define SCNoMAX "jo" /* uintmax_t */
223 #define SCNuMAX "ju" /* uintmax_t */
241 #define SCNxMAX "jx" /* uintmax_t */
255 uintmax_t strtoumax(const char *, char **, int);
258 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
inttypes.h 113 #define PRIuMAX "ju" /* uintmax_t */
131 #define PRIxMAX "jx" /* uintmax_t */
149 #define PRIXMAX "jX" /* uintmax_t */
205 #define SCNoMAX "jo" /* uintmax_t */
223 #define SCNuMAX "ju" /* uintmax_t */
241 #define SCNxMAX "jx" /* uintmax_t */
255 uintmax_t strtoumax(const char *, char **, int);
258 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n);
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
inttypes.h 113 #define PRIuMAX "ju" /* uintmax_t */
131 #define PRIxMAX "jx" /* uintmax_t */
149 #define PRIXMAX "jX" /* uintmax_t */
205 #define SCNoMAX "jo" /* uintmax_t */
223 #define SCNuMAX "ju" /* uintmax_t */
241 #define SCNxMAX "jx" /* uintmax_t */
255 uintmax_t strtoumax(const char *, char **, int);
258 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n);
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
inttypes.h 113 #define PRIuMAX "ju" /* uintmax_t */
131 #define PRIxMAX "jx" /* uintmax_t */
149 #define PRIXMAX "jX" /* uintmax_t */
205 #define SCNoMAX "jo" /* uintmax_t */
223 #define SCNuMAX "ju" /* uintmax_t */
241 #define SCNxMAX "jx" /* uintmax_t */
255 uintmax_t strtoumax(const char *, char **, int);
258 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n);
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
inttypes.h 113 #define PRIuMAX "ju" /* uintmax_t */
131 #define PRIxMAX "jx" /* uintmax_t */
149 #define PRIXMAX "jX" /* uintmax_t */
205 #define SCNoMAX "jo" /* uintmax_t */
223 #define SCNuMAX "ju" /* uintmax_t */
241 #define SCNxMAX "jx" /* uintmax_t */
255 uintmax_t strtoumax(const char *, char **, int);
258 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n);
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
inttypes.h 113 #define PRIuMAX "ju" /* uintmax_t */
131 #define PRIxMAX "jx" /* uintmax_t */
149 #define PRIXMAX "jX" /* uintmax_t */
205 #define SCNoMAX "jo" /* uintmax_t */
223 #define SCNuMAX "ju" /* uintmax_t */
241 #define SCNxMAX "jx" /* uintmax_t */
255 uintmax_t strtoumax(const char *, char **, int);
258 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n);
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
inttypes.h 113 #define PRIuMAX "ju" /* uintmax_t */
131 #define PRIxMAX "jx" /* uintmax_t */
149 #define PRIXMAX "jX" /* uintmax_t */
205 #define SCNoMAX "jo" /* uintmax_t */
223 #define SCNuMAX "ju" /* uintmax_t */
241 #define SCNxMAX "jx" /* uintmax_t */
255 uintmax_t strtoumax(const char *, char **, int);
258 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n);
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/
inttypes.h 113 #define PRIuMAX "ju" /* uintmax_t */
131 #define PRIxMAX "jx" /* uintmax_t */
149 #define PRIXMAX "jX" /* uintmax_t */
205 #define SCNoMAX "jo" /* uintmax_t */
223 #define SCNuMAX "ju" /* uintmax_t */
241 #define SCNxMAX "jx" /* uintmax_t */
255 uintmax_t strtoumax(const char *, char **, int);
258 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n);
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/
inttypes.h 113 #define PRIuMAX "ju" /* uintmax_t */
131 #define PRIxMAX "jx" /* uintmax_t */
149 #define PRIXMAX "jX" /* uintmax_t */
205 #define SCNoMAX "jo" /* uintmax_t */
223 #define SCNuMAX "ju" /* uintmax_t */
241 #define SCNxMAX "jx" /* uintmax_t */
255 uintmax_t strtoumax(const char *, char **, int);
258 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n);

Completed in 1562 milliseconds

1 2 3 4 5