Home
last modified time | relevance | path

Searched refs:TimeStampValue (Results 1 – 25 of 37) sorted by relevance

12

/dports/www/firefox/firefox-99.0/mozglue/misc/
H A DTimeStamp_windows.h32 class TimeStampValue; variable
34 TimeStampValue NowInternal(bool aHighResolution);
36 class TimeStampValue {
37 friend TimeStampValue NowInternal(bool);
38 friend bool IsCanonicalTimeStamp(TimeStampValue);
70 bool operator<(const TimeStampValue& aOther) const {
73 bool operator>(const TimeStampValue& aOther) const {
76 bool operator<=(const TimeStampValue& aOther) const {
79 bool operator>=(const TimeStampValue& aOther) const {
82 bool operator==(const TimeStampValue& aOther) const {
[all …]
H A DTimeStamp_windows.cpp258 TimeStampValue::TimeStampValue(ULONGLONG aGTC, ULONGLONG aQPC, bool aHasQPC) in TimeStampValue() function in mozilla::TimeStampValue
263 MFBT_API TimeStampValue& TimeStampValue::operator+=(const int64_t aOther) { in operator +=()
269 MFBT_API TimeStampValue& TimeStampValue::operator-=(const int64_t aOther) { in operator -=()
277 MFBT_API uint64_t TimeStampValue::CheckQPC(const TimeStampValue& aOther) const { in CheckQPC()
352 TimeStampValue::operator-(const TimeStampValue& aOther) const { in operator -()
486 TimeStampValue NowInternal(bool aHighResolution) { in NowInternal()
493 return TimeStampValue(GTC, QPC, useQPC); in NowInternal()
H A DTimeStamp.h33 typedef uint64_t TimeStampValue; typedef
389 static_assert(sizeof(aSystemTime) == sizeof(TimeStampValue),
471 TimeStampValue value = mValue + aOther.mValue;
483 TimeStampValue value = mValue - aOther.mValue;
532 TimeStamp(TimeStampValue aValue) : mValue(aValue) {}
559 TimeStampValue mValue;
/dports/www/firefox-esr/firefox-91.8.0/mozglue/misc/
H A DTimeStamp_windows.h32 class TimeStampValue; variable
34 TimeStampValue NowInternal(bool aHighResolution);
36 class TimeStampValue {
37 friend TimeStampValue NowInternal(bool);
38 friend bool IsCanonicalTimeStamp(TimeStampValue);
56 constexpr MOZ_IMPLICIT TimeStampValue()
77 bool operator<(const TimeStampValue& aOther) const {
80 bool operator>(const TimeStampValue& aOther) const {
83 bool operator<=(const TimeStampValue& aOther) const {
86 bool operator>=(const TimeStampValue& aOther) const {
[all …]
H A DTimeStamp_windows.cpp258 TimeStampValue::TimeStampValue(ULONGLONG aGTC, ULONGLONG aQPC, bool aHasQPC, in TimeStampValue() function in mozilla::TimeStampValue
267 MFBT_API TimeStampValue& TimeStampValue::operator+=(const int64_t aOther) { in operator +=()
273 MFBT_API TimeStampValue& TimeStampValue::operator-=(const int64_t aOther) { in operator -=()
281 MFBT_API uint64_t TimeStampValue::CheckQPC(const TimeStampValue& aOther) const { in CheckQPC()
356 TimeStampValue::operator-(const TimeStampValue& aOther) const { in operator -()
490 TimeStampValue NowInternal(bool aHighResolution) { in NowInternal()
497 return TimeStampValue(GTC, QPC, useQPC, false); in NowInternal()
H A DTimeStamp.cpp116 MFBT_API TimeStamp TimeStamp::NowFuzzy(TimeStampValue aValue) { in NowFuzzy()
118 TimeStampValue canonicalNow = in NowFuzzy()
119 TimeStampValue(sCanonicalGTC, sCanonicalQPC, sCanonicalHasQPC, true); in NowFuzzy()
121 TimeStampValue canonicalNow = TimeStampValue(sCanonicalNowTimeStamp); in NowFuzzy()
H A DTimeStamp.h62 typedef TimeStamp63Bit TimeStampValue; typedef
418 static_assert(sizeof(aSystemTime) == sizeof(TimeStampValue),
420 return TimeStamp(TimeStampValue(false, aSystemTime));
511 TimeStampValue value = mValue + aOther.mValue;
516 value = TimeStampValue();
526 TimeStampValue value = mValue - aOther.mValue;
531 value = TimeStampValue();
576 MOZ_IMPLICIT TimeStamp(TimeStampValue aValue) : mValue(aValue) {}
580 static MFBT_API TimeStamp NowFuzzy(TimeStampValue aValue);
608 TimeStampValue mValue;
H A DTimeStamp_darwin.cpp146 return TimeStamp::NowFuzzy(TimeStampValue(false, ClockTime())); in Now()
150 return TimeStamp(TimeStampValue(false, ClockTime())); in NowUnfuzzed()
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/misc/
H A DTimeStamp_windows.h32 class TimeStampValue; variable
34 TimeStampValue NowInternal(bool aHighResolution);
36 class TimeStampValue {
37 friend TimeStampValue NowInternal(bool);
38 friend bool IsCanonicalTimeStamp(TimeStampValue);
56 constexpr MOZ_IMPLICIT TimeStampValue()
77 bool operator<(const TimeStampValue& aOther) const {
80 bool operator>(const TimeStampValue& aOther) const {
83 bool operator<=(const TimeStampValue& aOther) const {
86 bool operator>=(const TimeStampValue& aOther) const {
[all …]
H A DTimeStamp_windows.cpp258 TimeStampValue::TimeStampValue(ULONGLONG aGTC, ULONGLONG aQPC, bool aHasQPC, in TimeStampValue() function in mozilla::TimeStampValue
267 MFBT_API TimeStampValue& TimeStampValue::operator+=(const int64_t aOther) { in operator +=()
273 MFBT_API TimeStampValue& TimeStampValue::operator-=(const int64_t aOther) { in operator -=()
281 MFBT_API uint64_t TimeStampValue::CheckQPC(const TimeStampValue& aOther) const { in CheckQPC()
356 TimeStampValue::operator-(const TimeStampValue& aOther) const { in operator -()
490 TimeStampValue NowInternal(bool aHighResolution) { in NowInternal()
497 return TimeStampValue(GTC, QPC, useQPC, false); in NowInternal()
H A DTimeStamp.cpp116 MFBT_API TimeStamp TimeStamp::NowFuzzy(TimeStampValue aValue) { in NowFuzzy()
118 TimeStampValue canonicalNow = in NowFuzzy()
119 TimeStampValue(sCanonicalGTC, sCanonicalQPC, sCanonicalHasQPC, true); in NowFuzzy()
121 TimeStampValue canonicalNow = TimeStampValue(sCanonicalNowTimeStamp); in NowFuzzy()
H A DTimeStamp.h62 typedef TimeStamp63Bit TimeStampValue; typedef
418 static_assert(sizeof(aSystemTime) == sizeof(TimeStampValue),
420 return TimeStamp(TimeStampValue(false, aSystemTime));
511 TimeStampValue value = mValue + aOther.mValue;
516 value = TimeStampValue();
526 TimeStampValue value = mValue - aOther.mValue;
531 value = TimeStampValue();
576 MOZ_IMPLICIT TimeStamp(TimeStampValue aValue) : mValue(aValue) {}
580 static MFBT_API TimeStamp NowFuzzy(TimeStampValue aValue);
608 TimeStampValue mValue;
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/misc/
H A DTimeStamp_windows.h32 class TimeStampValue; variable
34 TimeStampValue NowInternal(bool aHighResolution);
36 class TimeStampValue {
37 friend TimeStampValue NowInternal(bool);
38 friend bool IsCanonicalTimeStamp(TimeStampValue);
56 constexpr MOZ_IMPLICIT TimeStampValue()
77 bool operator<(const TimeStampValue& aOther) const {
80 bool operator>(const TimeStampValue& aOther) const {
83 bool operator<=(const TimeStampValue& aOther) const {
86 bool operator>=(const TimeStampValue& aOther) const {
[all …]
H A DTimeStamp_windows.cpp257 TimeStampValue::TimeStampValue(ULONGLONG aGTC, ULONGLONG aQPC, bool aHasQPC, in TimeStampValue() function in mozilla::TimeStampValue
266 MFBT_API TimeStampValue& TimeStampValue::operator+=(const int64_t aOther) { in operator +=()
272 MFBT_API TimeStampValue& TimeStampValue::operator-=(const int64_t aOther) { in operator -=()
280 MFBT_API uint64_t TimeStampValue::CheckQPC(const TimeStampValue& aOther) const { in CheckQPC()
355 TimeStampValue::operator-(const TimeStampValue& aOther) const { in operator -()
489 TimeStampValue NowInternal(bool aHighResolution) { in NowInternal()
496 return TimeStampValue(GTC, QPC, useQPC, false); in NowInternal()
H A DTimeStamp.cpp112 MFBT_API TimeStamp TimeStamp::NowFuzzy(TimeStampValue aValue) { in NowFuzzy()
114 TimeStampValue canonicalNow = in NowFuzzy()
115 TimeStampValue(sCanonicalGTC, sCanonicalQPC, sCanonicalHasQPC, true); in NowFuzzy()
117 TimeStampValue canonicalNow = TimeStampValue(sCanonicalNowTimeStamp); in NowFuzzy()
H A DTimeStamp.h62 typedef TimeStamp63Bit TimeStampValue; typedef
418 static_assert(sizeof(aSystemTime) == sizeof(TimeStampValue),
420 return TimeStamp(TimeStampValue(false, aSystemTime));
511 TimeStampValue value = mValue + aOther.mValue;
516 value = TimeStampValue();
526 TimeStampValue value = mValue - aOther.mValue;
531 value = TimeStampValue();
576 MOZ_IMPLICIT TimeStamp(TimeStampValue aValue) : mValue(aValue) {}
580 static MFBT_API TimeStamp NowFuzzy(TimeStampValue aValue);
608 TimeStampValue mValue;
/dports/lang/spidermonkey60/firefox-60.9.0/mozglue/misc/
H A DTimeStamp_windows.h16 class TimeStampValue {
17 friend struct IPC::ParamTraits<mozilla::TimeStampValue>;
38 TimeStampValue operator+(const int64_t aOther) const {
41 TimeStampValue operator-(const int64_t aOther) const {
44 MFBT_API TimeStampValue& operator+=(const int64_t aOther);
47 bool operator<(const TimeStampValue& aOther) const {
50 bool operator>(const TimeStampValue& aOther) const {
53 bool operator<=(const TimeStampValue& aOther) const {
56 bool operator>=(const TimeStampValue& aOther) const {
59 bool operator==(const TimeStampValue& aOther) const {
[all …]
H A DTimeStamp_windows.cpp266 TimeStampValue::TimeStampValue(ULONGLONG aGTC, ULONGLONG aQPC, bool aHasQPC) in TimeStampValue() function in mozilla::TimeStampValue
269 MFBT_API TimeStampValue& TimeStampValue::operator+=(const int64_t aOther) { in operator +=()
275 MFBT_API TimeStampValue& TimeStampValue::operator-=(const int64_t aOther) { in operator -=()
283 MFBT_API uint64_t TimeStampValue::CheckQPC(const TimeStampValue& aOther) const { in CheckQPC()
358 TimeStampValue::operator-(const TimeStampValue& aOther) const { in operator -()
492 return TimeStamp(TimeStampValue(GTC, QPC, useQPC)); in Now()
H A DTimeStamp.h33 typedef uint64_t TimeStampValue; typedef
386 static_assert(sizeof(aSystemTime) == sizeof(TimeStampValue),
473 TimeStampValue value = mValue + aOther.mValue;
485 TimeStampValue value = mValue - aOther.mValue;
533 MOZ_IMPLICIT TimeStamp(TimeStampValue aValue) : mValue(aValue) {}
560 TimeStampValue mValue;
/dports/www/firefox-legacy/firefox-52.8.0esr/mozglue/misc/
H A DTimeStamp_windows.h16 class TimeStampValue
18 friend struct IPC::ParamTraits<mozilla::TimeStampValue>;
44 TimeStampValue operator+(const int64_t aOther) const
48 TimeStampValue operator-(const int64_t aOther) const
52 MFBT_API TimeStampValue& operator+=(const int64_t aOther);
55 bool operator<(const TimeStampValue& aOther) const
59 bool operator>(const TimeStampValue& aOther) const
63 bool operator<=(const TimeStampValue& aOther) const
67 bool operator>=(const TimeStampValue& aOther) const
71 bool operator==(const TimeStampValue& aOther) const
[all …]
H A DTimeStamp_windows.cpp289 TimeStampValue::TimeStampValue(ULONGLONG aGTC, ULONGLONG aQPC, bool aHasQPC) in TimeStampValue() function in mozilla::TimeStampValue
297 MFBT_API TimeStampValue&
298 TimeStampValue::operator+=(const int64_t aOther) in operator +=()
305 MFBT_API TimeStampValue&
306 TimeStampValue::operator-=(const int64_t aOther) in operator -=()
316 TimeStampValue::CheckQPC(const TimeStampValue& aOther) const in CheckQPC()
390 TimeStampValue::operator-(const TimeStampValue& aOther) const in operator -()
538 return TimeStamp(TimeStampValue(GTC, QPC, useQPC)); in Now()
H A DTimeStamp.h30 typedef uint64_t TimeStampValue; typedef
413 static_assert(sizeof(aSystemTime) == sizeof(TimeStampValue),
507 TimeStampValue value = mValue + aOther.mValue;
520 TimeStampValue value = mValue - aOther.mValue;
577 MOZ_IMPLICIT TimeStamp(TimeStampValue aValue) : mValue(aValue) {}
604 TimeStampValue mValue;
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/fuzzyfox/
H A DFuzzyfox.cpp344 return TimeStamp(TimeStampValue(ms2mt((GTC - (GTC % grain)) / 1000), in FloorToGrain()
348 return TimeStamp(TimeStampValue( in FloorToGrain()
375 return TimeStamp(TimeStampValue(ms2mt(((GTC / grain) * grain) / 1000), in CeilToGrain()
379 return TimeStamp(TimeStampValue( in CeilToGrain()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/fuzzyfox/
H A DFuzzyfox.cpp344 return TimeStamp(TimeStampValue(ms2mt((GTC - (GTC % grain)) / 1000), in FloorToGrain()
348 return TimeStamp(TimeStampValue( in FloorToGrain()
375 return TimeStamp(TimeStampValue(ms2mt(((GTC / grain) * grain) / 1000), in CeilToGrain()
379 return TimeStamp(TimeStampValue( in CeilToGrain()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/fuzzyfox/
H A DFuzzyfox.cpp344 return TimeStamp(TimeStampValue(ms2mt((GTC - (GTC % grain)) / 1000), in FloorToGrain()
348 return TimeStamp(TimeStampValue( in FloorToGrain()
375 return TimeStamp(TimeStampValue(ms2mt(((GTC / grain) * grain) / 1000), in CeilToGrain()
379 return TimeStamp(TimeStampValue( in CeilToGrain()

12