Home
last modified time | relevance | path

Searched refs:lastCount_ (Results 1 – 14 of 14) sorted by relevance

/dports/devel/folly/folly-2021.12.27.00/folly/
H A DPadded.h311 : c_(std::move(other.c_)), lastCount_(other.lastCount_) { in Adaptor()
312 other.lastCount_ = Node::kElementCount; in Adaptor()
317 lastCount_ = other.lastCount_;
345 swap(lastCount_, other.lastCount_); in swap()
387 if (--lastCount_ == 0) { in pop_back()
389 lastCount_ = Node::kElementCount; in pop_back()
395 lastCount_ = Node::kElementCount; in clear()
419 lastCount_ = Node::kElementCount; in move()
436 lastCount_ = Node::kElementCount; in padToFullNode()
448 lastCount_ = 0; in allocate_back()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DPadded.h397 : c_(std::move(other.c_)), lastCount_(other.lastCount_) {
398 other.lastCount_ = Node::kElementCount;
403 lastCount_ = other.lastCount_;
439 swap(lastCount_, other.lastCount_);
485 if (--lastCount_ == 0) {
487 lastCount_ = Node::kElementCount;
493 lastCount_ = Node::kElementCount;
519 lastCount_ = Node::kElementCount;
536 lastCount_ = Node::kElementCount;
544 lastCount_ = 0;
[all …]
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinFactorization1.cpp72 lastCount_.switchOff(); in gutsOfDestructor()
107 lastCount_.conditionalDelete(); in gutsOfDestructor()
709 lastCount_.conditionalNew(numberRows_ + numberColumns_); in getAreas()
713 memset(lastCount_.array(), 'i', (numberRows_ + numberColumns_) * sizeof(int)); in getAreas()
718 lastCount_.conditionalNew(0); in getAreas()
1720 lastCount_.conditionalDelete(); in cleanup()
2500 lastCount_.setPersistence(flag, numberRows_ + numberColumns_); in setPersistenceFlag()
H A DCoinFactorization.hpp792 int *lastCount = lastCount_.array(); in addLink()
810 int *lastCount = lastCount_.array(); in deleteLink()
1499 CoinIntArrayWithLength lastCount_; member in CoinFactorization
H A DCoinFactorization2.cpp760 int *lastCount = lastCount_.array(); in separateLinks()
872 if (CoinToFile(lastCount_.array(), numberRows_ + numberColumns_, fp)) in saveFactorization()
1011 int *lastCount = lastCount_.array(); in restoreFactorization()
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinFactorization1.cpp72 lastCount_.switchOff(); in gutsOfDestructor()
107 lastCount_.conditionalDelete(); in gutsOfDestructor()
709 lastCount_.conditionalNew(numberRows_ + numberColumns_); in getAreas()
713 memset(lastCount_.array(), 'i', (numberRows_ + numberColumns_) * sizeof(int)); in getAreas()
718 lastCount_.conditionalNew(0); in getAreas()
1720 lastCount_.conditionalDelete(); in cleanup()
2500 lastCount_.setPersistence(flag, numberRows_ + numberColumns_); in setPersistenceFlag()
H A DCoinFactorization2.cpp760 int *lastCount = lastCount_.array(); in separateLinks()
872 if (CoinToFile(lastCount_.array(), numberRows_ + numberColumns_, fp)) in saveFactorization()
1011 int *lastCount = lastCount_.array(); in restoreFactorization()
H A DCoinFactorization.hpp792 int *lastCount = lastCount_.array(); in addLink()
810 int *lastCount = lastCount_.array(); in deleteLink()
1499 CoinIntArrayWithLength lastCount_; member in CoinFactorization
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinFactorization1.cpp72 lastCount_.switchOff(); in gutsOfDestructor()
107 lastCount_.conditionalDelete(); in gutsOfDestructor()
709 lastCount_.conditionalNew(numberRows_ + numberColumns_); in getAreas()
713 memset(lastCount_.array(), 'i', (numberRows_ + numberColumns_) * sizeof(int)); in getAreas()
718 lastCount_.conditionalNew(0); in getAreas()
1720 lastCount_.conditionalDelete(); in cleanup()
2500 lastCount_.setPersistence(flag, numberRows_ + numberColumns_); in setPersistenceFlag()
H A DCoinFactorization.hpp792 int *lastCount = lastCount_.array(); in addLink()
810 int *lastCount = lastCount_.array(); in deleteLink()
1499 CoinIntArrayWithLength lastCount_; member in CoinFactorization
H A DCoinFactorization2.cpp760 int *lastCount = lastCount_.array(); in separateLinks()
872 if (CoinToFile(lastCount_.array(), numberRows_ + numberColumns_, fp)) in saveFactorization()
1011 int *lastCount = lastCount_.array(); in restoreFactorization()
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinFactorization1.cpp59 lastCount_.conditionalDelete(); in gutsOfDestructor()
650 lastCount_.conditionalNew( numberRows_ + numberColumns_ ); in getAreas()
654 memset(lastCount_.array(),'i',(numberRows_+numberColumns_)*sizeof(int)); in getAreas()
659 lastCount_.conditionalNew( 0 ); in getAreas()
1585 lastCount_.conditionalDelete() ; in cleanup()
2362 lastCount_.setPersistence(flag,numberRows_+numberColumns_); in setPersistenceFlag()
H A DCoinFactorization2.cpp704 int *lastCount = lastCount_.array(); in separateLinks()
816 if (CoinToFile(lastCount_.array(),numberRows_ + numberColumns_ , fp )) in saveFactorization()
956 int *lastCount = lastCount_.array(); in restoreFactorization()
/dports/math/ogdf/OGDF/include/coin/
H A DCoinFactorization.hpp563 int *lastCount = lastCount_.array(); in addLink()
579 int *lastCount = lastCount_.array(); in deleteLink()
1265 CoinIntArrayWithLength lastCount_; member in CoinFactorization