Searched defs:t_start (Results 1 - 6 of 6) sorted by relevance

/external/autotest/site_utils/
H A Danalyze_reboot_time.py146 t_start = t_now - 3600 * options.last variable
149 t_start = time_utils.to_epoch_time(options.start) variable
159 t_start, t_end, options.gte, options.lte, options.size,
161 print get_results_string(hostname, t_start, t_end, results)
/external/opencv3/samples/tapi/
H A Dsquares.cpp188 int64 t_start = cv::getTickCount(); local
190 t_cpp += cv::getTickCount() - t_start;
192 t_start = cv::getTickCount();
/external/blktrace/btt/
H A Dseek.c32 double t_start, t_last; member in struct:sps_bkt
104 double delta = sps->t_last - sps->t_start;
108 tstamp = sps->t_start;
112 tstamp = sps->t_start + (delta / 2);
115 fprintf(sip->sps_fp, "%15.9lf %.2lf\n", sps->t_start, s_p_s);
117 sps->t_start = 0;
126 if (sps->nseeks != 0 && ((t - sps->t_start) >= 1.0))
131 sps->t_start = t;
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_idct.c264 struct ureg_dst t_tex, t_start; local
275 t_start = ureg_DECL_temporary(shader);
307 ureg_MUL(shader, ureg_writemask(t_start, TGSI_WRITEMASK_XY), vpos, scale);
309 calc_addr(shader, o_l_addr, ureg_src(t_tex), ureg_src(t_start), false, false, idct->buffer_width / 4);
313 ureg_release_temporary(shader, t_start);
400 struct ureg_dst t_start; local
406 t_start = ureg_DECL_temporary(shader);
423 ureg_MUL(shader, ureg_writemask(t_start, TGSI_WRITEMASK_XY), vpos, scale);
426 calc_addr(shader, o_r_addr, ureg_src(tex), ureg_src(t_start), true, false, idct->buffer_height / 4);
/external/opencv3/modules/ts/src/
H A Dts.cpp258 int64 t_start = cvGetTickCount(); local
262 int64 t1 = t_start;
268 progress = update_progress( progress, test_case_idx, count, (double)(t1 - t_start)/(freq*1000) );
/external/libpng/
H A Dpngtest.c127 static float t_start, t_stop, t_decode, t_encode, t_misc; variable
1427 t_misc += (t_stop - t_start);
1428 t_start = t_stop;
1468 t_decode += (t_stop - t_start);
1469 t_start = t_stop;
1474 t_encode += (t_stop - t_start);
1475 t_start = t_stop;
2032 t_misc += (t_stop - t_start);
2033 t_start = t_stop;

Completed in 292 milliseconds