Searched refs:uintmax_t (Results 1 – 15 of 15) sorted by relevance
/bionic/tests/headers/posix/ |
D | inttypes_h.c | 47 FUNCTION(strtoumax, uintmax_t (*f)(const char*, char**, int)); in inttypes_h() 49 FUNCTION(wcstoumax, uintmax_t (*f)(const wchar_t*, wchar_t**, int)); in inttypes_h()
|
D | stdint_h.c | 66 TYPE(uintmax_t); in stdint_h()
|
/bionic/libc/tzcode/ |
D | difftime.c | 39 if (sizeof(time_t) <= sizeof(uintmax_t)) { in difftime() 40 uintmax_t t1 = time1, t0 = time0; in difftime()
|
D | private.h | 346 typedef unsigned long long uintmax_t; typedef 348 typedef unsigned long uintmax_t; typedef
|
D | strftime.c | 391 uintmax_t n = mkt; in _fmt()
|
/bionic/libc/bionic/ |
D | strtol.cpp | 227 uintmax_t strtoumax(const char* s, char** end, int base) { in strtoumax() 228 return StrToU<uintmax_t, UINTMAX_MAX, char>(s, end, base); in strtoumax() 231 uintmax_t wcstoumax(const wchar_t* s, wchar_t** end, int base) { in wcstoumax() 232 return StrToU<uintmax_t, UINTMAX_MAX, wchar_t>(s, end, base); in wcstoumax()
|
D | ndk_cruft.cpp | 150 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n) { in strntoumax() 154 uintmax_t v = 0; in strntoumax()
|
/bionic/libc/include/ |
D | inttypes.h | 333 uintmax_t strtoumax(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base); 335 uintmax_t wcstoumax(const wchar_t* _Nonnull __s, wchar_t* _Nullable * _Nullable __end_ptr, int __ba…
|
D | stdint.h | 103 typedef uint64_t uintmax_t; typedef
|
/bionic/libc/stdio/ |
D | printf_common.h | 68 uintmax_t uintmaxarg; 250 ((uintmax_t)(flags & MAXINT \ 251 ? GETARG(uintmax_t) \ 627 (*argtable)[n].uintmaxarg = va_arg(ap, uintmax_t); in __find_arguments()
|
D | vfwscanf.cpp | 581 uintmax_t res; in __vfwscanf()
|
D | vfwprintf.cpp | 83 uintmax_t _umax; /* integer arguments %[diouxX] */ in FUNCTION_NAME()
|
D | vfprintf.cpp | 83 uintmax_t _umax; /* integer arguments %[diouxX] */ in FUNCTION_NAME()
|
D | vfscanf.cpp | 670 uintmax_t res; in __svfscanf()
|
/bionic/libc/include/bits/ |
D | stdatomic.h | 197 typedef _Atomic(uintmax_t) atomic_uintmax_t;
|