Home
last modified time | relevance | path

Searched refs:timeInSeconds (Results 1 – 25 of 127) sorted by relevance

123456

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkRealTimeIntervalTest.cxx60 CHECK_FOR_VALUE( timeInSeconds, 0.0 ); in itkRealTimeIntervalTest()
79 CHECK_FOR_VALUE( timeInSeconds, 1000000.0 ); in itkRealTimeIntervalTest()
95 CHECK_FOR_VALUE( timeInSeconds, 5.0 ); in itkRealTimeIntervalTest()
106 CHECK_FOR_VALUE( timeInSeconds, 0.0 ); in itkRealTimeIntervalTest()
113 timeInSeconds = timeSpan.GetTimeInSeconds(); in itkRealTimeIntervalTest()
115 CHECK_FOR_VALUE( timeInSeconds, 14.0 ); in itkRealTimeIntervalTest()
119 timeInSeconds = timeSpan.GetTimeInSeconds(); in itkRealTimeIntervalTest()
121 CHECK_FOR_VALUE( timeInSeconds, -14.0 ); in itkRealTimeIntervalTest()
127 CHECK_FOR_VALUE( timeInSeconds, -24.0 ); in itkRealTimeIntervalTest()
133 CHECK_FOR_VALUE( timeInSeconds, 24.0 ); in itkRealTimeIntervalTest()
[all …]
H A DitkRealTimeStampTest.cxx59 CHECK_FOR_VALUE( timeInSeconds, 0.0 ); in itkRealTimeStampTest()
78 CHECK_FOR_VALUE( timeInSeconds, 1000000.0 ); in itkRealTimeStampTest()
94 CHECK_FOR_VALUE( timeInSeconds, 5.0 ); in itkRealTimeStampTest()
105 CHECK_FOR_VALUE( timeInSeconds, 0.0 ); in itkRealTimeStampTest()
112 timeInSeconds = timeSpan.GetTimeInSeconds(); in itkRealTimeStampTest()
114 CHECK_FOR_VALUE( timeInSeconds, 14.0 ); in itkRealTimeStampTest()
118 timeInSeconds = timeSpan.GetTimeInSeconds(); in itkRealTimeStampTest()
120 CHECK_FOR_VALUE( timeInSeconds, -14.0 ); in itkRealTimeStampTest()
126 CHECK_FOR_VALUE( timeInSeconds, -24.0 ); in itkRealTimeStampTest()
132 CHECK_FOR_VALUE( timeInSeconds, 24.0 ); in itkRealTimeStampTest()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dpwdbased.h100 if (timeInSeconds) in DeriveKey()
103 …for (i=1; i<iterations || (timeInSeconds && (i%128!=0 || timer.ElapsedTimeAsDouble() < timeInSecon… in DeriveKey()
144 if (timeInSeconds) in DeriveKey()
146 timeInSeconds = timeInSeconds / ((derivedLen + buffer.size() - 1) / buffer.size()); in DeriveKey()
150 …for (j=1; j<iterations || (timeInSeconds && (j%128!=0 || timer.ElapsedTimeAsDouble() < timeInSecon… in DeriveKey()
156 if (timeInSeconds) in DeriveKey()
159 timeInSeconds = 0; in DeriveKey()
212 if (timeInSeconds) in DeriveKey()
214 timeInSeconds = timeInSeconds / ((derivedLen + Ai.size() - 1) / Ai.size()); in DeriveKey()
221 if (timeInSeconds) in DeriveKey()
[all …]
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dpwdbased.h105 double timeInSeconds = 0.0f; in DeriveKey() local
138 if (timeInSeconds) in DeriveKey()
234 double timeInSeconds = 0.0f; in DeriveKey() local
285 if (timeInSeconds) in DeriveKey()
287 timeInSeconds = timeInSeconds / ((derivedLen + buffer.size() - 1) / buffer.size()); in DeriveKey()
297 if (timeInSeconds) in DeriveKey()
300 timeInSeconds = 0; in DeriveKey()
441 if (timeInSeconds) in DeriveKey()
443 timeInSeconds = timeInSeconds / ((derivedLen + Ai.size() - 1) / Ai.size()); in DeriveKey()
450 if (timeInSeconds) in DeriveKey()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dpwdbased.h105 double timeInSeconds = 0.0f; in DeriveKey() local
138 if (timeInSeconds) in DeriveKey()
234 double timeInSeconds = 0.0f; in DeriveKey() local
285 if (timeInSeconds) in DeriveKey()
287 timeInSeconds = timeInSeconds / ((derivedLen + buffer.size() - 1) / buffer.size()); in DeriveKey()
297 if (timeInSeconds) in DeriveKey()
300 timeInSeconds = 0; in DeriveKey()
441 if (timeInSeconds) in DeriveKey()
443 timeInSeconds = timeInSeconds / ((derivedLen + Ai.size() - 1) / Ai.size()); in DeriveKey()
450 if (timeInSeconds) in DeriveKey()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dpwdbased.h105 double timeInSeconds = 0.0f; in DeriveKey() local
138 if (timeInSeconds) in DeriveKey()
234 double timeInSeconds = 0.0f; in DeriveKey() local
285 if (timeInSeconds) in DeriveKey()
287 timeInSeconds = timeInSeconds / ((derivedLen + buffer.size() - 1) / buffer.size()); in DeriveKey()
297 if (timeInSeconds) in DeriveKey()
300 timeInSeconds = 0; in DeriveKey()
441 if (timeInSeconds) in DeriveKey()
443 timeInSeconds = timeInSeconds / ((derivedLen + Ai.size() - 1) / Ai.size()); in DeriveKey()
450 if (timeInSeconds) in DeriveKey()
[all …]
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dpwdbased.h105 double timeInSeconds = 0.0f;
138 if (timeInSeconds)
234 double timeInSeconds = 0.0f;
285 if (timeInSeconds)
287 timeInSeconds = timeInSeconds / ((derivedLen + buffer.size() - 1) / buffer.size());
297 if (timeInSeconds)
300 timeInSeconds = 0;
441 if (timeInSeconds)
443 timeInSeconds = timeInSeconds / ((derivedLen + Ai.size() - 1) / Ai.size());
450 if (timeInSeconds)
[all …]
/dports/biology/bbmap/bbmap/current/shared/
H A DTimer.java53 return timeInSeconds(3)+" seconds."; in toString()
56 public String timeInSeconds(int decimals) { in timeInSeconds() method in Timer
57 return String.format(Locale.ROOT, "%."+decimals+"f", timeInSeconds()); in timeInSeconds()
60 public double timeInSeconds() { in timeInSeconds() method in Timer
/dports/devel/awscli/awscli-1.20.61/awscli/examples/iotsitewise/
H A Dget-asset-property-value-history.rst20 "timeInSeconds": 1580852100,
30 "timeInSeconds": 1580852400,
40 "timeInSeconds": 1580852700,
50 "timeInSeconds": 1580853000,
H A Dbatch-put-asset-property-value.rst21 "timeInSeconds": 1575691200
36 "timeInSeconds": 1575691200
/dports/multimedia/syncplay/syncplay-1.6.4a/syncplay/
H A Dutils.py100 def formatTime(timeInSeconds, weeksAsTitles=True): argument
101 if timeInSeconds < 0:
102 timeInSeconds = -timeInSeconds
106 timeInSeconds = round(timeInSeconds)
107 weeks = timeInSeconds // 604800
113 days = (timeInSeconds % 604800) // 86400
114 hours = (timeInSeconds % 86400) // 3600
115 minutes = (timeInSeconds % 3600) // 60
116 seconds = timeInSeconds % 60
/dports/devel/codeworker/CodeWorker4_5_3/WebSite/tutorials/DesignSpecificModeling/
H A DTrafficLight.cwp89 timeInSeconds:theSequence#back
93 timeInSeconds:theSequence#back
101 timeInSeconds:value ::=
106 => timeInSeconds = $iMin * 60$;
108 => timeInSeconds = $timeInSeconds + iSec$;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/scripting/effects/
H A Dtimer_effect.cpp34 TimerNode::TimerNode(ZVision *engine, uint32 key, uint timeInSeconds) in TimerNode() argument
39 _timeLeft = timeInSeconds * 1000; in TimerNode()
41 _timeLeft = timeInSeconds * 100; in TimerNode()
/dports/games/scummvm/scummvm-2.5.1/engines/zvision/scripting/effects/
H A Dtimer_effect.cpp34 TimerNode::TimerNode(ZVision *engine, uint32 key, uint timeInSeconds) in TimerNode() argument
39 _timeLeft = timeInSeconds * 1000; in TimerNode()
41 _timeLeft = timeInSeconds * 100; in TimerNode()
/dports/irc/quassel-core/quassel-0.14-rc2/src/common/
H A Dutil.cpp178 QString secondsToString(int timeInSeconds) in secondsToString() argument
188 if (timeInSeconds != 0) { in secondsToString()
191 int n = timeInSeconds / tu.first; in secondsToString()
195 timeInSeconds = timeInSeconds % tu.first; in secondsToString()
200 return QString("%1 %2").arg(QString::number(timeInSeconds), timeUnit.last().second); in secondsToString()
/dports/irc/quassel/quassel-0.14-rc2/src/common/
H A Dutil.cpp178 QString secondsToString(int timeInSeconds) in secondsToString() argument
188 if (timeInSeconds != 0) { in secondsToString()
191 int n = timeInSeconds / tu.first; in secondsToString()
195 timeInSeconds = timeInSeconds % tu.first; in secondsToString()
200 return QString("%1 %2").arg(QString::number(timeInSeconds), timeUnit.last().second); in secondsToString()
/dports/games/flightgear-data/fgdata/Aircraft/Instruments-3d/kln94/
H A Dkln94.nas316 formatDuration: func(timeInSeconds)
318 if (timeInSeconds > 60) {
319 return sprintf("0:%02d", timeInSeconds);
322 if (timeInSeconds > 3600) {
323 var mins = int(timeInSeconds / 60);
324 var secs = timeInSeconds - (mins * 60);
328 var hours = int(timeInSeconds / 3600);
329 timeInSeconds -= (hours * 3600);
330 var mins = int(timeInSeconds / 60);
331 var secs = timeInSeconds - (mins * 60);
/dports/net-mgmt/icinga2/icinga2-2.13.2/plugins/
H A Dcheck_uptime.cpp19 long long timeInSeconds; member
153 …ME OK " << printInfo.time << TunitStr(printInfo.unit) << L" | 'uptime'=" << printInfo.timeInSeconds in printOutput()
158 …RNING " << printInfo.time << TunitStr(printInfo.unit) << L" | 'uptime'=" << printInfo.timeInSeconds in printOutput()
163 …TICAL " << printInfo.time << TunitStr(printInfo.unit) << L" | 'uptime'=" << printInfo.timeInSeconds in printOutput()
198 printInfo.timeInSeconds = boost::chrono::duration_cast<boost::chrono::seconds>(uptime).count(); in getUptime()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/
H A DBookmark.cpp20 timeInSeconds = 0.0; in Reset()
33 return totalTimeInSeconds > 0.0 && timeInSeconds > 0.0; in IsPartWay()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DSaveFileStateJob.cpp116 item.GetVideoInfoTag()->GetResumePoint().timeInSeconds != bookmark.timeInSeconds) in DoWork()
118 if (bookmark.timeInSeconds <= 0.0f) in DoWork()
209 …arkForAudioBook(item, item.m_lStartOffset + CUtil::ConvertSecsToMilliSecs(bookmark.timeInSeconds)); in DoWork()
/dports/multimedia/handbrake/HandBrake-1.4.2/macosx/
H A DHBPlayerHUDController.m187 - (NSString *)_timeToTimecode:(NSTimeInterval)timeInSeconds
189 UInt16 seconds = (UInt16)fmod(timeInSeconds, 60.0);
190 UInt16 minutes = (UInt16)fmod(timeInSeconds / 60.0, 60.0);
191 UInt16 milliseconds = (UInt16)((timeInSeconds - (int) timeInSeconds) * 1000);
469 - (NSString *)_timeToString:(NSTimeInterval)timeInSeconds negative:(BOOL)negative
471 UInt16 seconds = (UInt16)fmod(timeInSeconds, 60.0);
472 UInt16 minutes = (UInt16)fmod(timeInSeconds / 60.0, 60.0);
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/server/psinet/
H A Dpsinet.go287 timeInSeconds := int(discoveryDate.Unix())
288 servers = selectServers(candidateServers, timeInSeconds, discoveryValue)
315 servers []*DiscoveryServer, timeInSeconds, discoveryValue int) []*DiscoveryServer { argument
324 timeStrategyValue := timeInSeconds / TIME_GRANULARITY
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/server/psinet/
H A Dpsinet.go321 timeInSeconds := int(discoveryDate.Unix())
322 servers = selectServers(candidateServers, timeInSeconds, discoveryValue)
349 servers []*DiscoveryServer, timeInSeconds, discoveryValue int) []*DiscoveryServer { argument
358 timeStrategyValue := timeInSeconds / TIME_GRANULARITY
/dports/games/chessx/chessx-1.5.6/src/database/
H A Dwbengine.cpp307 bool timeInSeconds = false; in parseAnalysis() local
320 timeInSeconds = true; in parseAnalysis()
341 if(timeInSeconds) in parseAnalysis()
/dports/graphics/digikam/digikam-7.4.0/core/libs/threadimageio/video/
H A Dvideodecoder.cpp175 void VideoDecoder::seek(int timeInSeconds) in seek() argument
182 qint64 timestamp = AV_TIME_BASE * static_cast<qint64>(timeInSeconds); in seek()

123456