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

1 2 3

  /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);
  /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);
  /prebuilt/linux-x86/toolchain/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...]
stdint.h 136 typedef unsigned long int uintmax_t; typedef
141 typedef unsigned long long int uintmax_t; typedef
  /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 227 * intmax_t & uintmax_t
232 typedef uint64_t uintmax_t; typedef
248 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 227 * intmax_t & uintmax_t
232 typedef uint64_t uintmax_t; typedef
248 typedef uint32_t uintmax_t; typedef
  /prebuilt/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);
stdint.h 227 * intmax_t & uintmax_t
232 typedef uint64_t uintmax_t; typedef
248 typedef uint32_t uintmax_t; typedef
  /prebuilt/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);
stdint.h 227 * intmax_t & uintmax_t
232 typedef uint64_t uintmax_t; typedef
248 typedef uint32_t uintmax_t; typedef
  /prebuilt/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);
  /external/elfutils/src/
ldscript.h 93 uintmax_t num;
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 268 #undef uintmax_t macro
271 # define uintmax_t gl_uintmax_t macro
273 # define uintmax_t uint64_t macro
276 # define uintmax_t gl_uintmax_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];
  /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
  /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
  /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
  /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
  /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
  /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

Completed in 457 milliseconds

1 2 3