HomeSort by relevance Sort by last modified time
    Searched refs:c_time (Results 1 - 9 of 9) sorted by null

  /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/ppp/pppd/
main.c 1308 struct timeval c_time; \/* time at which to call routine *\/ member in struct:callout
    [all...]
  /external/blktrace/btt/
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;
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);
globals.h 157 __u64 bytes_left, g_time, i_time, m_time, d_time, c_time, d_sec, c_sec; member in struct:io

Completed in 288 milliseconds