Searched refs:starttime (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/
H A DtestG711.cc53 double starttime; local
117 starttime = clock() / (double) CLOCKS_PER_SEC_G711; /* Runtime statistics */
168 runtime = (double)(clock() / (double) CLOCKS_PER_SEC_G711 - starttime);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
H A DtestG722.cc58 double starttime; local
123 starttime = clock()/(double)CLOCKS_PER_SEC_G722;
130 runtime += (double)((clock()/(double)CLOCKS_PER_SEC_G722)-starttime);
/external/openssl/crypto/rand/
H A Drand_win.c466 DWORD starttime = 0; local
499 if (good) starttime = GetTickCount();
530 && (!good || (GetTickCount()-starttime)<MAXDELAY)
540 && (!good || (GetTickCount()-starttime)<MAXDELAY)
563 && (!good || (GetTickCount()-starttime)<MAXDELAY));
574 if (good) starttime = GetTickCount();
578 while (process_next(handle, &p) && (!good || (GetTickCount()-starttime)<MAXDELAY));
586 if (good) starttime = GetTickCount();
590 while (thread_next(handle, &t) && (!good || (GetTickCount()-starttime)<MAXDELAY));
598 if (good) starttime
[all...]
/external/tcpdump/
H A Dprint-mpcp.c77 u_int8_t starttime[MPCP_TIMESTAMP_LEN]; member in struct:mpcp_grant_t
189 EXTRACT_32BITS(mpcp.grant->starttime),
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dnormal_test.cc211 double starttime = 0; local
215 starttime = clock()/(double)CLOCKS_PER_SEC;
239 _totalEncodeTime += endtime - starttime;
H A Dnormal_async_test.cc333 double starttime = tGetTime(); local
374 double totalExecutionTime = endtime - starttime;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_sequence_coder.cc155 int64_t starttime = webrtc::TickTime::MillisecondTimestamp(); local
175 int64_t totalExecutionTime = endtime - starttime;
/external/webrtc/src/modules/audio_processing/aecm/
H A Decho_control_mobile.c285 // double endtime = 0, starttime = 0;
286 struct timeval starttime; local
460 // starttime = clock()/(double)CLOCKS_PER_SEC;
461 gettimeofday(&starttime, NULL);
501 // printf("%f\n", endtime - starttime);
505 if( endtime.tv_usec > starttime.tv_usec)
507 timeused += endtime.tv_usec - starttime.tv_usec;
510 timeused += endtime.tv_usec + 1000000 - starttime.tv_usec;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c108 double starttime; local
300 starttime = clock()/(double)CLOCKS_PER_SEC; /* Runtime statistics */
677 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime);
H A Dkenny.cc108 double starttime, runtime, length_file; local
451 starttime = clock()/(double)CLOCKS_PER_SEC;
806 runtime = (double)(((double)clock()/(double)CLOCKS_PER_SEC)-starttime);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c90 double starttime; local
251 starttime = clock()/(double)CLOCKS_PER_SEC; /* Runtime statistics */
544 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c108 double starttime; local
300 starttime = clock()/(double)CLOCKS_PER_SEC; /* Runtime statistics */
672 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime);
H A Dkenny.c107 double starttime, runtime, length_file; local
460 starttime = clock()/(double)CLOCKS_PER_SEC;
837 runtime = (double)(((double)clock()/(double)CLOCKS_PER_SEC)-starttime);
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzic.c122 static void addtt(zic_t starttime, int type);
2104 register zic_t starttime, untiltime; local
2129 INITIALIZE(starttime);
2299 addtt(starttime, type);
2371 if (usestart && ktime == starttime)
2374 if (ktime < starttime) {
2440 else addtt(starttime,
2456 ** Now we may get to set starttime for the next zone line.
2461 starttime = zp->z_untiltime;
2463 starttime
[all...]
H A Dlocaltime.c979 time_t starttime; local
1010 starttime = transtime(janfirst, year, &start,
1014 if (starttime > endtime) {
1017 *atp++ = starttime;
1020 *atp++ = starttime;
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c122 static void addtt(zic_t starttime, int type);
2104 register zic_t starttime, untiltime; local
2129 INITIALIZE(starttime);
2299 addtt(starttime, type);
2371 if (usestart && ktime == starttime)
2374 if (ktime < starttime) {
2440 else addtt(starttime,
2456 ** Now we may get to set starttime for the next zone line.
2461 starttime = zp->z_untiltime;
2463 starttime
[all...]
H A Dlocaltime.c979 time_t starttime; local
1010 starttime = transtime(janfirst, year, &start,
1014 if (starttime > endtime) {
1017 *atp++ = starttime;
1020 *atp++ = starttime;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc57 double starttime, runtime, length_file; local
472 starttime = clock()/(double)CLOCKS_PER_SEC; /* Runtime statistics */
1022 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime);
/external/openssl/ssl/
H A Dkssl.c1505 krb5ticket->enc_part2->times.starttime,
1544 ttimes->starttime = krb5ticket->enc_part2->times.starttime;
1974 start = (ttimes->starttime != 0)? ttimes->starttime: ttimes->authtime;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...

Completed in 212 milliseconds