Home
last modified time | relevance | path

Searched refs:int64_t (Results 1 – 20 of 20) sorted by relevance

/bionic/tests/
Dsstream_test.cpp30 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/
Dstring_benchmark.cpp42 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()
Dstdio_benchmark.cpp39 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()
Dbenchmark_main.cpp28 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()
Dbenchmark.h55 void SetBenchmarkBytesProcessed(int64_t);
/bionic/libc/include/
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;
Dtime64.h48 typedef int64_t time64_t;
Ddirent.h51 int64_t d_off; \
/bionic/libc/kernel/uapi/linux/usb/
Df_mtp.h27 int64_t length;
/bionic/libc/kernel/uapi/linux/nfsd/
Dcld.h44 int64_t cm_gracetime;
/bionic/libc/kernel/uapi/drm/
Dmsm_drm.h30 int64_t tv_sec;
31 int64_t tv_nsec;
Ddrm.h37 typedef int64_t __s64;
/bionic/libc/bionic/
D__cxa_guard.cpp66 int64_t aligner;
Dlibc_logging.cpp206 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()
Dtime64.c74 typedef int64_t Int64;
76 typedef int64_t Year;
/bionic/libm/upstream-freebsd/lib/msun/ld128/
De_rem_pio2l.h67 int64_t n; in __ieee754_rem_pio2l()
/bionic/libm/upstream-freebsd/lib/msun/src/
De_fmodl.c68 int64_t hx,hz; /* We need a carry bit even if LDBL_MANH_SIZE is 32. */ in fmodl()
Ds_remquol.c71 int64_t hx,hz; /* We need a carry bit even if LDBL_MANH_SIZE is 32. */ in remquol()
/bionic/libc/kernel/uapi/linux/
Dfuse.h530 int64_t off;
531 int64_t len;
/bionic/libc/dns/include/
Dresolv_private.h207 int64_t __align64; /* 64bit alignment */