Searched refs:int64_t (Results 1 – 16 of 16) sorted by relevance
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()
26 static int64_t gBytesProcessed;27 static int64_t gBenchmarkTotalTimeNs;28 static int64_t gBenchmarkStartTimeNs;48 static int64_t NanoTime() { in NanoTime()52 return static_cast<int64_t>(t.tv_sec) * 1000000000LL + t.tv_nsec; in NanoTime()166 static_cast<int64_t>(iterations), gBenchmarkTotalTimeNs/iterations, throughput); in RunWithArg()172 void SetBenchmarkBytesProcessed(int64_t x) { in SetBenchmarkBytesProcessed()
55 void SetBenchmarkBytesProcessed(int64_t);
39 int64_t d_off;
74 typedef int64_t Elf64_SOff;84 typedef int64_t Elf64_Sxword;
25 int64_t length;
48 typedef __int64_t int64_t; typedef154 typedef int64_t int_least64_t;155 typedef int64_t int_fast64_t;216 typedef int64_t intmax_t;
40 typedef int64_t time64_t;
50 int64_t d_off;
60 int64_t aligner;
66 #define BINDER_SET_IDLE_TIMEOUT _IOW('b', 3, int64_t)
202 if (is_signed && static_cast<int64_t>(value) < 0) { in format_integer()206 value = static_cast<uint64_t>(-static_cast<int64_t>(value)); in format_integer()370 value = (uint64_t)(((int64_t)(value << shift)) >> shift); in out_vformat()
70 typedef int64_t Int64;72 typedef int64_t Year;
68 int64_t hx,hz; /* We need a carry bit even if LDBL_MANH_SIZE is 32. */ in fmodl()
71 int64_t hx,hz; /* We need a carry bit even if LDBL_MANH_SIZE is 32. */ in remquol()
201 int64_t __align64; /* 64bit alignment */