HomeSort by relevance Sort by last modified time
    Searched refs:starttime (Results 1 - 17 of 17) sorted by null

  /external/dropbear/libtommath/
pretty.build 13 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/
sys_win.c 89 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/
sys_wind.cpp 193 static int starttime; local
197 if (!starttime)
198 starttime = tstruct.time;
199 t = (tstruct.time-starttime) + tstruct.millitm*0.001;
sys_win.cpp 36 int starttime; variable
354 double starttime; local
384 starttime = Sys_FloatTime ();
388 ((Sys_FloatTime () - starttime) < CONSOLE_ERROR_TIMEOUT))
540 j = COM_CheckParm("-starttime");
vid_ext.cpp 249 double starttime, time; local
251 starttime = Sys_FloatTime ();
262 } while ((time - starttime) < 0.1);
  /external/openssl/crypto/rand/
rand_win.c 466 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 = GetTickCount()
    [all...]
  /external/quake/quake/src/QW/client/
sys_win.c 35 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/
echo_control_mobile.c 285 // 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/
zic.c 122 static void addtt(zic_t starttime, int type);
2104 register zic_t starttime, untiltime; local
    [all...]
localtime.c 979 time_t starttime; local
1010 starttime = transtime(janfirst, year, &start,
1014 if (starttime > endtime) {
1017 *atp++ = starttime;
1020 *atp++ = starttime;
    [all...]
  /external/grub/netboot/
main.c 539 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);
  /bionic/libc/tzcode/
localtime.c 1075 time_t starttime; local
    [all...]
  /external/openssl/ssl/
kssl.c     [all...]
  /system/core/libcutils/
tztime.c 1000 time_t starttime; local
1030 starttime = transtime(janfirst, year, &start,
1034 if (starttime > endtime) {
1037 *atp++ = starttime;
1040 *atp++ = starttime;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
802.11.h 1230 uint32 starttime[2]; member in struct:dot11_rmrep_bcn
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 1312 uint32 starttime[2]; member in struct:dot11_rmrep_bcn
    [all...]

Completed in 353 milliseconds