/external/blktrace/btt/ |
D | p_live.c | 32 __u64 t_start, t_end; member 147 if (gip->t_start < 0.0 || plp->dt < gip->t_start) in p_live_visit() 148 gip->t_start = plp->dt; in p_live_visit() 163 .t_start = 0.0, in p_live_get() 182 double t_time = BIT_TIME(gi.t_end - gi.t_start); in p_live_get()
|
D | seek.c | 32 double t_start, t_last; member 105 double delta = sps->t_last - sps->t_start; in sps_emit() 112 fprintf(sip->sps_fp, "%15.9lf %.2lf\n", sps->t_start, s_p_s); in sps_emit() 114 sps->t_start = 0; in sps_emit() 123 if (sps->nseeks != 0 && ((t - sps->t_start) >= 1.0)) in sps_add() 128 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/perfetto/src/trace_processor/ |
D | trace_processor_shell.cc | 257 base::TimeNanos t_start) { in PrintQueryResultInteractively() argument 258 base::TimeNanos t_end = t_start; in PrintQueryResultInteractively() 305 printf("\nQuery executed in %.3f ms\n\n", (t_end - t_start).count() / 1E6); in PrintQueryResultInteractively() 342 base::TimeNanos t_start = base::GetWallTimeNs(); in StartInteractiveShell() local 344 PrintQueryResultInteractively(&it, t_start); in StartInteractiveShell()
|
D | trace_processor_impl.cc | 338 base::TimeNanos t_start = base::GetWallTimeNs(); in ExecuteQuery() local 341 t_start.count()); in ExecuteQuery()
|
/external/vixl/tools/ |
D | test.py | 295 t_start = time.time() 296 t_last_indication = t_start 305 if (t_current - t_start >= 2) and (t_current - t_last_indication >= 1): 307 printable_command_orange + indicator % int(t_current - t_start))
|
/external/libpng/ |
D | pngtest.c | 118 static float t_start, t_stop, t_decode, t_encode, t_misc; variable 1461 t_misc += (t_stop - t_start); in test_one_file() 1462 t_start = t_stop; in test_one_file() 1502 t_decode += (t_stop - t_start); in test_one_file() 1503 t_start = t_stop; in test_one_file() 1508 t_encode += (t_stop - t_start); in test_one_file() 1509 t_start = t_stop; in test_one_file() 2106 t_misc += (t_stop - t_start); in main() 2107 t_start = t_stop; in main()
|
/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/skia/src/compute/hs/cl/ |
D | hs_cl.c | 154 cl_ulong t_start=0, t_end=0; in hs_state_wait_list_profile() local 162 &t_start, in hs_state_wait_list_profile() 171 state->t_total += t_end - t_start; in hs_state_wait_list_profile() 185 t_start,t_end,t_end-t_start,state->t_total); in hs_state_wait_list_profile()
|
/external/skqp/src/compute/hs/cl/ |
D | hs_cl.c | 154 cl_ulong t_start=0, t_end=0; in hs_state_wait_list_profile() local 162 &t_start, in hs_state_wait_list_profile() 171 state->t_total += t_end - t_start; in hs_state_wait_list_profile() 185 t_start,t_end,t_end-t_start,state->t_total); in hs_state_wait_list_profile()
|
/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/skia/src/compute/hs/cl/bench/ |
D | main.c | 436 cl_ulong t_start=0, t_end=0; in hs_bench() local 442 &t_start, in hs_bench() 452 cl_ulong const t = t_end - t_start; in hs_bench()
|
/external/u-boot/arch/powerpc/cpu/mpc83xx/ |
D | spd_sdram.c | 880 unsigned long t_start, t_end; in ddr_enable_ecc() local 886 t_start = get_tbms(); in ddr_enable_ecc() 905 debug("ddr init duration: %ld ms\n", t_end - t_start); in ddr_enable_ecc()
|
/external/skqp/src/compute/hs/cl/bench/ |
D | main.c | 436 cl_ulong t_start=0, t_end=0; in hs_bench() local 442 &t_start, in hs_bench() 452 cl_ulong const t = t_end - t_start; in hs_bench()
|
/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 | 678 struct timeval t_start, t_end; in segment_touch() local 707 gettimeofday(&t_start, NULL); in segment_touch() 712 (float)(tv_diff_usec(&t_start, &t_end)) / 1000000.0); in segment_touch()
|
D | commands.c | 552 struct timeval t_start, t_end; in migrate_process() local 627 gettimeofday(&t_start, NULL); in migrate_process() 639 (float)(tv_diff_usec(&t_start, &t_end)) / 1000000.0); in migrate_process()
|
/external/gemmlowp/standalone/ |
D | neon-gemm-kernel-benchmark.cc | 5091 const double t_start = current_time_in_seconds(); in benchmark() local 5096 const double elapsed = t_end - t_start; in benchmark()
|
/external/python/cpython3/Lib/test/ |
D | _test_multiprocessing.py | 2530 t_start = time.monotonic() 2542 self.assertGreater(time.monotonic() - t_start, 0.9)
|