/aosp12/bionic/tests/headers/posix/ |
H A 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()
|
H A D | stdint_h.c | 66 TYPE(uintmax_t); in stdint_h()
|
/aosp12/bionic/libc/tzcode/ |
H A D | difftime.c | 37 if (sizeof (time_t) <= sizeof (uintmax_t)) { in difftime() 38 uintmax_t t1 = time1, t0 = time0; in difftime()
|
H A D | private.h | 267 typedef unsigned long long uintmax_t; typedef 269 typedef unsigned long uintmax_t; typedef
|
H A D | strftime.c | 366 (uintmax_t) mkt); in _fmt()
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/ |
H A D | operations.cpp | 950 uintmax_t __file_size(const path& p, error_code* ec) { in __file_size() 951 ErrorHandler<uintmax_t> err("file_size", ec, &p); in __file_size() 964 return static_cast<uintmax_t>(st.st_size); in __file_size() 975 return static_cast<uintmax_t>(st.st_nlink); in __hard_link_count() 994 return static_cast<uintmax_t>(pst.st_size) == 0; in __fs_is_empty() 1123 const auto npos = static_cast<uintmax_t>(-1); in remove_all_impl() 1127 uintmax_t count = 1; in remove_all_impl() 1146 uintmax_t __remove_all(const path& p, error_code* ec) { in __remove_all() 1147 ErrorHandler<uintmax_t> err("remove_all", ec, &p); in __remove_all() 1181 auto do_mult = [&](uintmax_t& out, uintmax_t other) { in __space() [all …]
|
H A D | filesystem_common.h | 128 uintmax_t error_value<uintmax_t>() { in error_value() 129 return uintmax_t(-1); in error_value()
|
H A D | directory_iterator.cpp | 79 static uintmax_t get_file_size(const WIN32_FIND_DATA& data) {
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/include/automotive/ |
H A D | filesystem | 64 uintmax_t capacity; 65 uintmax_t free; 66 uintmax_t available; 135 uintmax_t file_size(const path& p); 202 uintmax_t remove_all(const path& p); 316 uintmax_t capacity; 317 uintmax_t free; 318 uintmax_t available; 2213 uintmax_t __size_; 2214 uintmax_t __nlink_; [all …]
|
/aosp12/art/libartbase/base/ |
H A D | bit_struct_detail.h | 43 typename std::conditional<kBitSize <= BitSizeOf<uintmax_t>(), uintmax_t,
|
H A D | casts.h | 108 (static_cast<uintmax_t>(std::numeric_limits<Dest>::max()) >= in dchecked_integral_cast() 109 static_cast<uintmax_t>(std::numeric_limits<Source>::max()) || in dchecked_integral_cast()
|
/aosp12/bionic/libc/include/ |
H A D | inttypes.h | 261 uintmax_t strtoumax(const char* __s, char** __end_ptr, int __base); 263 uintmax_t wcstoumax(const wchar_t* __s, wchar_t** __end_ptr, int __base) __INTRODUCED_IN(21);
|
H A D | stdint.h | 103 typedef uint64_t uintmax_t; typedef
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/locale/ |
H A D | wcstoumax.c | 15 typedef uintmax_t uint_type;
|
/aosp12/bionic/libc/bionic/ |
H A D | strtol.cpp | 197 uintmax_t strtoumax(const char* s, char** end, int base) { in strtoumax() 198 return StrToU<uintmax_t, UINTMAX_MAX>(s, end, base); in strtoumax()
|
H A 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()
|
/aosp12/bionic/libc/stdio/ |
H A D | printf_common.h | 68 uintmax_t uintmaxarg; 250 ((uintmax_t)(flags & MAXINT \ 251 ? GETARG(uintmax_t) \ 614 (*argtable)[n].uintmaxarg = va_arg(ap, uintmax_t); in __find_arguments()
|
H A D | vfwscanf.c | 578 uintmax_t res; in __vfwscanf()
|
H A D | vfprintf.cpp | 83 uintmax_t _umax; /* integer arguments %[diouxX] */ in FUNCTION_NAME()
|
/aosp12/system/memory/libmeminfo/libdmabufinfo/tools/ |
H A D | dmabuf_dump.cpp | 88 static_cast<uintmax_t>(buf.inode()), buf.size() / 1024, buf.fdrefs().size(), in PrintDmaBufTable() 167 proc_pss / 1024, buf.pids().size(), static_cast<uintmax_t>(buf.inode())); in PrintDmaBufPerProcess()
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/ |
H A D | stdint.h | 170 typedef uint64_t uintmax_t; typedef
|
/aosp12/bionic/libc/include/bits/ |
H A D | stdatomic.h | 197 typedef _Atomic(uintmax_t) atomic_uintmax_t;
|
/aosp12/system/chre/external/flatbuffers/include/flatbuffers/ |
H A D | base.h | 306 typedef uintmax_t largest_scalar_t;
|
/aosp12/system/libufdt/ |
H A D | ufdt_overlay.c | 600 dto_debug("ufdt_install_blob (0x%08jx)\n", (uintmax_t)blob); in ufdt_install_blob()
|
/aosp12/system/apex/apexd/ |
H A D | apexd_utils.h | 355 inline android::base::Result<uintmax_t> GetFileSize( in GetFileSize()
|