Searched refs:int64_t (Results 1 - 21 of 21) sorted by relevance

/bionic/tests/
H A Dsstream_test.cpp30 EXPECT_FALSE(ss.bad()) << value << ' ' << int64_t(result);
31 EXPECT_EQ(should_overflow, ss.fail()) << value << ' ' << int64_t(result);
63 CheckOverflow<int64_t>(std::numeric_limits<int64_t>::min(), "-9223372036854775808", false);
64 CheckOverflow<int64_t>(0, "-9223372036854775809", true);
65 CheckOverflow<int64_t>(std::numeric_limits<int64_t>::max(), "9223372036854775807", false);
66 CheckOverflow<int64_t>(0, "9223372036854775808", true);
H A Dgtest_main.cpp123 void SetTestTime(int64_t elapsed_time_ns) { elapsed_time_ns_ = elapsed_time_ns; }
125 int64_t GetTestTime() const { return elapsed_time_ns_; }
134 int64_t elapsed_time_ns_;
176 void SetTestTime(size_t test_id, int64_t elapsed_time_ns) {
181 int64_t GetTestTime(size_t test_id) const {
223 static int64_t NanoTime() {
227 return static_cast<int64_t>(t.tv_sec) * 1000000000LL + t.tv_nsec;
348 int64_t elapsed_time_ns) {
351 std::vector<std::pair<std::string, int64_t>> timeout_test_list;
354 std::vector<std::tuple<std::string, int64_t, in
[all...]
H A Dsignal_test.cpp350 static int64_t NanoTime() {
354 return static_cast<int64_t>(t.tv_sec) * 1000000000LL + t.tv_nsec;
366 int64_t start_time = NanoTime();
/bionic/libc/kernel/uapi/linux/nfsd/
H A Dcld.h44 int64_t cm_gracetime;
/bionic/libc/kernel/uapi/linux/usb/
H A Df_mtp.h27 int64_t length;
/bionic/libc/include/
H A Dtime64.h48 typedef int64_t time64_t;
H A Dstdint.h66 typedef __int64_t int64_t; typedef
81 typedef int64_t int_least64_t;
87 typedef int64_t int_fast64_t;
91 typedef int64_t int_fast16_t;
93 typedef int64_t int_fast32_t;
103 typedef int64_t intmax_t;
H A Ddirent.h51 int64_t d_off; \
/bionic/benchmarks/
H A Dstdio_benchmark.cpp46 benchmark->SetBenchmarkBytesProcessed(int64_t(iters) * int64_t(chunk_size));
/bionic/libc/kernel/uapi/drm/
H A Dmsm_drm.h30 int64_t tv_sec;
31 int64_t tv_nsec;
H A Ddrm.h37 typedef int64_t __s64;
/bionic/libc/bionic/
H A D__cxa_guard.cpp65 int64_t aligner;
H A Dlibc_logging.cpp209 if (is_signed && static_cast<int64_t>(value) < 0) {
213 value = static_cast<uint64_t>(-static_cast<int64_t>(value));
377 value = static_cast<uint64_t>((static_cast<int64_t>(value << shift)) >> shift);
H A Dtime64.c74 typedef int64_t Int64;
76 typedef int64_t Year;
/bionic/libc/include/sys/
H A Dtypes.h94 typedef int64_t off_t;
/bionic/tools/relocation_packer/src/
H A Dsleb128.cc21 typedef int64_t int_t;
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A De_rem_pio2l.h67 int64_t n;
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_fmodl.c61 * - The high part of the mantissa fits in an int64_t with enough room
68 int64_t hx,hz; /* We need a carry bit even if LDBL_MANH_SIZE is 32. */
H A Ds_remquol.c64 * - The high part of the mantissa fits in an int64_t with enough room
71 int64_t hx,hz; /* We need a carry bit even if LDBL_MANH_SIZE is 32. */
/bionic/libc/kernel/uapi/linux/
H A Dfuse.h546 int64_t off;
547 int64_t len;
/bionic/libc/dns/include/
H A Dresolv_private.h214 int64_t __align64; /* 64bit alignment */

Completed in 327 milliseconds