Searched refs:int64_t (Results 1 – 22 of 22) 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 | gtest_main.cpp | 158 void SetTestTime(int64_t elapsed_time_ns) { elapsed_time_ns_ = elapsed_time_ns; } in SetTestTime() 160 int64_t GetTestTime() const { return elapsed_time_ns_; } in GetTestTime() 169 int64_t elapsed_time_ns_; 220 void SetTestTime(size_t test_id, int64_t elapsed_time_ns) { in SetTestTime() 225 int64_t GetTestTime(size_t test_id) const { in GetTestTime() 267 static int64_t NanoTime() { in NanoTime() 269 return static_cast<int64_t>(duration.count()); in NanoTime() 400 int64_t elapsed_time_ns) { in OnTestIterationEndPrint() 404 std::vector<std::pair<std::string, int64_t>> timeout_test_list; in OnTestIterationEndPrint() 407 std::vector<std::tuple<std::string, int64_t, int>> slow_test_list; in OnTestIterationEndPrint() [all …]
|
D | signal_test.cpp | 352 static int64_t NanoTime() { in NanoTime() 356 return static_cast<int64_t>(t.tv_sec) * 1000000000LL + t.tv_nsec; in NanoTime() 368 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;
|
D | dirent.h | 51 int64_t d_off; \
|
/bionic/libc/kernel/android/uapi/linux/usb/ |
D | f_mtp.h | 27 int64_t length;
|
/bionic/libc/kernel/uapi/linux/nfsd/ |
D | cld.h | 44 int64_t cm_gracetime;
|
/bionic/benchmarks/ |
D | stdio_benchmark.cpp | 45 state.SetBytesProcessed(int64_t(state.iterations()) * int64_t(chunk_size)); in ReadWriteTest()
|
/bionic/libc/bionic/ |
D | __cxa_guard.cpp | 65 int64_t aligner;
|
D | libc_logging.cpp | 209 if (is_signed && static_cast<int64_t>(value) < 0) { in format_integer() 213 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()
|
D | time64.c | 74 typedef int64_t Int64; 76 typedef int64_t Year;
|
/bionic/libc/include/sys/ |
D | types.h | 99 typedef int64_t off_t;
|
/bionic/tools/relocation_packer/src/ |
D | sleb128.cc | 21 typedef int64_t int_t;
|
/bionic/linker/tests/ |
D | linker_utils_test.cpp | 116 int64_t val = 42; in TEST()
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | e_rem_pio2l.h | 67 int64_t n; in __ieee754_rem_pio2l()
|
/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()
|
/bionic/libc/kernel/uapi/linux/ |
D | fuse.h | 551 int64_t off; 552 int64_t len;
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 230 int64_t __align64; /* 64bit alignment */
|
/bionic/libc/kernel/uapi/drm/ |
D | drm.h | 37 typedef int64_t __s64;
|