Searched refs:int64_t (Results 1 - 21 of 21) sorted by relevance
/bionic/tests/ |
H A D | sstream_test.cpp | 30 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 D | gtest_main.cpp | 123 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 D | signal_test.cpp | 350 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 D | cld.h | 44 int64_t cm_gracetime;
|
/bionic/libc/kernel/uapi/linux/usb/ |
H A D | f_mtp.h | 27 int64_t length;
|
/bionic/libc/include/ |
H A D | time64.h | 48 typedef int64_t time64_t;
|
H A D | stdint.h | 66 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 D | dirent.h | 51 int64_t d_off; \
|
/bionic/benchmarks/ |
H A D | stdio_benchmark.cpp | 46 benchmark->SetBenchmarkBytesProcessed(int64_t(iters) * int64_t(chunk_size));
|
/bionic/libc/kernel/uapi/drm/ |
H A D | msm_drm.h | 30 int64_t tv_sec; 31 int64_t tv_nsec;
|
H A D | drm.h | 37 typedef int64_t __s64;
|
/bionic/libc/bionic/ |
H A D | __cxa_guard.cpp | 65 int64_t aligner;
|
H A D | libc_logging.cpp | 209 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 D | time64.c | 74 typedef int64_t Int64; 76 typedef int64_t Year;
|
/bionic/libc/include/sys/ |
H A D | types.h | 94 typedef int64_t off_t;
|
/bionic/tools/relocation_packer/src/ |
H A D | sleb128.cc | 21 typedef int64_t int_t;
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
H A D | e_rem_pio2l.h | 67 int64_t n;
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | e_fmodl.c | 61 * - 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 D | s_remquol.c | 64 * - 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 D | fuse.h | 546 int64_t off; 547 int64_t len;
|
/bionic/libc/dns/include/ |
H A D | resolv_private.h | 214 int64_t __align64; /* 64bit alignment */
|
Completed in 327 milliseconds