/external/blktrace/btt/ |
D | seek.c | 32 double t_start, t_last; member 104 double delta = sps->t_last - sps->t_start; in sps_emit() 108 tstamp = sps->t_start; in sps_emit() 112 tstamp = sps->t_start + (delta / 2); in sps_emit() 115 fprintf(sip->sps_fp, "%15.9lf %.2lf\n", sps->t_start, s_p_s); in sps_emit() 117 sps->t_start = 0; in sps_emit() 126 if (sps->nseeks != 0 && ((t - sps->t_start) >= 1.0)) in sps_add() 131 sps->t_start = t; in sps_add()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_idct.c | 264 struct ureg_dst t_tex, t_start; in create_stage1_vert_shader() local 275 t_start = ureg_DECL_temporary(shader); in create_stage1_vert_shader() 307 ureg_MUL(shader, ureg_writemask(t_start, TGSI_WRITEMASK_XY), vpos, scale); in create_stage1_vert_shader() 309 …calc_addr(shader, o_l_addr, ureg_src(t_tex), ureg_src(t_start), false, false, idct->buffer_width /… in create_stage1_vert_shader() 313 ureg_release_temporary(shader, t_start); in create_stage1_vert_shader() 398 struct ureg_dst t_start; in vl_idct_stage2_vert_shader() local 404 t_start = ureg_DECL_temporary(shader); in vl_idct_stage2_vert_shader() 421 ureg_MUL(shader, ureg_writemask(t_start, TGSI_WRITEMASK_XY), vpos, scale); in vl_idct_stage2_vert_shader() 424 …calc_addr(shader, o_r_addr, ureg_src(tex), ureg_src(t_start), true, false, idct->buffer_height / 4… in vl_idct_stage2_vert_shader()
|
/external/skia/third_party/libpng/ |
D | pngtest.c | 127 static float t_start, t_stop, t_decode, t_encode, t_misc; variable 1427 t_misc += (t_stop - t_start); in test_one_file() 1428 t_start = t_stop; in test_one_file() 1468 t_decode += (t_stop - t_start); in test_one_file() 1469 t_start = t_stop; in test_one_file() 1474 t_encode += (t_stop - t_start); in test_one_file() 1475 t_start = t_stop; in test_one_file() 2032 t_misc += (t_stop - t_start); in main() 2033 t_start = t_stop; in main()
|
/external/syslinux/com32/lib/libpng/ |
D | pngtest.c | 84 static float t_start, t_stop, t_decode, t_encode, t_misc; variable 1224 t_misc += (t_stop - t_start); in test_one_file() 1225 t_start = t_stop; in test_one_file() 1244 t_decode += (t_stop - t_start); in test_one_file() 1245 t_start = t_stop; in test_one_file() 1250 t_encode += (t_stop - t_start); in test_one_file() 1251 t_start = t_stop; in test_one_file() 1685 t_misc += (t_stop - t_start); in main() 1686 t_start = t_stop; in main()
|
/external/libpng/ |
D | pngtest.c | 127 static float t_start, t_stop, t_decode, t_encode, t_misc; variable 1434 t_misc += (t_stop - t_start); in test_one_file() 1435 t_start = t_stop; in test_one_file() 1475 t_decode += (t_stop - t_start); in test_one_file() 1476 t_start = t_stop; in test_one_file() 1481 t_encode += (t_stop - t_start); in test_one_file() 1482 t_start = t_stop; in test_one_file() 2041 t_misc += (t_stop - t_start); in main() 2042 t_start = t_stop; in main()
|
/external/vixl/tools/ |
D | test.py | 299 t_start = time.time() 300 t_last_indication = t_start 309 if (t_current - t_start >= 2) and (t_current - t_last_indication >= 1): 311 printable_command_orange + indicator % int(t_current - t_start))
|
/external/walt/android/WALT/app/src/main/jni/ |
D | player.c | 142 int64_t t_start = uptimeMicros(); in Java_org_chromium_latency_walt_AudioTest_playTone() local 163 int dt_state = uptimeMicros() - t_start; in Java_org_chromium_latency_walt_AudioTest_playTone() 171 return (jlong) t_start; in Java_org_chromium_latency_walt_AudioTest_playTone()
|
/external/openssh/ |
D | sshconnect.c | 336 struct timeval tv, t_start; in timeout_connect() local 340 gettimeofday(&t_start, NULL); in timeout_connect() 404 ms_subtract_diff(&t_start, timeoutp); in timeout_connect() 556 struct timeval t_start, t_remaining; in ssh_exchange_identification() local 577 gettimeofday(&t_start, NULL); in ssh_exchange_identification() 582 ms_subtract_diff(&t_start, &remaining); in ssh_exchange_identification()
|
/external/icu/icu4c/source/data/translit/ |
D | Latn_Kana.txt | 71 $t_start = [タチツテトたちつてと] ; 259 d } d ↔ ッ } $t_start $voice; 272 t } t ↔ ッ } $t_start ;
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | segment.c | 676 struct timeval t_start, t_end; in segment_touch() local 705 gettimeofday(&t_start, NULL); in segment_touch() 710 (float)(tv_diff_usec(&t_start, &t_end)) / 1000000.0); in segment_touch()
|
D | commands.c | 562 struct timeval t_start, t_end; in migrate_process() local 637 gettimeofday(&t_start, NULL); in migrate_process() 649 (float)(tv_diff_usec(&t_start, &t_end)) / 1000000.0); in migrate_process()
|
/external/gemmlowp/standalone/ |
D | neon-gemm-kernel-benchmark.cc | 3658 const double t_start = current_time_in_seconds(); in benchmark() local 3663 const double elapsed = t_end - t_start; in benchmark()
|
/external/lisa/ipynb/examples/trace_analysis/ |
D | TraceAnalysis_TasksLatencies.ipynb | 631 " - t_start: the time when the current status started, it matches Time\n", 668 " <th>t_start</th>\n", 732 " target_cpu __cpu curr_state next_state t_start t_delta\n",
|
/external/lisa/ipynb/releases/ |
D | ReleaseNotes_v16.10.ipynb | 1974 " <th>t_start</th>\n", 2038 " target_cpu __cpu curr_state next_state t_start t_delta\n",
|