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

  /ndk/sources/android/support/src/musl-locale/
langinfo.c 5 static const char c_time[] = variable
44 str = c_time;
  /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...]
  /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/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/chromium_org/third_party/usrsctp/usrsctplib/
user_sctp_timer_iterate.c 81 if (c->c_time <= ticks) {
  /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/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
  /external/chromium_org/media/cast/video_sender/
external_video_encoder.cc 63 EncodedFrameReturnData(base::TimeTicks c_time,
65 capture_time = c_time;
  /external/chromium_org/third_party/openssl/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
1105 ret=doit_biopair(s_ssl,c_ssl,bytes,&s_time,&c_time);
1126 (double)c_time/CLOCKS_PER_SEC);
1134 (double)c_time);
1164 clock_t *s_time, clock_t *c_time)
    [all...]
  /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...]

Completed in 427 milliseconds