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

  /external/opencore/oscl/oscl/oscllib/src/
oscl_configfile_list.cpp 79 TICK starttime; local
80 SET_TICK(starttime);
119 DIFF_TICK(starttime, difftime);
oscl_library_list.cpp 93 TICK starttime; local
94 SET_TICK(starttime);
259 DIFF_TICK(starttime, difftime);
oscl_shared_library.cpp 80 TICK starttime; local
81 SET_TICK(starttime);
104 DIFF_TICK(starttime, delta);
116 DIFF_TICK(starttime, delta);
137 DIFF_TICK(starttime, delta);
151 DIFF_TICK(starttime, delta);
172 DIFF_TICK(starttime, delta);
187 DIFF_TICK(starttime, delta);
  /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/opencore/pvmi/recognizer/src/
pvmf_recognizer_registry_impl.cpp 539 uint32 starttime = OsclTickCount::TicksToMsec(currticks); local
540 OSCL_UNUSED_ARG(starttime);
555 i, (recresult->back()).iRecognitionConfidence, (endtime - starttime)));
557 //i,(recresult->back()).iRecognitionConfidence, (endtime-starttime), (recresult->back()).iRecognizedFormat.get_cstr()));
610 uint32 starttime = OsclTickCount::TicksToMsec(currticks); local
611 OSCL_UNUSED_ARG(starttime);
626 i, (recresult->back()).iRecognitionConfidence, (endtime - starttime)));
628 //i,(recresult->back()).iRecognitionConfidence, (endtime-starttime), (recresult->back()).iRecognizedFormat.get_cstr()));
  /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/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);
  /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/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/src/
pvmi_mio_avi_wav_file.cpp 1148 uint32 starttime = 0; local
1179 uint32 starttime = 0; local
    [all...]
  /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/opencore/engines/author/src/
pvauthorengine.cpp 123 uint32 starttime = 0; local
125 iAuthorClock.SetStartTime32(starttime, PVMF_MEDIA_CLOCK_MSEC, overflow);
    [all...]
  /external/opencore/engines/author/test/src/
pvaetest.cpp 252 uint32 starttime = OsclTickCount::TicksToMsec(currticks); local
264 fprintf(file, " Time taken by the test: %d\n", (endtime - starttime));
    [all...]
  /bionic/libc/tzcode/
localtime.c 1063 time_t starttime; local
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 979 time_t starttime; local
1010 starttime = transtime(janfirst, year, &start,
1014 if (starttime > endtime) {
1017 *atp++ = starttime;
1020 *atp++ = starttime;
    [all...]
zic.c 122 static void addtt(zic_t starttime, int type);
2104 register zic_t starttime, untiltime; local
    [all...]
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_node.cpp 701 uint32 starttime = OsclTickCount::TicksToMsec(startticks); local
775 timeinloop = (endtime - starttime);
    [all...]
  /external/opencore/nodes/streaming/medialayernode/src/
pvmf_medialayer_node.cpp 2843 uint32 starttime = OsclTickCount::TicksToMsec(startticks); local
    [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/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.cpp 1007 uint32 starttime = OsclTickCount::TicksToMsec(startticks); local
    [all...]
  /external/opencore/engines/player/src/
pv_player_engine.cpp 1189 uint32 starttime = 0; local
8767 uint32 starttime = 0; local
9015 uint32 starttime = 0; local
    [all...]

Completed in 1004 milliseconds