/external/chromium_org/third_party/libyuv/unit_test/ |
scale_argb_test.cc | 56 double c_time = get_time(); local 62 c_time = (get_time() - c_time); 76 f, static_cast<int>(c_time * 1e6), static_cast<int>(opt_time * 1e6)); 159 double c_time = get_time(); local 164 c_time = (get_time() - c_time); 178 f, static_cast<int>(c_time * 1e6), static_cast<int>(opt_time * 1e6));
|
scale_test.cc | 61 double c_time = get_time(); local 70 c_time = (get_time() - c_time); 88 static_cast<int>(c_time * 1e6),
|
planar_test.cc | 1344 double c_time = get_time(); local [all...] |
/ndk/sources/android/support/src/musl-locale/ |
langinfo.c | 5 static const char c_time[] = variable 44 str = c_time;
|
/external/libyuv/files/unit_test/ |
compare_test.cc | 203 double c_time = get_time(); local 209 c_time = (get_time() - c_time) / benchmark_iterations_; 210 printf("BenchmarkPsnr_C - %8.2f us c\n", c_time * 1e6); 334 double c_time = get_time(); local 340 c_time = (get_time() - c_time) / benchmark_iterations_; 341 printf("BenchmarkSsim_C - %8.2f us c\n", c_time * 1e6);
|
rotate_argb_test.cc | 58 double c_time = get_time(); local 64 c_time = (get_time() - c_time) / runs; 77 mode, static_cast<int>(c_time*1e6), static_cast<int>(opt_time*1e6));
|
scale_argb_test.cc | 60 double c_time = get_time(); local 67 c_time = (get_time() - c_time) / benchmark_iterations; 81 f, static_cast<int>(c_time*1e6), static_cast<int>(opt_time*1e6));
|
scale_test.cc | 90 double c_time = get_time(); local 101 c_time = (get_time() - c_time) / benchmark_iterations; 119 f, static_cast<int>(c_time*1e6), static_cast<int>(opt_time*1e6));
|
/external/blktrace/btt/ |
inlines.h | 200 static inline void update_q2c(struct io *iop, __u64 c_time) 203 UPDATE_AVGS(q2c_dm, iop, iop->pip, c_time); 205 UPDATE_AVGS(q2c, iop, iop->pip, c_time); 271 static inline void update_d2c(struct io *iop, __u64 c_time) 273 UPDATE_AVGS(d2c, iop, iop->pip, c_time);
|
trace_complete.c | 48 __out(ofp, iop->c_time, IOP_C, iop->c_sec, iop->c_nsec, 1); 87 q_iop->c_time = c_iop->t.time;
|
globals.h | 157 __u64 bytes_left, g_time, i_time, m_time, d_time, c_time, d_sec, c_sec; member in struct:io
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
sctp_callout.c | 94 c->c_time = ticks + to_ticks; 140 if (c->c_time <= ticks) {
|
sctp_callout.h | 74 int c_time; /* ticks to the event */ member in struct:sctp_callout
|
/external/ppp/pppd/ |
main.c | 1241 struct timeval c_time; /* time at which to call routine */ member in struct:callout 1269 newp->c_time.tv_sec = timenow.tv_sec + secs; 1270 newp->c_time.tv_usec = timenow.tv_usec + usecs; 1271 if (newp->c_time.tv_usec >= 1000000) { 1272 newp->c_time.tv_sec += newp->c_time.tv_usec / 1000000; 1273 newp->c_time.tv_usec %= 1000000; [all...] |
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
user_sctp_timer_iterate.c | 81 if (c->c_time <= ticks) {
|
/external/chromium_org/media/cast/sender/ |
external_video_encoder.cc | 45 EncodedFrameReturnData(base::TimeTicks c_time, 47 capture_time = c_time;
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
Main.py | 237 c_time = Utils.modification_time(c_path) 238 if Utils.file_newer_than(source_path, c_time): 242 if os.path.exists(pxd_path) and Utils.file_newer_than(pxd_path, c_time): 251 if dep_path and Utils.file_newer_than(dep_path, c_time):
|
/external/openssl/ssl/ |
ssltest.c | 310 int doit_biopair(SSL *s_ssl,SSL *c_ssl,long bytes,clock_t *s_time,clock_t *c_time); 543 clock_t s_time = 0, c_time = 0; local 1111 ret=doit_biopair(s_ssl,c_ssl,bytes,&s_time,&c_time); 1132 (double)c_time/CLOCKS_PER_SEC); 1140 (double)c_time); [all...] |
/external/libedit/src/ |
tty.c | 81 {"chars:", (C_SH(C_MIN) | C_SH(C_TIME) | C_SH(C_SWTCH) | C_SH(C_DSWTCH) | 444 {"time", C_SH(C_TIME), MD_CHAR}, 723 case C_TIME: 808 s[C_TIME] = td->c_cc[VTIME]; 890 td->c_cc[VTIME] = s[C_TIME]; [all...] |
tty.h | 432 #define C_TIME 24
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libs/armeabi/ |
libc++_shared.so | |
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libs/armeabi/thumb/ |
libc++_shared.so | |
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a/ |
libc++_shared.so | |
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a/thumb/ |
libc++_shared.so | |
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libs/mips/ |
libc++_shared.so | |