Home
last modified time | relevance | path

Searched refs:lastUsed_ (Results 1 – 9 of 9) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/r_util/
H A DRActiveSessions.hpp321 if (sortConditions_.lastUsed_ == rhs.sortConditions_.lastUsed_) in operator >()
324 return sortConditions_.lastUsed_ > rhs.sortConditions_.lastUsed_; in operator >()
339 lastUsed_(0) in SortConditions()
346 double lastUsed_; member
353 sortConditions_.lastUsed_ = lastUsed(); in cacheSortConditions()
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpNode.cpp972 lastUsed_(-1) in ClpHashValue()
982 lastUsed_(-1) in ClpHashValue()
1083 lastUsed_(rhs.lastUsed_) in ClpHashValue()
1113 lastUsed_ = rhs.lastUsed_; in operator =()
1172 ++lastUsed_; in addValue()
1173 assert (lastUsed_ <= maxHash_); in addValue()
1178 hash_[ipos].next = lastUsed_; in addValue()
1179 hash_[lastUsed_].index = numberHash_; in addValue()
1181 hash_[lastUsed_].value = value; in addValue()
1264 lastUsed_ = -1; in resize()
[all …]
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpNode.cpp944 , lastUsed_(-1) in ClpHashValue()
954 , lastUsed_(-1) in ClpHashValue()
1055 , lastUsed_(rhs.lastUsed_) in ClpHashValue()
1085 lastUsed_ = rhs.lastUsed_; in operator =()
1142 ++lastUsed_; in addValue()
1143 assert(lastUsed_ <= maxHash_); in addValue()
1148 hash_[ipos].next = lastUsed_; in addValue()
1151 hash_[lastUsed_].value = value; in addValue()
1232 lastUsed_ = -1; in resize()
1243 ++lastUsed_; in resize()
[all …]
H A DClpNode.hpp358 int lastUsed_; member in ClpHashValue
/dports/math/pdal/PDAL-2.3.0/plugins/e57/libE57Format/src/
H A DPacket.cpp117 entry.lastUsed_ = ++useCount_; in lock()
135 unsigned oldestUsed = entries_.at(0).lastUsed_; in lock()
141 if ( entry.lastUsed_ < oldestUsed ) in lock()
144 oldestUsed = entry.lastUsed_; in lock()
248 entry.lastUsed_ = ++useCount_; in readPacket()
260 os << space(indent+4) << "lastUsed: " << entries_[i].lastUsed_ << std::endl; in dump()
H A DPacket.h73 unsigned lastUsed_ = 0; member
/dports/math/ogdf/OGDF/include/coin/
H A DClpNode.hpp346 int lastUsed_; member in ClpHashValue
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/network/
H A DnNetwork.cpp4242 : lastUsed_(tSysTimeFloat()) in nMachine()
4248 lastPlayerAction_ = lastUsed_; in nMachine()
4421 if ( time > machine.banned_ && ( machine.lastUsed_ > time - 300 || machine.players_ > 0 ) ) in Expire()
4428 …if ( machine.players_ == 0 && machine.lastUsed_ < time - 300.0 && machine.banned_ < time && machin… in Expire()
4526 lastUsed_ = tSysTimeFloat(); in Ban()
4591 lastPlayerAction_ = lastUsed_ = tSysTimeFloat(); in AddPlayer()
4607 lastPlayerAction_ = lastUsed_ = tSysTimeFloat(); in RemovePlayer()
4788 lastUsed_ = tSysTimeFloat(); in SetIP()
H A DnNetwork.h740 mutable double lastUsed_; //!< system time where this machine was last used variable