/aosp12/bionic/tests/headers/posix/ |
H A D | inttypes_h.c | 44 FUNCTION(imaxabs, intmax_t (*f)(intmax_t)); in inttypes_h() 45 FUNCTION(imaxdiv, imaxdiv_t (*f)(intmax_t, intmax_t)); in inttypes_h() 46 FUNCTION(strtoimax, intmax_t (*f)(const char*, char**, int)); in inttypes_h() 48 FUNCTION(wcstoimax, intmax_t (*f)(const wchar_t*, wchar_t**, int)); in inttypes_h()
|
H A D | stdint_h.c | 65 TYPE(intmax_t); in stdint_h()
|
/aosp12/bionic/libc/include/ |
H A D | inttypes.h | 253 intmax_t quot; /* quotient */ 254 intmax_t rem; /* remainder */ 258 intmax_t imaxabs(intmax_t __i) __attribute_const__ __INTRODUCED_IN(19); 259 imaxdiv_t imaxdiv(intmax_t __numerator, intmax_t __denominator) __attribute_const__ __INTRODUCED_IN… 260 intmax_t strtoimax(const char* __s, char** __end_ptr, int __base); 262 intmax_t wcstoimax(const wchar_t* __s, wchar_t** __end_ptr, int __base) __INTRODUCED_IN(21);
|
H A D | stdint.h | 104 typedef int64_t intmax_t; typedef
|
/aosp12/build/make/tools/zipalign/ |
H A D | ZipAlign.cpp | 161 (intmax_t) pEntry->getFileOffset(), pEntry->getFileName()); in verify() 169 (intmax_t) offset, pEntry->getFileName(), in verify() 170 (intmax_t) (offset % alignTo)); in verify() 176 (intmax_t) offset, pEntry->getFileName()); in verify()
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/ |
H A D | inttypes.h | 58 intmax_t quot; 59 intmax_t rem; 290 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom) in imaxdiv()
|
H A D | stdint.h | 169 typedef int64_t intmax_t; typedef
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
H A D | imaxabs.c | 34 intmax_t 35 imaxabs(intmax_t j) in imaxabs()
|
H A D | imaxdiv.c | 37 imaxdiv(intmax_t num, intmax_t denom) in imaxdiv()
|
/aosp12/bionic/libc/stdio/ |
H A D | printf_common.h | 67 intmax_t intmaxarg; 78 intmax_t* pintmaxarg; 235 ((intmax_t)(flags & MAXINT \ 236 ? GETARG(intmax_t) \ 611 (*argtable)[n].intmaxarg = va_arg(ap, intmax_t); in __find_arguments() 617 (*argtable)[n].pintmaxarg = va_arg(ap, intmax_t*); in __find_arguments()
|
H A D | vfwscanf.c | 331 *va_arg(ap, intmax_t*) = nread; in __vfwscanf() 588 *va_arg(ap, intmax_t*) = res; in __vfwscanf()
|
H A D | vfscanf.cpp | 277 *va_arg(ap, intmax_t*) = nread; in __svfscanf() 682 *va_arg(ap, intmax_t*) = res; in __svfscanf()
|
H A D | vfprintf.cpp | 335 if ((intmax_t)_umax < 0) { in FUNCTION_NAME()
|
H A D | vfwprintf.cpp | 313 if ((intmax_t)_umax < 0) { in FUNCTION_NAME()
|
/aosp12/bionic/libc/bionic/ |
H A D | strtol.cpp | 174 intmax_t strtoimax(const char* s, char** end, int base) { in strtoimax() 175 return StrToI<intmax_t, INTMAX_MIN, INTMAX_MAX>(s, end, base); in strtoimax()
|
H A D | ndk_cruft.cpp | 198 intmax_t strntoimax(const char* nptr, char** endptr, int base, size_t n) { in strntoimax() 199 return (intmax_t) strntoumax(nptr, endptr, base, n); in strntoimax()
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/locale/ |
H A D | wcstoimax.c | 15 typedef intmax_t int_type;
|
/aosp12/art/libartbase/base/ |
H A D | casts.h | 104 (static_cast<intmax_t>(std::numeric_limits<Dest>::min()) <= in dchecked_integral_cast() 105 static_cast<intmax_t>(std::numeric_limits<Source>::min()) || in dchecked_integral_cast()
|
/aosp12/bionic/libc/tzcode/ |
H A D | private.h | 233 typedef long long intmax_t; typedef 238 typedef long intmax_t; typedef
|
H A D | strftime.c | 364 (intmax_t) mkt); in _fmt()
|
/aosp12/system/core/libcutils/ |
H A D | properties.cpp | 64 intmax_t v = strtoimax(value, &end, 0); in property_get_int()
|
/aosp12/packages/services/Car/cpp/evs/manager/1.1/stats/ |
H A D | StatsCollector.cpp | 336 const intmax_t interval = in stopCustomCollection() 440 const intmax_t interval = in toString()
|
/aosp12/bionic/libc/include/bits/ |
H A D | stdatomic.h | 196 typedef _Atomic(intmax_t) atomic_intmax_t;
|
/aosp12/system/update_engine/ |
H A D | test_http_server.cc | 136 (intmax_t)request->start_offset); in ParseRequest() 139 &tmp_str, "%jd (non-inclusive)", (intmax_t)request->end_offset); in ParseRequest()
|