/external/python/cpython2/RISCOS/ |
D | sleep.c | 12 os_t starttime, endtime, time; /* monotonic times (centiseconds) */ in riscos_sleep() local 17 starttime = os_read_monotonic_time(); in riscos_sleep() 18 if (starttime + 100.0*delay >INT_MAX) in riscos_sleep() 21 endtime = (os_t)(starttime + 100.0*delay); in riscos_sleep() 27 time = starttime; in riscos_sleep() 29 while ( time<endtime && time>=starttime ) { in riscos_sleep()
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | main.c | 39 struct timeval starttime; member 52 timersub(&curtime, &data->starttime, &difftime); in ffsb_poll_fn() 65 struct timeval starttime, endtime, difftime; in main() local 107 gettimeofday(&starttime, NULL); in main() 119 timersub(&endtime, &starttime, &difftime); in main() 160 gettimeofday(&pdata.starttime, NULL); in main() 164 ctime_r(&pdata.starttime.tv_sec, ctime_start_buf)); in main() 180 timersub(&endtime, &pdata.starttime, &difftime); in main()
|
D | util.c | 237 struct timeval starttime, endtime, difftime; in ffsb_sync() local 240 gettimeofday(&starttime, NULL); in ffsb_sync() 243 timersub(&endtime, &starttime, &difftime); in ffsb_sync() 318 struct timeval starttime, endtime, junk, difftime; in ffsb_bench_gettimeofday() local 319 gettimeofday(&starttime, NULL); in ffsb_bench_gettimeofday() 323 timersub(&endtime, &starttime, &difftime); in ffsb_bench_gettimeofday() 335 struct timeval starttime, endtime, difftime; in ffsb_bench_getpid() local 336 gettimeofday(&starttime, NULL); in ffsb_bench_getpid() 340 timersub(&endtime, &starttime, &difftime); in ffsb_bench_getpid()
|
/external/ltp/testcases/realtime/perf/latency/ |
D | pthread_cond_latency.c | 117 double starttime; in test_signal() local 156 starttime = d_gettimeofday(); in test_signal() 162 starttime = d_gettimeofday(); in test_signal() 180 (int)((endtime - starttime) * 1000000.)); in test_signal()
|
D | pthread_cond_many.c | 152 double starttime; in wake_child() local 162 starttime = d_gettimeofday(); in wake_child() 168 starttime = d_gettimeofday(); in wake_child() 182 latency = (unsigned long)((endtime - starttime) * 1000000.); in wake_child()
|
/external/skqp/tools/android/ |
D | measure_fps.py | 30 starttime = time.time() 37 fps = (endframe - startframe) / (endtime - starttime) 41 starttime = endtime
|
/external/skia/tools/android/ |
D | measure_fps.py | 30 starttime = time.time() 37 fps = (endframe - startframe) / (endtime - starttime) 41 starttime = endtime
|
/external/libevent/test/ |
D | regress_thread.c | 533 struct timeval starttime, endtime; in thread_no_events() local 543 evutil_gettimeofday(&starttime, NULL); in thread_no_events() 552 evutil_timersub(×[i], &starttime, &diff); in thread_no_events() 556 test_timeval_diff_eq(&starttime, ×[0], 100); in thread_no_events() 557 test_timeval_diff_eq(&starttime, ×[1], 200); in thread_no_events() 558 test_timeval_diff_eq(&starttime, ×[2], 400); in thread_no_events() 559 test_timeval_diff_eq(&starttime, ×[3], 450); in thread_no_events() 560 test_timeval_diff_eq(&starttime, ×[4], 500); in thread_no_events() 561 test_timeval_diff_eq(&starttime, &endtime, 500); in thread_no_events()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/ |
D | testG722.cc | 53 double starttime; in main() local 123 starttime = clock()/(double)CLOCKS_PER_SEC_G722; in main() 131 runtime += (double)((clock()/(double)CLOCKS_PER_SEC_G722)-starttime); in main()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/ |
D | testG711.cc | 46 double starttime; in main() local 115 starttime = clock() / (double) CLOCKS_PER_SEC_G711; /* Runtime statistics */ in main() 158 runtime = (double)(clock() / (double) CLOCKS_PER_SEC_G711 - starttime); in main()
|
/external/python/cpython2/Lib/test/ |
D | pystone.py | 89 starttime = clock() 92 nulltime = clock() - starttime 104 starttime = clock() 130 benchtime = clock() - starttime - nulltime
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
D | jitter.sh | 39 starttime=`awk 'BEGIN { print systime(); }' < /dev/null` 44 t=`awk -v s=$starttime 'BEGIN { print systime() - s; }' < /dev/null`
|
/external/gemmlowp/test/ |
D | benchmark.cc | 101 double starttime = real_time_in_seconds(); in time_for_gemms() local 116 const float timing = static_cast<float>(endtime - starttime); in time_for_gemms() 218 double starttime = real_time_in_seconds(); in benchmark_gemm_sizes() local 219 while (real_time_in_seconds() < starttime + mintime) { in benchmark_gemm_sizes()
|
/external/tcpdump/ |
D | print-mpcp.c | 66 uint8_t starttime[MPCP_TIMESTAMP_LEN]; member 175 EXTRACT_32BITS(mpcp.grant->starttime), in mpcp_print()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ |
D | simpleKenny.c | 90 double starttime; in main() local 234 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */ in main() 482 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime); in main()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 141 static void addtt(zic_t starttime, int type); 2223 register zic_t starttime, untiltime; in outzone() local 2252 INITIALIZE(starttime); in outzone() 2465 addtt(starttime, type); in outzone() 2537 if (usestart && ktime == starttime) in outzone() 2540 if (ktime < starttime) { in outzone() 2606 else addtt(starttime, in outzone() 2627 starttime = zp->z_untiltime; in outzone() 2629 starttime = tadd(starttime, -stdoff); in outzone() 2631 starttime = tadd(starttime, -gmtoff); in outzone() [all …]
|
D | localtime.c | 1019 starttime = transtime(year, &start, stdoffset), in tzparse() local 1024 int reversed = endtime < starttime; in tzparse() 1026 int_fast32_t swap = starttime; in tzparse() 1027 starttime = endtime; in tzparse() 1031 || (starttime < endtime in tzparse() 1032 && (endtime - starttime in tzparse() 1040 (&sp->ats[timecnt], starttime)) in tzparse()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
D | test_iSACfixfloat.c | 98 double starttime; in main() local 270 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */ in main() 612 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime); in main()
|
D | kenny.cc | 110 double starttime, runtime, length_file; in main() local 455 starttime = clock()/(double)CLOCKS_PER_SEC; in main() 815 runtime = (double)(((double)clock()/(double)CLOCKS_PER_SEC)-starttime); in main()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_sequence_coder.cc | 160 int64_t starttime = webrtc::TickTime::MillisecondTimestamp(); in SequenceCoder() local 179 int64_t totalExecutionTime = endtime - starttime; in SequenceCoder()
|
/external/ltp/tools/genload/ |
D | stress.c | 91 long starttime, stoptime, runtime; in main() local 111 if ((starttime = time(NULL)) == -1) { in main() 319 runtime = stoptime - starttime; in main()
|
D | genload.c | 91 long starttime, stoptime, runtime; in main() local 111 if ((starttime = time(NULL)) == -1) { in main() 319 runtime = stoptime - starttime; in main()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
D | ReleaseTest-API.cc | 54 double starttime, runtime, length_file; in main() local 439 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */ in main() 909 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime); in main()
|
/external/swiftshader/third_party/LLVM/utils/ |
D | NewNightlyTest.pl | 656 $starttime = `date "+20%y-%m-%d %H:%M:%S"`; 793 'starttime' => $starttime,
|
/external/eigen/bench/ |
D | benchmark-blocking-sizes.cpp | 204 double starttime = timer.getCpuTime(); in run() local 214 const float timing = float(endtime - starttime); in run()
|