Searched refs:int64_t (Results 1 – 24 of 24) sorted by relevance
/bionic/tests/ |
D | sstream_test.cpp | 30 EXPECT_FALSE(ss.bad()) << value << ' ' << int64_t(result); in CheckOverflow() 31 EXPECT_EQ(should_overflow, ss.fail()) << value << ' ' << int64_t(result); in CheckOverflow() 63 CheckOverflow<int64_t>(std::numeric_limits<int64_t>::min(), "-9223372036854775808", false); in TEST() 64 CheckOverflow<int64_t>(0, "-9223372036854775809", true); in TEST() 65 CheckOverflow<int64_t>(std::numeric_limits<int64_t>::max(), "9223372036854775807", false); in TEST() 66 CheckOverflow<int64_t>(0, "9223372036854775808", true); in TEST()
|
D | sys_param_test.cpp | 43 int64_t min64 = INT64_MIN; in TEST()
|
D | signal_test.cpp | 756 static int64_t NanoTime() { in NanoTime() 759 return static_cast<int64_t>(t.tv_sec) * 1000000000LL + t.tv_nsec; in NanoTime() 771 int64_t start_time = NanoTime(); in TEST()
|
/bionic/libc/include/bits/ |
D | pthread_types.h | 50 int64_t __private[4]; 98 int64_t __private;
|
/bionic/libc/include/ |
D | stdint.h | 67 typedef __int64_t int64_t; typedef 82 typedef int64_t int_least64_t; 88 typedef int64_t int_fast64_t; 92 typedef int64_t int_fast16_t; 94 typedef int64_t int_fast32_t; 104 typedef int64_t intmax_t;
|
D | time64.h | 48 typedef int64_t time64_t;
|
/bionic/libc/bionic/ |
D | sysinfo.cpp | 82 return (static_cast<int64_t>(si.totalram) * si.mem_unit) / PAGE_SIZE; in get_phys_pages() 88 return ((static_cast<int64_t>(si.freeram) + si.bufferram) * si.mem_unit) / PAGE_SIZE; in get_avphys_pages()
|
D | __cxa_guard.cpp | 65 int64_t aligner;
|
D | fdsan.cpp | 266 return static_cast<uint64_t>(static_cast<int64_t>(tag << 8) >> 8); in android_fdsan_get_tag_value()
|
D | time64.c | 74 typedef int64_t Int64; 76 typedef int64_t Year;
|
/bionic/libc/kernel/android/uapi/linux/usb/ |
D | f_mtp.h | 27 int64_t length;
|
/bionic/benchmarks/ |
D | bionic_benchmarks.cpp | 98 typedef std::vector<std::vector<int64_t>> args_vector_t; 236 int64_t align; in ParseOnebufManualStr() 237 int64_t size; in ParseOnebufManualStr() 279 int64_t align1; in ParseTwobufManualStr() 280 int64_t align2; in ParseTwobufManualStr() 281 int64_t size; in ParseTwobufManualStr() 337 to_populate->push_back(std::vector<int64_t>()); in ResolveArgs() 367 for (const std::vector<int64_t>& args : (*run_args)) { in RegisterGoogleBenchmarks()
|
D | stdio_benchmark.cpp | 55 state.SetBytesProcessed(int64_t(state.iterations()) * int64_t(chunk_size)); in ReadWriteTest()
|
/bionic/libc/include/sys/ |
D | types.h | 101 typedef int64_t off_t;
|
/bionic/linker/ |
D | linker_utils_test.cpp | 119 int64_t val = 42; in TEST()
|
/bionic/tests/headers/posix/ |
D | stdint_h.c | 41 TYPE(int64_t); in stdint_h()
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | e_rem_pio2l.h | 67 int64_t n; in __ieee754_rem_pio2l()
|
/bionic/libc/async_safe/ |
D | async_safe_log.cpp | 206 if (is_signed && static_cast<int64_t>(value) < 0) { in format_integer() 210 value = static_cast<uint64_t>(-static_cast<int64_t>(value)); in format_integer() 377 value = static_cast<uint64_t>((static_cast<int64_t>(value << shift)) >> shift); in out_vformat()
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_fmodl.c | 68 int64_t hx,hz; /* We need a carry bit even if LDBL_MANH_SIZE is 32. */ in fmodl()
|
D | s_remquol.c | 71 int64_t hx,hz; /* We need a carry bit even if LDBL_MANH_SIZE is 32. */ in remquol()
|
D | math_private.h | 658 #define i64rint(x) ((int64_t)(x)) /* only needed for ld128 so not opt. */
|
/bionic/libc/kernel/uapi/linux/ |
D | fuse.h | 452 int64_t off; 453 int64_t len;
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 219 int64_t __align64; /* 64bit alignment */
|
/bionic/libc/kernel/uapi/drm/ |
D | drm.h | 34 typedef int64_t __s64;
|