Home
last modified time | relevance | path

Searched refs:TimerWord (Results 1 – 15 of 15) sorted by relevance

/dports/security/cryptopp/cryptopp-8.6.0/
H A Dhrtimer.h19 typedef word64 TimerWord; typedef
22 typedef clock_t TimerWord;
58 virtual TimerWord GetCurrentTimerValue() =0;
64 virtual TimerWord TicksPerSecond() =0;
92 double ConvertTo(TimerWord t, Unit unit);
96 TimerWord m_start, m_last;
115 TimerWord GetCurrentTimerValue();
116 TimerWord TicksPerSecond();
128 TimerWord GetCurrentTimerValue();
129 TimerWord TicksPerSecond();
H A Dhrtimer.cpp34 static TimerWord InitializePerformanceCounterFrequency() in NAMESPACE_BEGIN()
42 inline TimerWord PerformanceCounterFrequency() in PerformanceCounterFrequency()
51 double TimerBase::ConvertTo(TimerWord t, Unit unit) in ConvertTo()
73 TimerWord now = GetCurrentTimerValue(); in ElapsedTimeAsDouble()
90 TimerWord Timer::GetCurrentTimerValue() in GetCurrentTimerValue()
101 return (TimerWord)now.tv_sec * 1000000 + now.tv_usec; in GetCurrentTimerValue()
108 TimerWord Timer::TicksPerSecond() in TicksPerSecond()
121 TimerWord ThreadUserTimer::GetCurrentTimerValue() in GetCurrentTimerValue()
138 return now.dwLowDateTime + ((TimerWord)now.dwHighDateTime << 32); in GetCurrentTimerValue()
141 return (TimerWord)clock() * (10*1000*1000 / CLOCKS_PER_SEC); in GetCurrentTimerValue()
[all …]
H A Drandpool.cpp48 CRYPTOPP_COMPILE_ASSERT(sizeof(TimerWord) <= 16); in GenerateIntoBufferedTransformation()
52 TimerWord tw = timer.GetCurrentTimerValue(); in GenerateIntoBufferedTransformation()
54 *(TimerWord *)(void*)m_seed.data() += tw; in GenerateIntoBufferedTransformation()
64 *((volatile TimerWord*)&tw) = 0; in GenerateIntoBufferedTransformation()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dhrtimer.h13 typedef word64 TimerWord; typedef
15 typedef clock_t TimerWord;
28 virtual TimerWord GetCurrentTimerValue() =0; // GetCurrentTime is a macro in MSVC 6.0
29 …virtual TimerWord TicksPerSecond() =0; // this is not the resolution, just a conversion factor int…
36 double ConvertTo(TimerWord t, Unit unit);
40 TimerWord m_start, m_last;
52 TimerWord GetCurrentTimerValue();
53 TimerWord TicksPerSecond();
61 TimerWord GetCurrentTimerValue();
62 TimerWord TicksPerSecond();
H A Dhrtimer.cpp36 static TimerWord InitializePerformanceCounterFrequency() in NAMESPACE_BEGIN()
44 inline TimerWord PerformanceCounterFrequency() in PerformanceCounterFrequency()
51 double TimerBase::ConvertTo(TimerWord t, Unit unit) in ConvertTo()
73 TimerWord now = GetCurrentTimerValue(); in ElapsedTimeAsDouble()
90 TimerWord Timer::GetCurrentTimerValue() in GetCurrentTimerValue()
101 return (TimerWord)now.tv_sec * 1000000 + now.tv_usec; in GetCurrentTimerValue()
108 TimerWord Timer::TicksPerSecond() in TicksPerSecond()
121 TimerWord ThreadUserTimer::GetCurrentTimerValue() in GetCurrentTimerValue()
138 return now.dwLowDateTime + ((TimerWord)now.dwHighDateTime << 32); in GetCurrentTimerValue()
141 return (TimerWord)clock() * (10*1000*1000 / CLOCKS_PER_SEC); in GetCurrentTimerValue()
[all …]
H A Drandpool.cpp42 CRYPTOPP_COMPILE_ASSERT(sizeof(TimerWord) <= 16); in GenerateIntoBufferedTransformation()
46 TimerWord tw = timer.GetCurrentTimerValue(); in GenerateIntoBufferedTransformation()
48 *(TimerWord *)(void*)m_seed.data() += tw; in GenerateIntoBufferedTransformation()
58 *((volatile TimerWord*)&tw) = 0; in GenerateIntoBufferedTransformation()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dhrtimer.h19 typedef word64 TimerWord; typedef
22 typedef clock_t TimerWord;
58 virtual TimerWord GetCurrentTimerValue() =0;
64 virtual TimerWord TicksPerSecond() =0;
92 double ConvertTo(TimerWord t, Unit unit);
96 TimerWord m_start, m_last;
115 TimerWord GetCurrentTimerValue();
116 TimerWord TicksPerSecond();
128 TimerWord GetCurrentTimerValue();
129 TimerWord TicksPerSecond();
H A Dhrtimer.cpp34 static TimerWord InitializePerformanceCounterFrequency() in NAMESPACE_BEGIN()
42 inline TimerWord PerformanceCounterFrequency() in PerformanceCounterFrequency()
51 double TimerBase::ConvertTo(TimerWord t, Unit unit) in ConvertTo()
73 TimerWord now = GetCurrentTimerValue(); in ElapsedTimeAsDouble()
90 TimerWord Timer::GetCurrentTimerValue() in GetCurrentTimerValue()
101 return (TimerWord)now.tv_sec * 1000000 + now.tv_usec; in GetCurrentTimerValue()
108 TimerWord Timer::TicksPerSecond() in TicksPerSecond()
121 TimerWord ThreadUserTimer::GetCurrentTimerValue() in GetCurrentTimerValue()
138 return now.dwLowDateTime + ((TimerWord)now.dwHighDateTime << 32); in GetCurrentTimerValue()
141 return (TimerWord)clock() * (10*1000*1000 / CLOCKS_PER_SEC); in GetCurrentTimerValue()
[all …]
H A Drandpool.cpp48 CRYPTOPP_COMPILE_ASSERT(sizeof(TimerWord) <= 16); in GenerateIntoBufferedTransformation()
52 TimerWord tw = timer.GetCurrentTimerValue(); in GenerateIntoBufferedTransformation()
54 *(TimerWord *)(void*)m_seed.data() += tw; in GenerateIntoBufferedTransformation()
64 *((volatile TimerWord*)&tw) = 0; in GenerateIntoBufferedTransformation()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dhrtimer.h19 typedef word64 TimerWord; typedef
22 typedef clock_t TimerWord;
58 virtual TimerWord GetCurrentTimerValue() =0;
64 virtual TimerWord TicksPerSecond() =0;
92 double ConvertTo(TimerWord t, Unit unit);
96 TimerWord m_start, m_last;
115 TimerWord GetCurrentTimerValue();
116 TimerWord TicksPerSecond();
128 TimerWord GetCurrentTimerValue();
129 TimerWord TicksPerSecond();
H A Dhrtimer.cpp34 static TimerWord InitializePerformanceCounterFrequency() in NAMESPACE_BEGIN()
42 inline TimerWord PerformanceCounterFrequency() in PerformanceCounterFrequency()
51 double TimerBase::ConvertTo(TimerWord t, Unit unit) in ConvertTo()
73 TimerWord now = GetCurrentTimerValue(); in ElapsedTimeAsDouble()
90 TimerWord Timer::GetCurrentTimerValue() in GetCurrentTimerValue()
101 return (TimerWord)now.tv_sec * 1000000 + now.tv_usec; in GetCurrentTimerValue()
108 TimerWord Timer::TicksPerSecond() in TicksPerSecond()
121 TimerWord ThreadUserTimer::GetCurrentTimerValue() in GetCurrentTimerValue()
138 return now.dwLowDateTime + ((TimerWord)now.dwHighDateTime << 32); in GetCurrentTimerValue()
141 return (TimerWord)clock() * (10*1000*1000 / CLOCKS_PER_SEC); in GetCurrentTimerValue()
[all …]
H A Drandpool.cpp48 CRYPTOPP_COMPILE_ASSERT(sizeof(TimerWord) <= 16); in GenerateIntoBufferedTransformation()
52 TimerWord tw = timer.GetCurrentTimerValue(); in GenerateIntoBufferedTransformation()
54 *(TimerWord *)(void*)m_seed.data() += tw; in GenerateIntoBufferedTransformation()
64 *((volatile TimerWord*)&tw) = 0; in GenerateIntoBufferedTransformation()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dhrtimer.h19 typedef word64 TimerWord; typedef
22 typedef clock_t TimerWord;
58 virtual TimerWord GetCurrentTimerValue() =0;
64 virtual TimerWord TicksPerSecond() =0;
92 double ConvertTo(TimerWord t, Unit unit);
96 TimerWord m_start, m_last;
115 TimerWord GetCurrentTimerValue();
116 TimerWord TicksPerSecond();
128 TimerWord GetCurrentTimerValue();
129 TimerWord TicksPerSecond();
H A Dhrtimer.cpp34 static TimerWord InitializePerformanceCounterFrequency() in NAMESPACE_BEGIN()
42 inline TimerWord PerformanceCounterFrequency() in PerformanceCounterFrequency()
51 double TimerBase::ConvertTo(TimerWord t, Unit unit) in ConvertTo()
73 TimerWord now = GetCurrentTimerValue(); in ElapsedTimeAsDouble()
90 TimerWord Timer::GetCurrentTimerValue() in GetCurrentTimerValue()
101 return (TimerWord)now.tv_sec * 1000000 + now.tv_usec; in GetCurrentTimerValue()
108 TimerWord Timer::TicksPerSecond() in TicksPerSecond()
121 TimerWord ThreadUserTimer::GetCurrentTimerValue() in GetCurrentTimerValue()
138 return now.dwLowDateTime + ((TimerWord)now.dwHighDateTime << 32); in GetCurrentTimerValue()
141 return (TimerWord)clock() * (10*1000*1000 / CLOCKS_PER_SEC); in GetCurrentTimerValue()
[all …]
H A Drandpool.cpp48 CRYPTOPP_COMPILE_ASSERT(sizeof(TimerWord) <= 16); in GenerateIntoBufferedTransformation()
52 TimerWord tw = timer.GetCurrentTimerValue(); in GenerateIntoBufferedTransformation()
54 *(TimerWord *)(void*)m_seed.data() += tw; in GenerateIntoBufferedTransformation()
64 *((volatile TimerWord*)&tw) = 0; in GenerateIntoBufferedTransformation()