Home
last modified time | relevance | path

Searched refs:TimeValue (Results 1 – 25 of 1296) sorted by relevance

12345678910>>...52

/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/neighborhood/mars/
H A Dconstants.h138 static const TimeValue kShuttleSwingStart = 0;
282 static const TimeValue kMarsOxyMaskOnIn = 0;
283 static const TimeValue kMarsOxyMaskOnOut = 1560;
291 static const TimeValue kMarsKioskBeepIn = 1680;
292 static const TimeValue kMarsKioskBeepOut = 1740;
336 static const TimeValue kMarsNoShuttleIn = 30330;
345 static const TimeValue kColorMatchRedIn = 34240;
435 static const TimeValue kMarsEDBBlastIn = 80414;
436 static const TimeValue kMarsEDBBlastOut = 80705;
483 static const TimeValue kShuttleSafeIn = 94975;
[all …]
H A Dcanyonchase.cpp35 static const TimeValue kPrepEnd = 3000;
37 static const TimeValue kLaunchEnd = 6640;
49 static const TimeValue kExitEnd = 66480;
55 static const TimeValue kDeath1Start = 0;
56 static const TimeValue kDeath1End = 2400;
58 static const TimeValue kDeath2End = 4720;
60 static const TimeValue kDeath3End = 7120;
225 TimeValue branchStart, branchEnd; in setUpBranch()
272 TimeValue branchStart, branchEnd; in branchLeft()
335 TimeValue branchStart, branchEnd; in branchRight()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/neighborhood/mars/
H A Dconstants.h129 static const TimeValue kShuttleSwingStart = 0;
261 static const TimeValue kMarsOxyMaskOnIn = 0;
262 static const TimeValue kMarsOxyMaskOnOut = 1560;
270 static const TimeValue kMarsKioskBeepIn = 1680;
271 static const TimeValue kMarsKioskBeepOut = 1740;
315 static const TimeValue kMarsNoShuttleIn = 30330;
324 static const TimeValue kColorMatchRedIn = 34240;
414 static const TimeValue kMarsEDBBlastIn = 80414;
415 static const TimeValue kMarsEDBBlastOut = 80705;
462 static const TimeValue kShuttleSafeIn = 94975;
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/neighborhood/norad/
H A Dconstants.h56 static const TimeValue kN22ReplyIn = 14098;
57 static const TimeValue kN22ReplyOut = 18442;
94 static const TimeValue kBangkokIn = 19263;
97 static const TimeValue kBonnIn = 20201;
98 static const TimeValue kBonnOut = 20915;
100 static const TimeValue kDublinIn = 20915;
101 static const TimeValue kDublinOut = 21660;
106 static const TimeValue kMadridIn = 22498;
107 static const TimeValue kMadridOut = 23474;
115 static const TimeValue kSeoulIn = 25561;
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/neighborhood/norad/
H A Dconstants.h56 static const TimeValue kN22ReplyIn = 14098;
57 static const TimeValue kN22ReplyOut = 18442;
94 static const TimeValue kBangkokIn = 19263;
97 static const TimeValue kBonnIn = 20201;
98 static const TimeValue kBonnOut = 20915;
100 static const TimeValue kDublinIn = 20915;
101 static const TimeValue kDublinOut = 21660;
106 static const TimeValue kMadridIn = 22498;
107 static const TimeValue kMadridOut = 23474;
115 static const TimeValue kSeoulIn = 25561;
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/
H A Dconstants.h119 static const TimeValue kOneSecond = 1;
120 static const TimeValue kTwoSeconds = 2;
121 static const TimeValue kThreeSeconds = 3;
122 static const TimeValue kFourSeconds = 4;
123 static const TimeValue kFiveSeconds = 5;
124 static const TimeValue kSixSeconds = 6;
125 static const TimeValue kSevenSeconds = 7;
126 static const TimeValue kEightSeconds = 8;
127 static const TimeValue kNineSeconds = 9;
128 static const TimeValue kTenSeconds = 10;
[all …]
H A Dtimers.h71 virtual TimeValue getTime(const TimeScale = 0);
91 virtual TimeValue getStart(const TimeScale = 0) const;
94 virtual TimeValue getStop(const TimeScale = 0) const;
96 virtual void setSegment(const TimeValue, const TimeValue, const TimeScale = 0);
97 virtual void getSegment(TimeValue&, TimeValue&, const TimeScale = 0) const;
99 virtual TimeValue getDuration(const TimeScale = 0) const;
182 TimeValue getLastTime() const { return _lastTime; } in getLastTime()
186 virtual void timeChanged(const TimeValue) {} in timeChanged() argument
188 TimeValue _lastTime;
223 void advanceFuse(const TimeValue);
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/
H A Dconstants.h119 static const TimeValue kOneSecond = 1;
120 static const TimeValue kTwoSeconds = 2;
121 static const TimeValue kThreeSeconds = 3;
122 static const TimeValue kFourSeconds = 4;
123 static const TimeValue kFiveSeconds = 5;
124 static const TimeValue kSixSeconds = 6;
125 static const TimeValue kSevenSeconds = 7;
126 static const TimeValue kEightSeconds = 8;
127 static const TimeValue kNineSeconds = 9;
128 static const TimeValue kTenSeconds = 10;
[all …]
H A Dtimers.h71 virtual TimeValue getTime(const TimeScale = 0);
91 virtual TimeValue getStart(const TimeScale = 0) const;
94 virtual TimeValue getStop(const TimeScale = 0) const;
96 virtual void setSegment(const TimeValue, const TimeValue, const TimeScale = 0);
97 virtual void getSegment(TimeValue&, TimeValue&, const TimeScale = 0) const;
99 virtual TimeValue getDuration(const TimeScale = 0) const;
182 TimeValue getLastTime() const { return _lastTime; } in getLastTime()
186 virtual void timeChanged(const TimeValue) {} in timeChanged() argument
188 TimeValue _lastTime;
223 void advanceFuse(const TimeValue);
[all …]
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/include/llvm/Support/
H A DTimeValue.h31 class TimeValue {
41 static TimeValue MinTime() { in MinTime()
49 static TimeValue MaxTime() { in MaxTime()
57 return TimeValue ( 0,0 ); in ZeroTime()
118 static TimeValue now();
127 TimeValue& operator += (const TimeValue& that ) {
137 TimeValue& operator -= (const TimeValue &that ) {
192 friend TimeValue operator + (const TimeValue &tv1, const TimeValue &tv2);
197 friend TimeValue operator - (const TimeValue &tv1, const TimeValue &tv2);
371 inline TimeValue operator + (const TimeValue &tv1, const TimeValue &tv2) {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DTimeValue.h31 class TimeValue {
41 static TimeValue MinTime() { in MinTime()
49 static TimeValue MaxTime() { in MaxTime()
57 return TimeValue ( 0,0 ); in ZeroTime()
118 static TimeValue now();
127 TimeValue& operator += (const TimeValue& that ) {
137 TimeValue& operator -= (const TimeValue &that ) {
192 friend TimeValue operator + (const TimeValue &tv1, const TimeValue &tv2);
197 friend TimeValue operator - (const TimeValue &tv1, const TimeValue &tv2);
371 inline TimeValue operator + (const TimeValue &tv1, const TimeValue &tv2) {
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/System/
H A DTimeValue.h31 class TimeValue {
41 static const TimeValue MinTime;
47 static const TimeValue MaxTime;
52 static const TimeValue ZeroTime;
106 static TimeValue now();
115 TimeValue& operator += (const TimeValue& that ) {
125 TimeValue& operator -= (const TimeValue &that ) {
183 friend TimeValue operator + (const TimeValue &tv1, const TimeValue &tv2);
188 friend TimeValue operator - (const TimeValue &tv1, const TimeValue &tv2);
367 inline TimeValue operator + (const TimeValue &tv1, const TimeValue &tv2) {
[all …]
/dports/net/ns3/ns-allinone-3.35/netanim-3.108/
H A Dtimevalue.h36 class TimeValue
39 TimeValue ();
40 TimeValue (const TimeValue & other);
41 TimeValue <T> & operator= (const TimeValue <T> & rhs);
77 TimeValue<T>::TimeValue (): m_lookBack (0) in TimeValue() function
83 TimeValue<T>::TimeValue (const TimeValue & other) in TimeValue() function
101 TimeValue <T> &
102 TimeValue<T>::operator= (const TimeValue <T> & other)
122 TimeValue<T>::Begin () in Begin()
129 TimeValue<T>::End () in End()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/System/
H A DTimeValue.cpp20 const TimeValue TimeValue::MinTime = TimeValue ( INT64_MIN,0 );
21 const TimeValue TimeValue::MaxTime = TimeValue ( INT64_MAX,0 );
22 const TimeValue TimeValue::ZeroTime = TimeValue ( 0,0 );
23 const TimeValue TimeValue::PosixZeroTime = TimeValue ( -946684800,0 );
24 const TimeValue TimeValue::Win32ZeroTime = TimeValue ( -12591158400ULL,0 );
27 TimeValue::normalize( void ) { in normalize()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/
H A Dstdmtl.h166 Color GetAmbient(TimeValue t);
167 Color GetDiffuse(TimeValue t);
168 Color GetSpecular(TimeValue t);
169 Color GetFilter(TimeValue t);
171 float GetShinStr(TimeValue t);
173 float GetOpacity( TimeValue t);
175 float GetWireSize(TimeValue t);
176 float GetIOR( TimeValue t);
177 float GetDimIntens( TimeValue t);
178 float GetDimMult( TimeValue t);
[all …]
H A Dstdmtl2.h478 Color GetFilter(TimeValue t);
481 Color GetAmbient(TimeValue t);
482 Color GetDiffuse(TimeValue t);
483 Color GetSpecular(TimeValue t);
485 float GetShinStr(TimeValue t);
486 float GetSelfIllum(TimeValue t);
490 float GetOpacity( TimeValue t);
492 float GetWireSize(TimeValue t);
493 float GetIOR( TimeValue t);
497 float GetDimMult( TimeValue t);
[all …]
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/utp/
H A Dtimevalue.h18 class KTORRENT_EXPORT TimeValue
22 TimeValue();
23 TimeValue(bt::Uint64 secs, bt::Uint64 usecs);
24 TimeValue(const TimeValue &tv);
26 TimeValue &operator=(const TimeValue &tv);
56 inline bt::Int64 operator-(const TimeValue &a, const TimeValue &b)
69 inline bool operator<(const TimeValue &a, const TimeValue &b)
79 inline bool operator<=(const TimeValue &a, const TimeValue &b)
89 inline bool operator>(const TimeValue &a, const TimeValue &b)
99 inline bool operator>=(const TimeValue &a, const TimeValue &b)
H A Dtimevalue.cpp12 TimeValue::TimeValue() in TimeValue() function in utp::TimeValue
20 TimeValue::TimeValue(bt::Uint64 secs, bt::Uint64 usecs) in TimeValue() function in utp::TimeValue
26 TimeValue::TimeValue(const utp::TimeValue &tv) in TimeValue() function in utp::TimeValue
32 TimeValue &TimeValue::operator=(const utp::TimeValue &tv) in operator =()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/data/
H A Dtimevalue.cpp27 TimeValue::TimeValue(Time const &time) : _time(time) in TimeValue() function in de::TimeValue
30 Value *TimeValue::duplicate() const in duplicate()
32 return new TimeValue(_time); in duplicate()
35 Value::Text TimeValue::asText() const in asText()
41 bool TimeValue::isTrue() const in isTrue()
46 dint TimeValue::compare(Value const &value) const in compare()
48 TimeValue const *other = dynamic_cast<TimeValue const *>(&value); in compare()
58 void TimeValue::sum(Value const &value) in sum()
68 void TimeValue::operator >> (Writer &to) const in operator >>()
73 void TimeValue::operator << (Reader &from) in operator <<()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/ai/
H A Dai_area.h114 …eaSequence(const LowerClientSignature, const LowerAreaSignature, const TimeValue, const TimeValue);
122 …eaSequence(const LowerClientSignature, const LowerAreaSignature, const TimeValue, const TimeValue);
139 TimeValue getBigInfoTime();
140 void getSmallInfoSegment(TimeValue &, TimeValue &);
145 void setLeftMovieTime(const TimeValue);
146 void setMiddleMovieTime(const LowerClientSignature, const TimeValue);
147 void setRightMovieTime(const TimeValue);
158 TimeValue _leftInventoryTime;
159 TimeValue _middleInventoryTime;
160 TimeValue _middleBiochipTime;
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/ai/
H A Dai_area.h114 …eaSequence(const LowerClientSignature, const LowerAreaSignature, const TimeValue, const TimeValue);
122 …eaSequence(const LowerClientSignature, const LowerAreaSignature, const TimeValue, const TimeValue);
139 TimeValue getBigInfoTime();
140 void getSmallInfoSegment(TimeValue &, TimeValue &);
145 void setLeftMovieTime(const TimeValue);
146 void setMiddleMovieTime(const LowerClientSignature, const TimeValue);
147 void setRightMovieTime(const TimeValue);
158 TimeValue _leftInventoryTime;
159 TimeValue _middleInventoryTime;
160 TimeValue _middleBiochipTime;
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/neighborhood/norad/alpha/
H A Dsubchase.cpp40 static const TimeValue kIntroStart = 0;
41 static const TimeValue kIntroEnd = 2400;
43 static const TimeValue kDialogEnd = 20920;
45 static const TimeValue kBranch1End = 32120;
49 static const TimeValue kBranch3End = 61080;
51 static const TimeValue kBranch4End = 84080;
53 static const TimeValue kBranch5End = 94840;
59 static const TimeValue kExitEnd = 133200;
210 TimeValue branchStart, branchEnd; in setUpBranch()
263 TimeValue branchStart, branchEnd; in branchLeft()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/osl/
H A Dtime.h46 struct TimeValue { struct
47 TimeValue() = default;
49 constexpr TimeValue(sal_uInt32 seconds, sal_uInt32 nanoseconds): in TimeValue() argument
53 TimeValue(std::chrono::duration<Rep, Period> const & duration): in TimeValue() argument
75 } TimeValue; typedef
132 TimeValue* pTimeVal );
142 const TimeValue* pTimeVal, oslDateTime* pDateTime );
152 const oslDateTime* pDateTime, TimeValue* pTimeVal );
162 const TimeValue* pSystemTimeVal, TimeValue* pLocalTimeVal );
172 const TimeValue* pLocalTimeVal, TimeValue* pSystemTimeVal );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/osl/
H A Dtime.h40 struct TimeValue { struct
41 TimeValue() = default;
43 constexpr TimeValue(sal_uInt32 seconds, sal_uInt32 nanoseconds): in TimeValue() argument
47 TimeValue(std::chrono::duration<Rep, Period> const & duration): in TimeValue() function
69 } TimeValue; argument
126 TimeValue* pTimeVal );
136 const TimeValue* pTimeVal, oslDateTime* pDateTime );
146 const oslDateTime* pDateTime, TimeValue* pTimeVal );
156 const TimeValue* pSystemTimeVal, TimeValue* pLocalTimeVal );
166 const TimeValue* pLocalTimeVal, TimeValue* pSystemTimeVal );
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/max_object/material/
H A DGameMaterial.h372 Color GetFilter(TimeValue t);
375 Color GetAmbient(TimeValue t);
376 Color GetDiffuse(TimeValue t);
377 Color GetSpecular(TimeValue t);
379 float GetShinStr(TimeValue t);
380 float GetSelfIllum(TimeValue t);
384 float GetOpacity( TimeValue t);
386 float GetWireSize(TimeValue t);
387 float GetIOR( TimeValue t);
389 float GetDimMult( TimeValue t);
[all …]

12345678910>>...52