Home
last modified time | relevance | path

Searched refs:theInterval (Results 1 – 25 of 50) sorted by relevance

12

/dports/benchmarks/polygraph/polygraph-4.13.0/src/pgl/
H A DPglRateSym.cc23 theCount(aCount), theInterval(anInterval) { in RateSym()
37 return new RateSym(theCount, theInterval); in dupe()
42 return Ratio(theCount, theInterval.secd()); in val()
47 theInterval = Time::Sec(1); in val()
52 return new RateSym(+theCount, theInterval); in unOper()
54 return new RateSym(-theCount, theInterval); in unOper()
104 return new BwidthSym(Bandwidth(sz*theCount, theInterval)); in operRS()
113 return new NumSym(theCount*(otherInterval/theInterval)); in operRT()
123 return new RateSym(theCount/otherCount, theInterval); in operRN()
127 return new RateSym(theCount*otherCount, theInterval); in operRN()
/dports/math/analitza/analitza-21.12.3/analitzaplot/private/backends/
H A Dparametriccurve3d.cpp50 QPair< double, double > theInterval; in update() local
52 theInterval = interval(QStringLiteral("t")); in update()
54 theInterval = qMakePair(-3.1415*5, 3.1415*5); in update()
55 double dlimit=theInterval.first; in update()
56 double ulimit=theInterval.second; in update()
H A Dparametriccurve2d.cpp66 QPair< double, double > theInterval; in update() local
68 theInterval = interval(QStringLiteral("t")); in update()
70 theInterval = qMakePair(-3.1415*5, 3.1415*5); in update()
71 double dlimit=theInterval.first; in update()
72 double ulimit=theInterval.second; in update()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/vm/
H A DWatchDog.cpp55 return theInterval = (interval < 70 ? 70 : interval); in setCheckInterval()
121 unsigned int theIntervalCheck = theInterval; in run()
156 theIntervalCheck = theInterval; in run()
170 theIntervalCheck += theInterval; in run()
183 if (elapsed > 3 * theInterval) in run()
H A DWatchDog.hpp47 Uint32 theInterval; member in WatchDog
/dports/www/twiki/twiki/lib/TWiki/
H A DTime.pm411 my ($theInterval) = @_;
418 $theInterval =~ s/\$today/$today/g;
419 $theInterval =~ s/\$now/$now/g;
422 $theInterval = $theInterval.'/'.$theInterval unless ($theInterval =~ /\// );
424 my @ends = split(/\//, $theInterval);
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/vm/
H A DWatchDog.cpp64 return theInterval = (interval < 70 ? 70 : interval); in setCheckInterval()
83 m_watchedList[m_watchedCount].m_slowWarnDelay = theInterval; in registerWatchedThread()
286 m_watchedList[i].m_slowWarnDelay = theInterval; in run()
297 m_watchedList[i].m_slowWarnDelay += theInterval; in run()
329 if (elapsed[i] > 3 * theInterval) in run()
H A DWatchDog.hpp85 Uint32 theInterval; member in WatchDog
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/vm/
H A DWatchDog.cpp64 return theInterval = (interval < 70 ? 70 : interval); in setCheckInterval()
83 m_watchedList[m_watchedCount].m_slowWarnDelay = theInterval; in registerWatchedThread()
286 m_watchedList[i].m_slowWarnDelay = theInterval; in run()
297 m_watchedList[i].m_slowWarnDelay += theInterval; in run()
329 if (elapsed[i] > 3 * theInterval) in run()
H A DWatchDog.hpp85 Uint32 theInterval; member in WatchDog
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/vm/
H A DWatchDog.cpp64 return theInterval = (interval < 70 ? 70 : interval); in setCheckInterval()
83 m_watchedList[m_watchedCount].m_slowWarnDelay = theInterval; in registerWatchedThread()
286 m_watchedList[i].m_slowWarnDelay = theInterval; in run()
297 m_watchedList[i].m_slowWarnDelay += theInterval; in run()
329 if (elapsed[i] > 3 * theInterval) in run()
H A DWatchDog.hpp85 Uint32 theInterval; member in WatchDog
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/vm/
H A DWatchDog.cpp64 return theInterval = (interval < 70 ? 70 : interval); in setCheckInterval()
83 m_watchedList[m_watchedCount].m_slowWarnDelay = theInterval; in registerWatchedThread()
286 m_watchedList[i].m_slowWarnDelay = theInterval; in run()
297 m_watchedList[i].m_slowWarnDelay += theInterval; in run()
329 if (elapsed[i] > 3 * theInterval) in run()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/vm/
H A DWatchDog.cpp64 return theInterval = (interval < 70 ? 70 : interval); in setCheckInterval()
83 m_watchedList[m_watchedCount].m_slowWarnDelay = theInterval; in registerWatchedThread()
286 m_watchedList[i].m_slowWarnDelay = theInterval; in run()
297 m_watchedList[i].m_slowWarnDelay += theInterval; in run()
329 if (elapsed[i] > 3 * theInterval) in run()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/
H A DWatchDog.cpp66 return theInterval = (interval < 70 ? 70 : interval); in setCheckInterval()
85 m_watchedList[m_watchedCount].m_slowWarnDelay = theInterval; in registerWatchedThread()
338 m_watchedList[i].m_slowWarnDelay = theInterval; in run()
349 m_watchedList[i].m_slowWarnDelay += theInterval; in run()
399 if ((elapsed[i] > 3 * theInterval) || killer) in run()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/
H A DWatchDog.cpp66 return theInterval = (interval < 70 ? 70 : interval); in setCheckInterval()
85 m_watchedList[m_watchedCount].m_slowWarnDelay = theInterval; in registerWatchedThread()
338 m_watchedList[i].m_slowWarnDelay = theInterval; in run()
349 m_watchedList[i].m_slowWarnDelay += theInterval; in run()
399 if ((elapsed[i] > 3 * theInterval) || killer) in run()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/vm/
H A DWatchDog.cpp66 return theInterval = (interval < 70 ? 70 : interval); in setCheckInterval()
85 m_watchedList[m_watchedCount].m_slowWarnDelay = theInterval; in registerWatchedThread()
338 m_watchedList[i].m_slowWarnDelay = theInterval; in run()
349 m_watchedList[i].m_slowWarnDelay += theInterval; in run()
399 if ((elapsed[i] > 3 * theInterval) || killer) in run()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/
H A DWatchDog.cpp66 return theInterval = (interval < 70 ? 70 : interval); in setCheckInterval()
85 m_watchedList[m_watchedCount].m_slowWarnDelay = theInterval; in registerWatchedThread()
338 m_watchedList[i].m_slowWarnDelay = theInterval; in run()
349 m_watchedList[i].m_slowWarnDelay += theInterval; in run()
399 if ((elapsed[i] > 3 * theInterval) || killer) in run()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/vm/
H A DWatchDog.cpp66 return theInterval = (interval < 70 ? 70 : interval); in setCheckInterval()
85 m_watchedList[m_watchedCount].m_slowWarnDelay = theInterval; in registerWatchedThread()
338 m_watchedList[i].m_slowWarnDelay = theInterval; in run()
349 m_watchedList[i].m_slowWarnDelay += theInterval; in run()
399 if ((elapsed[i] > 3 * theInterval) || killer) in run()
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XalanExe/
H A DXalanExe.cpp483 ClockType theInterval; in getPerformanceFrequencyInMilliseconds() local
485 QueryPerformanceFrequency(&theInterval); in getPerformanceFrequencyInMilliseconds()
487 theInterval.QuadPart /= 1000UL; in getPerformanceFrequencyInMilliseconds()
489 return theInterval; in getPerformanceFrequencyInMilliseconds()
502 static const ClockType theInterval = in writeElapsedMilliseconds() local
516 theDiff.QuadPart / theInterval.QuadPart; in writeElapsedMilliseconds()
519 theDiff.QuadPart % theInterval.QuadPart; in writeElapsedMilliseconds()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/vm/
H A DWatchDog.cpp66 return theInterval = (interval < 70 ? 70 : interval); in setCheckInterval()
85 m_watchedList[m_watchedCount].m_slowWarnDelay = theInterval; in registerWatchedThread()
379 m_watchedList[i].m_slowWarnDelay = theInterval; in run()
390 m_watchedList[i].m_slowWarnDelay += theInterval; in run()
441 if ((elapsed[i] > 3 * theInterval) || killer) in run()
/dports/net/norm/norm-1.5r6/protolib/include/
H A DprotoTimer.h96 void SetInterval(double theInterval) in SetInterval() argument
97 {interval = (theInterval < 0.0) ? 0.0 : theInterval;} in SetInterval()
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_FrameStats.hxx41 void SetUpdateInterval (Standard_Real theInterval) { myUpdateInterval = theInterval; } in SetUpdateInterval() argument
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DGraphic3d_FrameStats.hxx41 void SetUpdateInterval (Standard_Real theInterval) { myUpdateInterval = theInterval; } in SetUpdateInterval() argument
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DGraphic3d_FrameStats.hxx41 void SetUpdateInterval (Standard_Real theInterval) { myUpdateInterval = theInterval; } in SetUpdateInterval() argument

12