Home
last modified time | relevance | path

Searched refs:newtime (Results 176 – 200 of 799) sorted by relevance

12345678910>>...32

/dports/games/quake2lnx/quake2-r0.16.2/src/irix/
H A Dsys_irix.c304 int time, oldtime, newtime; in main() local
325 newtime = Sys_Milliseconds (); in main()
326 time = newtime - oldtime; in main()
329 oldtime = newtime; in main()
/dports/games/quake2lnx/quake2-r0.16.2/src/linux/
H A Dsys_linux.c298 int time, oldtime, newtime; in main() local
319 newtime = Sys_Milliseconds (); in main()
320 time = newtime - oldtime; in main()
323 oldtime = newtime; in main()
/dports/games/quake2-source/quake2-r0.16.2/src/irix/
H A Dsys_irix.c304 int time, oldtime, newtime; in main() local
325 newtime = Sys_Milliseconds (); in main()
326 time = newtime - oldtime; in main()
329 oldtime = newtime; in main()
/dports/games/quetoo/quetoo-0.6.1/src/
H A Dmain.c358 int time, oldtime, newtime; in main() local
380 newtime = Sys_Milliseconds(); in main()
381 time = newtime - oldtime; in main()
384 oldtime = newtime; in main()
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tron/
H A DgHud.cpp202 REAL newtime = tSysTimeFloat(); in tank_display_hud() local
203 REAL ts = newtime - lastTime; in tank_display_hud()
208 lastTime = newtime; in tank_display_hud()
515 REAL newtime = tSysTimeFloat(); in display_fps_subby() local
516 REAL ts = newtime - lastTime; in display_fps_subby()
536 time << newtime; in display_fps_subby()
546 lastTime = newtime; in display_fps_subby()
/dports/devel/git-filter-repo/git-filter-repo-2.34.0/t/t9391/
H A Dcommit_info.py25 newtime = oldtime + datetime.timedelta(hours=-5)
26 commit.committer_date = fr.date_to_string(newtime)
/dports/games/r1q2/r1q2-8012_5/linux/
H A Dsys_linux.c582 unsigned int time, oldtime, newtime, spins; in main() local
611 newtime = Sys_Milliseconds (); in main()
612 time = newtime - oldtime; in main()
620 newtime = Sys_Milliseconds (); in main()
621 time = newtime - oldtime; in main()
632 oldtime = newtime; in main()
/dports/devel/py-keystonemiddleware/keystonemiddleware-9.3.0/keystonemiddleware/tests/unit/auth_token/
H A Dtest_connection_pool.py53 newtime = time.time() + self.unused_timeout * 2
55 ttl=(newtime * 2),
59 with mock.patch.object(time, 'time', return_value=newtime):
/dports/games/tenebrae/tenebrae_0/
H A Dsys_win.c764 double time, oldtime, newtime; in WinMain() local
934 newtime = Sys_FloatTime (); in WinMain()
935 time = newtime - oldtime; in WinMain()
940 newtime = Sys_FloatTime (); in WinMain()
941 time = newtime - oldtime; in WinMain()
957 newtime = Sys_FloatTime (); in WinMain()
958 time = newtime - oldtime; in WinMain()
962 oldtime = newtime; in WinMain()
H A Dsys_sun.c319 float time, oldtime, newtime; in main() local
343 newtime = Sys_FloatTime(); in main()
344 Host_Frame (newtime - oldtime); in main()
345 oldtime = newtime; in main()
/dports/games/quake2-source/quake2-r0.16.2/src/linux/
H A Dsys_linux.c310 int time, oldtime, newtime; in main() local
331 newtime = Sys_Milliseconds (); in main()
332 time = newtime - oldtime; in main()
335 oldtime = newtime; in main()
/dports/graphics/grx/grx249/src/mouse/
H A Dinput.h149 long newtime; \
150 real_time(newtime); \
151 (dt) = (newtime - oldtime) * MS_PER_TICK; \
152 oldtime = newtime; \
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/bsd/vm/
H A Dos_bsd.inline.hpp166 julong prevtime,newtime; in timeout() local
186 newtime = ((julong)t.tv_sec * 1000) + t.tv_usec / 1000; in timeout()
187 timeout -= newtime - prevtime; in timeout()
190 prevtime = newtime; in timeout()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/aix/vm/
H A Dos_aix.inline.hpp164 julong prevtime,newtime; in timeout() local
184 newtime = ((julong)t.tv_sec * 1000) + t.tv_usec / 1000; in timeout()
185 timeout -= newtime - prevtime; in timeout()
188 prevtime = newtime; in timeout()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/linux/vm/
H A Dos_linux.inline.hpp158 julong prevtime,newtime; in timeout() local
178 newtime = ((julong)t.tv_sec * 1000) + t.tv_usec / 1000; in timeout()
179 timeout -= newtime - prevtime; in timeout()
182 prevtime = newtime; in timeout()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/aix/vm/
H A Dos_aix.inline.hpp164 julong prevtime,newtime; in timeout() local
184 newtime = ((julong)t.tv_sec * 1000) + t.tv_usec / 1000; in timeout()
185 timeout -= newtime - prevtime; in timeout()
188 prevtime = newtime; in timeout()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/bsd/vm/
H A Dos_bsd.inline.hpp166 julong prevtime,newtime; in timeout() local
186 newtime = ((julong)t.tv_sec * 1000) + t.tv_usec / 1000; in timeout()
187 timeout -= newtime - prevtime; in timeout()
190 prevtime = newtime; in timeout()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/linux/vm/
H A Dos_linux.inline.hpp158 julong prevtime,newtime; in timeout() local
178 newtime = ((julong)t.tv_sec * 1000) + t.tv_usec / 1000; in timeout()
179 timeout -= newtime - prevtime; in timeout()
182 prevtime = newtime; in timeout()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwtplot3d/src/
H A Dqwt3d_io_gl2ps.cpp205 struct tm *newtime; in operator ()() local
207 newtime = gmtime(&now); in operator ()()
208 if (newtime && newtime->tm_year + 1900 > 2002) in operator ()()
209 producer += "-" + QString::number(newtime->tm_year+1900); in operator ()()
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dlibretro.c387 double newtime; in Sys_DoubleTime() local
390 newtime = (OSGetSystemTime() / 62156250.f); in Sys_DoubleTime()
392 newtime = ticks_to_microsecs(gettime()) / 1000000.0; in Sys_DoubleTime()
394 newtime = sysGetSystemTime() / 1000000.0; in Sys_DoubleTime()
413 newtime = (pcount - startcount) / pfreq; in Sys_DoubleTime()
423 oldtime = newtime; in Sys_DoubleTime()
426 if (newtime < oldtime) in Sys_DoubleTime()
430 if (newtime - oldtime < -0.01) in Sys_DoubleTime()
431 …ime stepped backwards (went from %f to %f, difference %f)\n", oldtime, newtime, newtime - oldtime); in Sys_DoubleTime()
435 curtime += newtime - oldtime; in Sys_DoubleTime()
[all …]
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/Client/
H A Dcpu_usage_mac.h68 fp8 newtime = m_Timer.Time(); in GetCpuUsage() local
70 fp8 period = newtime - m_LastCPUCheckTime; in GetCpuUsage()
139 m_LastCPUCheckTime = newtime; in GetCpuUsage()
/dports/biology/lamarc/lamarc-2.1.8/src/tree/
H A Darranger.cpp774 bool TreeSizeArranger::NodeChangesEpoch(Branch_ptr pBranch, double newtime, const DoubleVec1d & epo… in NodeChangesEpoch() argument
776 double tipwardtime(std::min(pBranch->m_eventTime, newtime)), in NodeChangesEpoch()
777 rootwardtime(std::max(pBranch->m_eventTime, newtime)); in NodeChangesEpoch()
872 double newtime = draw.first; in Rearrange() local
875 if (newtime <= tipwardtime || (rootwardtime != FLAGDOUBLE && newtime >= rootwardtime)) in Rearrange()
895 double tipwardchange = (newtime - tipwardtime) / (oldtime - tipwardtime); in Rearrange()
898 else rootwardchange = (rootwardtime - newtime) / (rootwardtime - oldtime); in Rearrange()
900 bool movingtipward(newtime < oldtime); in Rearrange()
902 epochtimes[startepoch] = newtime; in Rearrange()
920 newtimes.push_back(newtime); in Rearrange()
[all …]
/dports/games/q2pro/q2pro/source/
H A Dsv_ccmds.c342 struct tm *newtime; in SV_WriteServerFile() local
360 newtime = &foo; in SV_WriteServerFile()
363 newtime = localtime (&aclock); in SV_WriteServerFile()
365 Com_sprintf (comment,sizeof(comment), "%2i:%i%i %2i/%2i ", newtime->tm_hour in SV_WriteServerFile()
366 , newtime->tm_min/10, newtime->tm_min%10, in SV_WriteServerFile()
367 newtime->tm_mon+1, newtime->tm_mday); in SV_WriteServerFile()
/dports/net/latd/latd-1.31/
H A Dlatcp.cc488 void set_multicast(int newtime) in set_multicast() argument
490 if (newtime < 10 || newtime > 180) in set_multicast()
497 send_msg(latcp_socket, LATCP_SETMULTICAST, (char *)&newtime, sizeof(int)); in set_multicast()
512 void set_keepalive(int newtime) in set_keepalive() argument
514 if (newtime < 10 || newtime > 180) in set_keepalive()
521 send_msg(latcp_socket, LATCP_SETKEEPALIVE, (char *)&newtime, sizeof(int)); in set_keepalive()
/dports/astro/kstars/kstars-3.5.6/kstars/time/
H A Dsimclock.h76 Q_SCRIPTABLE Q_NOREPLY void setUTC(const KStarsDateTime &newtime);
89 void setUTC(const KStarsDateTime &newtime);

12345678910>>...32