Home
last modified time | relevance | path

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

/bionic/tests/
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()
Dbenchmark_main.cpp26 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()
Dbenchmark.h55 void SetBenchmarkBytesProcessed(int64_t);
/bionic/libc/include/sys/
Ddirent.h39 int64_t d_off;
Dexec_elf.h74 typedef int64_t Elf64_SOff;
84 typedef int64_t Elf64_Sxword;
/bionic/libc/kernel/common/linux/usb/
Df_mtp.h25 int64_t length;
/bionic/libc/include/
Dstdint.h48 typedef __int64_t int64_t; typedef
154 typedef int64_t int_least64_t;
155 typedef int64_t int_fast64_t;
216 typedef int64_t intmax_t;
Dtime64.h40 typedef int64_t time64_t;
Ddirent.h50 int64_t d_off;
/bionic/libstdc++/src/
Done_time_construction.cpp60 int64_t aligner;
/bionic/libc/kernel/common/linux/
Dbinder.h66 #define BINDER_SET_IDLE_TIMEOUT _IOW('b', 3, int64_t)
/bionic/libc/bionic/
Dlibc_logging.cpp202 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()
Dtime64.c70 typedef int64_t Int64;
72 typedef int64_t Year;
/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/private/
Dresolv_private.h201 int64_t __align64; /* 64bit alignment */