Searched refs:int64_t (Results 1 – 20 of 20) 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()
|
/bionic/benchmarks/ |
D | string_benchmark.cpp | 42 SetBenchmarkBytesProcessed(int64_t(iters) * int64_t(nbytes)); in BM_string_memcmp() 59 SetBenchmarkBytesProcessed(int64_t(iters) * int64_t(nbytes)); in BM_string_memcpy() 76 SetBenchmarkBytesProcessed(int64_t(iters) * int64_t(nbytes)); in BM_string_memmove() 91 SetBenchmarkBytesProcessed(int64_t(iters) * int64_t(nbytes)); in BM_string_memset() 109 SetBenchmarkBytesProcessed(int64_t(iters) * int64_t(nbytes)); in BM_string_strlen()
|
D | stdio_benchmark.cpp | 39 SetBenchmarkBytesProcessed(int64_t(iters) * int64_t(chunk_size)); in BM_stdio_fread() 57 SetBenchmarkBytesProcessed(int64_t(iters) * int64_t(chunk_size)); in BM_stdio_fwrite()
|
D | benchmark_main.cpp | 28 static int64_t g_bytes_processed; 29 static int64_t g_benchmark_total_time_ns; 30 static int64_t g_benchmark_start_time_ns; 51 static int64_t NanoTime() { in NanoTime() 55 return static_cast<int64_t>(t.tv_sec) * 1000000000LL + t.tv_nsec; in NanoTime() 175 void SetBenchmarkBytesProcessed(int64_t x) { in SetBenchmarkBytesProcessed()
|
D | benchmark.h | 55 void SetBenchmarkBytesProcessed(int64_t);
|
/bionic/libc/include/ |
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;
|
D | time64.h | 48 typedef int64_t time64_t;
|
D | dirent.h | 51 int64_t d_off; \
|
/bionic/libc/kernel/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/libc/kernel/uapi/drm/ |
D | msm_drm.h | 30 int64_t tv_sec; 31 int64_t tv_nsec;
|
D | drm.h | 37 typedef int64_t __s64;
|
/bionic/libc/bionic/ |
D | __cxa_guard.cpp | 66 int64_t aligner;
|
D | libc_logging.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() 374 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/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 | 530 int64_t off; 531 int64_t len;
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 207 int64_t __align64; /* 64bit alignment */
|