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

/external/dropbear/libtommath/
H A Dpretty.build13 my $starttime = time;
55 if (time != $starttime) {
56 my $delay = time - $starttime;
62 printf("\nFinished building source (%d seconds, %3.2f files per second).\n", time - $starttime, $rate);
/external/quake/quake/src/QW/server/
H A Dsys_win.c89 static int starttime; local
93 if (!starttime)
94 starttime = tstruct.time;
95 t = (tstruct.time-starttime) + tstruct.millitm*0.001;
/external/quake/quake/src/WinQuake/
H A Dsys_wind.cpp193 static int starttime; local
197 if (!starttime)
198 starttime = tstruct.time;
199 t = (tstruct.time-starttime) + tstruct.millitm*0.001;
H A Dsys_win.cpp36 int starttime; variable
354 double starttime; local
384 starttime = Sys_FloatTime ();
388 ((Sys_FloatTime () - starttime) < CONSOLE_ERROR_TIMEOUT))
540 j = COM_CheckParm("-starttime");
H A Dvid_ext.cpp249 double starttime, time; local
251 starttime = Sys_FloatTime ();
262 } while ((time - starttime) < 0.1);
/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/quake/quake/src/QW/client/
H A Dsys_win.c35 int starttime; variable
356 j = COM_CheckParm("-starttime");
374 static DWORD starttime; local
383 starttime = now;
387 if (now < starttime) // wrapped?
388 return (now / 1000.0) + (LONG_MAX - starttime / 1000.0);
390 if (now - starttime == 0)
393 return (now - starttime) / 1000.0;
/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/icu4c/tools/tzcode/
H A Dzic.c122 static void addtt(zic_t starttime, int type);
2104 register zic_t starttime, untiltime; local
2129 INITIALIZE(starttime);
2263 addtt(starttime, type);
2335 if (usestart && ktime == starttime)
2338 if (ktime < starttime) {
2408 else addtt(starttime,
2424 ** Now we may get to set starttime for the next zone line.
2429 starttime = zp->z_untiltime;
2431 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/grub/netboot/
H A Dmain.c539 unsigned long starttime; local
556 starttime = currticks ();
560 ip.bp.bp_xid = xid += htonl (starttime);
676 ip.bp.bp_secs = htons ((currticks () - starttime) / TICKS_PER_SEC);
/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 218 milliseconds