Searched refs:uintmax_t (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | strtoumax.c | 41 uintmax_t 45 uintmax_t acc, cutoff; in strtoumax() 80 cutoff = UINTMAX_MAX / (uintmax_t)base; in strtoumax() 81 cutlim = UINTMAX_MAX % (uintmax_t)base; in strtoumax() 99 acc *= (uintmax_t)base; in strtoumax()
|
/bionic/libc/tzcode/ |
D | difftime.c | 37 if (sizeof (time_t) <= sizeof (uintmax_t)) { in difftime() 38 uintmax_t t1 = time1, t0 = time0; in difftime()
|
D | private.h | 267 typedef unsigned long long uintmax_t; typedef 269 typedef unsigned long uintmax_t; typedef
|
D | strftime.c | 366 (uintmax_t) mkt); in _fmt()
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcstoumax.c | 15 typedef uintmax_t uint_type;
|
/bionic/libc/include/ |
D | inttypes.h | 261 uintmax_t strtoumax(const char *, char **, int); 263 uintmax_t wcstoumax(const wchar_t* __restrict, wchar_t** __restrict, int) __INTRODUCED_IN(21);
|
D | stdint.h | 103 typedef uint64_t uintmax_t; typedef
|
D | stdatomic.h | 356 typedef _Atomic(uintmax_t) atomic_uintmax_t;
|
/bionic/libc/bionic/ |
D | ndk_cruft.cpp | 149 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n) { in strntoumax() 153 uintmax_t v = 0; in strntoumax()
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vfprintf.c | 69 uintmax_t uintmaxarg; 314 uintmax_t _umax; /* integer arguments %[diouxX] */ in __vfprintf() 400 ((uintmax_t)(flags&MAXINT ? GETARG(uintmax_t) : \ in __vfprintf() 1463 (*argtable)[n].uintmaxarg = va_arg(ap, uintmax_t); in __find_arguments()
|
D | vfwprintf.c | 68 uintmax_t uintmaxarg; 321 uintmax_t _umax; /* integer arguments %[diouxX] */ in __vfwprintf() 392 ((uintmax_t)(flags&MAXINT ? GETARG(uintmax_t) : \ in __vfwprintf()
|
/bionic/libc/stdio/ |
D | vfwscanf.c | 651 uintmax_t res; in __vfwscanf()
|
D | vfscanf.c | 729 uintmax_t res; in __svfscanf()
|