Home
last modified time | relevance | path

Searched refs:t_start (Results 1 – 11 of 11) sorted by relevance

/third_party/vixl/tools/
Dtest.py219 t_start = time.time()
220 t_current = t_start
221 t_last_indication = t_start
222 t_current = t_start
231 if (t_current - t_start >= 2) and (t_current - t_last_indication >= 1):
233 printable_command_orange + indicator % int(t_current - t_start))
251 printable_command += ' (took %d seconds)' % int(t_current - t_start)
/third_party/musl/porting/linux/user/src/network/
Dgetaddrinfo.c70 time_t t_start, t_end; in getaddrinfo_ext() local
180 t_start = time(NULL); in getaddrinfo_ext()
187 reportdnsresult(netid, host, difftime(t_end, t_start), DNS_QUERY_COMMOM_FAIL, NULL, &param); in getaddrinfo_ext()
232 reportdnsresult(netid, host, difftime(t_end, t_start), DNS_QUERY_SUCCESS, *res, &param); in getaddrinfo_ext()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_idct.c264 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()
/third_party/skia/third_party/externals/libpng/
Dpngtest.c118 static float t_start, t_stop, t_decode, t_encode, t_misc; variable
1463 t_misc += (t_stop - t_start); in test_one_file()
1464 t_start = t_stop; in test_one_file()
1504 t_decode += (t_stop - t_start); in test_one_file()
1505 t_start = t_stop; in test_one_file()
1510 t_encode += (t_stop - t_start); in test_one_file()
1511 t_start = t_stop; in test_one_file()
2108 t_misc += (t_stop - t_start); in main()
2109 t_start = t_stop; in main()
/third_party/mesa3d/.gitlab-ci/bin/
Dci_run_n_monitor.py274 t_start = time.perf_counter() variable
298 spend_minutes = (t_end - t_start) / 60
/third_party/icu/icu4c/source/data/translit/
DLatn_Kana.txt72 $t_start = [タチツテトたちつてと] ;
260 d } d ↔ ッ } $t_start $voice;
273 t } t ↔ ッ } $t_start ;
/third_party/skia/third_party/externals/icu/source/data/translit/
DLatn_Kana.txt72 $t_start = [タチツテトたちつてと] ;
260 d } d ↔ ッ } $t_start $voice;
273 t } t ↔ ッ } $t_start ;
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dsegment.c678 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()
Dcommands.c554 struct timeval t_start, t_end; in migrate_process() local
629 gettimeofday(&t_start, NULL); in migrate_process()
641 (float)(tv_diff_usec(&t_start, &t_end)) / 1000000.0); in migrate_process()
/third_party/python/Lib/test/
D_test_multiprocessing.py2649 t_start = time.monotonic()
2661 self.assertGreater(time.monotonic() - t_start, 0.9)
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h46191 long unsigned int t_start; member