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

1 2

  /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 82 name, (uintmax_t) size, (uintmax_t) align);
asm_newsym.c 95 name, (uintmax_t) size, name);
  /external/elfutils/m4/
Makefile.am 24 uintmax_t.m4 inttypes_h.m4 stdint_h.m4 ulonglong.m4
  /external/elfutils/tests/
asm-tst7.c 139 (uintmax_t) sym->st_value);
146 (uintmax_t) sym->st_value);
asm-tst8.c 140 (uintmax_t) sym->st_value);
147 (uintmax_t) sym->st_value);
  /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);
stdint.h 225 * intmax_t & uintmax_t
230 typedef uint64_t uintmax_t; typedef
242 typedef uint32_t uintmax_t; typedef
  /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);
stdint.h 225 * intmax_t & uintmax_t
230 typedef uint64_t uintmax_t; typedef
242 typedef uint32_t uintmax_t; typedef
  /external/elfutils/src/
ldscript.h 93 uintmax_t num;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h 225 * intmax_t & uintmax_t
230 typedef uint64_t uintmax_t; typedef
242 typedef uint32_t uintmax_t; typedef
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);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h 225 * intmax_t & uintmax_t
230 typedef uint64_t uintmax_t; typedef
242 typedef uint32_t uintmax_t; typedef
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);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h 225 * intmax_t & uintmax_t
230 typedef uint64_t uintmax_t; typedef
242 typedef uint32_t uintmax_t; typedef
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);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h 225 * intmax_t & uintmax_t
230 typedef uint64_t uintmax_t; typedef
242 typedef uint32_t uintmax_t; typedef
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);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h 225 * intmax_t & uintmax_t
230 typedef uint64_t uintmax_t; typedef
242 typedef uint32_t uintmax_t; typedef
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);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h 225 * intmax_t & uintmax_t
230 typedef uint64_t uintmax_t; typedef
242 typedef uint32_t uintmax_t; typedef
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);
  /external/oprofile/libpopt/
config.h 100 declares uintmax_t. */
173 uintmax_t. */
212 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
329 #undef uintmax_t macro

Completed in 1072 milliseconds

1 2