Home
last modified time | relevance | path

Searched refs:mseconds (Results 1 – 25 of 231) sorted by last modified time

12345678910

/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/lib/
H A DPmwMessageBar.py102 mseconds = int(showtime * 1000)
103 self._timer[priority] = self.after(mseconds, _clearmessage)
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/lib/
H A DPmwMessageBar.py102 mseconds = int(showtime * 1000)
103 self._timer[priority] = self.after(mseconds, _clearmessage)
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/common/
H A DThread.h81 void Sleep( unsigned int mseconds);
/dports/security/nss/nss-3.76.1/nss/cmd/sdbthreadtst/
H A Dsdbthreadtst.c89 int mseconds = ((interval * 1000) / PR_TicksPerSecond()) - (seconds * 1000); in create_key_loop() local
92 i, seconds, mseconds); in create_key_loop()
/dports/games/linwarrior/linwarrior/source/
H A DcController.cpp118 void cController::pushWaitEvent(long mseconds, bool patrol) { in pushWaitEvent() argument
120 push(mseconds); in pushWaitEvent()
126 long mseconds = getParameter(1); in waitEvent() local
146 if (mseconds > 0) { in waitEvent()
147 mseconds -= 1000/40; in waitEvent()
148 setParameter(1, mseconds); in waitEvent()
149 if (mseconds <= 0) { in waitEvent()
/dports/comms/cqrlog/cqrlog-2.5.0/src/synapse/
H A Dftpsend.pas1665 mhours, mminutes, mseconds: word;
1695 mseconds := 0;
1731 mseconds := StrToIntDef(Seconds, 0);
1741 + EncodeTime(mHours, mminutes, mseconds, 0);
/dports/www/firefox/firefox-99.0/security/nss/cmd/sdbthreadtst/
H A Dsdbthreadtst.c89 int mseconds = ((interval * 1000) / PR_TicksPerSecond()) - (seconds * 1000); in create_key_loop() local
92 i, seconds, mseconds); in create_key_loop()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/scopes/
H A Dabstractscopewidget.cpp392 void AbstractScopeWidget::slotHUDRenderingFinished(uint mseconds, uint oldFactor) in slotHUDRenderingFinished() argument
395 …qCDebug(KDENLIVE_LOG) << "HUD rendering has finished in " << mseconds << " ms, waiting for termina… in slotHUDRenderingFinished()
405 accel = int(calculateAccelFactorHUD(mseconds, oldFactor)); in slotHUDRenderingFinished()
421 void AbstractScopeWidget::slotScopeRenderingFinished(uint mseconds, uint oldFactor) in slotScopeRenderingFinished() argument
426 …qCDebug(KDENLIVE_LOG) << "Scope rendering has finished in " << mseconds << " ms, waiting for termi… in slotScopeRenderingFinished()
439 accel = int(calculateAccelFactorScope(mseconds, oldFactor)); in slotScopeRenderingFinished()
459 void AbstractScopeWidget::slotBackgroundRenderingFinished(uint mseconds, uint oldFactor) in slotBackgroundRenderingFinished() argument
462 …qCDebug(KDENLIVE_LOG) << "Background rendering has finished in " << mseconds << " ms, waiting for … in slotBackgroundRenderingFinished()
472 accel = int(calculateAccelFactorBackground(mseconds, oldFactor)); in slotBackgroundRenderingFinished()
H A Dabstractscopewidget.h224 void signalHUDRenderingFinished(uint mseconds, uint accelerationFactor);
225 void signalScopeRenderingFinished(uint mseconds, uint accelerationFactor);
226 void signalBackgroundRenderingFinished(uint mseconds, uint accelerationFactor);
293 void slotHUDRenderingFinished(uint mseconds, uint accelerationFactor);
294 void slotScopeRenderingFinished(uint mseconds, uint accelerationFactor);
295 void slotBackgroundRenderingFinished(uint mseconds, uint accelerationFactor);
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/funcexp/
H A Dfunc_timestampdiff.cpp145 int64_t seconds = 0, mseconds = 0; in getIntVal() local
149 …l_sign3 = helpers::calc_time_diff(val2, val1, l_sign, (long long*)&seconds, (long long*)&mseconds); in getIntVal()
155 diff = l_sign3 * (seconds * 1000000L + mseconds); in getIntVal()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/funcexp/
H A Dfunc_timestampdiff.cpp145 int64_t seconds = 0, mseconds = 0; in getIntVal() local
149 …l_sign3 = helpers::calc_time_diff(val2, val1, l_sign, (long long*)&seconds, (long long*)&mseconds); in getIntVal()
155 diff = l_sign3 * (seconds * 1000000L + mseconds); in getIntVal()
/dports/lang/rust/rustc-1.58.1-src/vendor/lzma-sys/xz-5.2/src/xz/
H A Dmessage.c387 progress_time(uint64_t mseconds) in progress_time() argument
393 uint32_t seconds = (uint32_t)(mseconds / 1000); in progress_time()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/jacl/
H A Djacl_main.cpp760 void jacl_sleep(unsigned int mseconds) { in jacl_sleep() argument
761 g_system->delayMillis(mseconds); in jacl_sleep()
H A Dprototypes.h197 extern void jacl_sleep(unsigned int mseconds);
/dports/net/yaz/yaz-5.31.1/
H A DChangeLog29866 Use Sleep(mseconds) on Windows
/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dspeedtest.cc30 template<typename C> void doRun(const C& cmd, int mseconds=100) in doRun() argument
33 it.it_value.tv_sec=mseconds/1000; in doRun()
34 it.it_value.tv_usec = 1000* (mseconds%1000); in doRun()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestUtil.cc80 const double mseconds = milliseconds + (seconds + (minutes + (hours + days*24)*60)*60)*1000.0; in TEST_F() local
82 …EXPECT_EQ(4, openvdb::util::printTime(ostr2, mseconds, "Completed in ", "", width, precision, verb… in TEST_F()
85 …s << " seconds and " << std::setw(width) << milliseconds << " milliseconds (" << mseconds << "ms)"; in TEST_F()
96 const double mseconds = milliseconds + (seconds + (minutes + (hours + days*24)*60)*60)*1000.0; in TEST_F() local
98 …EXPECT_EQ(4, openvdb::util::printTime(ostr2, mseconds, "Completed in ", "", width, precision, verb… in TEST_F()
/dports/games/gnome-chess/gnome-chess-41.1/doc/
H A DUniversal Chess Interface155 white increment per move in mseconds if x > 0
157 black increment per move in mseconds if x > 0
169 search exactly x mseconds
/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Dtimetablegeneratemultipleform.cpp153 if(mseconds==0) in startGenerating()
155 int hh=mseconds/3600; in startGenerating()
156 mseconds%=3600; in startGenerating()
157 int mm=mseconds/60; in startGenerating()
158 mseconds%=60; in startGenerating()
159 int ss=mseconds; in startGenerating()
1174 if(mseconds==0) in activityPlaced()
1177 mseconds%=3600; in activityPlaced()
1178 int mm=mseconds/60; in activityPlaced()
1179 mseconds%=60; in activityPlaced()
[all …]
/dports/math/libxsmm/libxsmm-1.16.3/samples/transpose/
H A Dtranspose_opentuner.py83 mseconds = float(match.group(1)) / nruns
84 assert(0 < mseconds)
85 frequency = 1000.0 / mseconds
87 return Result(time=mseconds, accuracy=frequency, size=kernelsize)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/docs/docsite/rst/
H A Dfilter_guide.rst317 - ``ms``, ``millisecond``, ``milliseconds``, ``msec``, ``msecs``, ``msecond``, ``mseconds``
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Time-HiRes/
H A DHiRes.xs423 us_to_VMS(useconds_t mseconds, unsigned long v[]) in us_to_VMS() argument
428 qq[0] = mseconds; in us_to_VMS()
475 vms_ualarm(int mseconds, int interval) in vms_ualarm() argument
512 if (mseconds) { in vms_ualarm()
518 us_to_VMS(mseconds, a->delay); in vms_ualarm()
/dports/biology/ugene/ugene-40.1/src/plugins/remote_blast/src/
H A DHttpRequest.h76 static void await(int mseconds) { in await() argument
77 msleep(mseconds); in await()
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/scripting/
H A Dscripting_subtitleline.cpp249 Scripting::SubtitleLine::shiftTimes(int mseconds) in shiftTimes() argument
251 m_backend->shiftTimes(mseconds); in shiftTimes()
H A Dscripting_subtitleline.h73 void shiftTimes(int mseconds);

12345678910