Home
last modified time | relevance | path

Searched refs:mseconds (Results 101 – 125 of 231) sorted by relevance

12345678910

/dports/sysutils/moosefs3-chunkserver/moosefs-3.0.116/mfscommon/
H A Dmain.h73 void* main_msectime_register_fname (uint32_t mseconds,uint32_t offset,void (*fun)(void),const char …
76 int main_msectime_change(void* x,uint32_t mseconds,uint32_t offset);
/dports/sysutils/moosefs3-cli/moosefs-3.0.116/mfscommon/
H A Dmain.h73 void* main_msectime_register_fname (uint32_t mseconds,uint32_t offset,void (*fun)(void),const char …
76 int main_msectime_change(void* x,uint32_t mseconds,uint32_t offset);
/dports/sysutils/moosefs3-metalogger/moosefs-3.0.116/mfscommon/
H A Dmain.h73 void* main_msectime_register_fname (uint32_t mseconds,uint32_t offset,void (*fun)(void),const char …
76 int main_msectime_change(void* x,uint32_t mseconds,uint32_t offset);
/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/games/openlierox/OpenLieroX/libs/hawknl/src/
H A Dloopback.c786 end.mseconds = now.mseconds; in loopback_PollGroup()
789 end.mseconds += timeout; in loopback_PollGroup()
790 while(end.mseconds > 999) in loopback_PollGroup()
792 end.mseconds -= 1000; in loopback_PollGroup()
916 … > 0 && (now.seconds > end.seconds || (now.seconds == end.seconds && now.mseconds > end.mseconds))) in loopback_PollGroup()
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/foxxll/foxxll/common/
H A Dtimer.hpp107 double mseconds() const in mseconds() function in foxxll::timer
190 double mseconds() const in mseconds() function in foxxll::fake_timer
/dports/devel/stxxl/stxxl-1.4.1/tests/containers/btree/
H A Dtest_btree_const_scan.cpp69 STXXL_MSG("Scanning with non const iterator: " << Timer1.mseconds() << " msec"); in NC()
83 STXXL_MSG("Scanning with const iterator: " << Timer1.mseconds() << " msec"); in C()
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/core/
H A Dtime.h17 Time(double mseconds = .0);
18 Time(int hours, int minutes, int seconds, int mseconds);
/dports/x11-wm/fvwm3/fvwm3-1.0.4/perllib/FVWM/Tracker/
H A DScheduler.pm96 my $mseconds = $sd->{seconds} * 1000;
97 $self->{module}->send("Schedule $mseconds $sd->{fvwm_id} "
/dports/x11-wm/fvwm2/fvwm-2.6.9/perllib/FVWM/Tracker/
H A DScheduler.pm96 my $mseconds = $sd->{seconds} * 1000;
97 $self->{module}->send("Schedule $mseconds $sd->{fvwm_id} "
/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/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/sysutils/brasero/brasero-3.12.3/libbrasero-utils/
H A Dbrasero-disc-message.c92 guint mseconds) in brasero_disc_message_set_timeout() argument
103 if (mseconds > 0) in brasero_disc_message_set_timeout()
104 priv->timeout = g_timeout_add (mseconds, in brasero_disc_message_set_timeout()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/data/
H A Dqabstractdatetime.cpp164 QString msecondsStr(getSafeCapt(mseconds)); in create()
312 QString AbstractDateTime::serializeMSeconds(const MSecondProperty mseconds) in serializeMSeconds() argument
317 MSecondProperty msecs = mseconds; in serializeMSeconds()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/data/
H A Dqabstractdatetime.cpp165 QString msecondsStr(getSafeCapt(mseconds)); in create()
313 QString AbstractDateTime::serializeMSeconds(const MSecondProperty mseconds) in serializeMSeconds() argument
318 MSecondProperty msecs = mseconds; in serializeMSeconds()
/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/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/security/ca_root_nss/nss-3.71/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/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/nethack33/nethack-3.3.1/sys/vms/
H A Dvmstty.c451 void msleep(mseconds) in msleep() argument
452 unsigned mseconds; /* milliseconds */ in msleep()
456 msec = (long) mseconds;
/dports/games/nethack33-nox11/nethack-3.3.1/sys/vms/
H A Dvmstty.c451 void msleep(mseconds) in msleep() argument
452 unsigned mseconds; /* milliseconds */ in msleep()
456 msec = (long) mseconds;
/dports/games/nethack34/nethack-3.4.3/sys/vms/
H A Dvmstty.c457 void msleep(mseconds) in msleep() argument
458 unsigned mseconds; /* milliseconds */ in msleep()
462 msec = (long) mseconds;
/dports/games/nethack34-nox11/nethack-3.4.3/sys/vms/
H A Dvmstty.c457 void msleep(mseconds) in msleep() argument
458 unsigned mseconds; /* milliseconds */ in msleep()
462 msec = (long) mseconds;
/dports/games/vultures-eye/vulture-2.3.67/nethack/sys/vms/
H A Dvmstty.c457 void msleep(mseconds) in msleep() argument
458 unsigned mseconds; /* milliseconds */ in msleep()
462 msec = (long) mseconds;

12345678910