Home
last modified time | relevance | path

Searched refs:total_ (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/devel/hpx/hpx-1.2.1/src/compat/
H A Dcompat_barrier.cpp15 total_(barrier_flag), in barrier()
24 while (total_ > barrier_flag) in ~barrier()
35 while (total_ > barrier_flag) in wait()
42 if (total_ == barrier_flag) in wait()
43 total_ = 0; in wait()
45 ++total_; in wait()
47 if (total_ == number_of_threads_) in wait()
49 total_ += barrier_flag - 1; in wait()
54 while (total_ < barrier_flag) in wait()
59 --total_; in wait()
[all …]
/dports/devel/hpx/hpx-1.2.1/src/lcos/local/
H A Dlocal_barrier.cpp18 total_(barrier_flag), in barrier()
27 while (total_ > barrier_flag) in ~barrier()
38 while (total_ > barrier_flag) in wait()
45 if (total_ == barrier_flag) total_ = 0; in wait()
47 ++total_; in wait()
49 if (total_ == number_of_threads_) in wait()
51 total_ += barrier_flag - 1; in wait()
56 while (total_ < barrier_flag) in wait()
61 --total_; in wait()
64 if (total_ == barrier_flag) in wait()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/variant/test/
H A Djobs.h76 return total_; in operator()
81 return total_; in result()
84 mutable int total_; member
109 total_ += t; in add()
124 return total_; in operator()
129 return total_; in result()
133 mutable int total_;
152 total_ += value; in operator()
157 total_ += value; in operator()
168 return total_; in result()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/variant/test/
H A Djobs.h76 return total_; in operator()
81 return total_; in result()
84 mutable int total_; member
109 total_ += t; in add()
124 return total_; in operator()
129 return total_; in result()
133 mutable int total_;
152 total_ += value; in operator()
157 total_ += value; in operator()
168 return total_; in result()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/variant/test/
H A Djobs.h76 return total_; in operator()
81 return total_; in result()
84 mutable int total_; member
109 total_ += t; in add()
124 return total_; in operator()
129 return total_; in result()
133 mutable int total_;
152 total_ += value; in operator()
157 total_ += value; in operator()
168 return total_; in result()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/variant/test/
H A Djobs.h76 return total_; in operator()
81 return total_; in result()
84 mutable int total_; member
109 total_ += t; in add()
124 return total_; in operator()
129 return total_; in result()
133 mutable int total_;
152 total_ += value; in operator()
157 total_ += value; in operator()
168 return total_; in result()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/variant/test/
H A Djobs.h76 return total_; in operator()
81 return total_; in result()
84 mutable int total_; member
109 total_ += t; in add()
124 return total_; in operator()
129 return total_; in result()
133 mutable int total_;
152 total_ += value; in operator()
157 total_ += value; in operator()
168 return total_; in result()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/variant/test/
H A Djobs.h76 return total_; in operator()
81 return total_; in result()
84 mutable int total_; member
109 total_ += t; in add()
124 return total_; in operator()
129 return total_; in result()
133 mutable int total_;
152 total_ += value; in operator()
157 total_ += value; in operator()
168 return total_; in result()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/variant/test/
H A Djobs.h76 return total_; in operator()
81 return total_; in result()
84 mutable int total_; member
109 total_ += t; in add()
124 return total_; in operator()
129 return total_; in result()
133 mutable int total_;
152 total_ += value; in operator()
157 total_ += value; in operator()
168 return total_; in result()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/variant/test/
H A Djobs.h76 return total_; in operator()
81 return total_; in result()
84 mutable int total_; member
109 total_ += t; in add()
124 return total_; in operator()
129 return total_; in result()
133 mutable int total_;
152 total_ += value; in operator()
157 total_ += value; in operator()
168 return total_; in result()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/variant/test/
H A Djobs.h76 return total_; in operator()
81 return total_; in result()
84 mutable int total_; member
109 total_ += t; in add()
124 return total_; in operator()
129 return total_; in result()
133 mutable int total_;
152 total_ += value; in operator()
157 total_ += value; in operator()
168 return total_; in result()
[all …]
/dports/www/aria2/aria2-1.36.0/src/
H A DWrDiskCache.cc45 WrDiskCache::WrDiskCache(size_t limit) : limit_(limit), total_(0), clock_(0) {} in WrDiskCache()
49 if (total_) { in ~WrDiskCache()
51 static_cast<unsigned long>(total_))); in ~WrDiskCache()
61 total_ += ent->getSize(); in add()
82 total_ -= ent->getSize(); in remove()
104 assert(total_ >= static_cast<size_t>(-delta)); in update()
106 total_ += delta; in update()
113 while (total_ > limit_) { in ensureLimit()
119 total_ -= ent->getSize(); in ensureLimit()
/dports/devel/hyperscan/boost_1_75_0/boost/beast/_experimental/unit_test/
H A Dresults.hpp129 std::size_t total_ = 0; member in boost::beast::unit_test::suite_results
149 return total_; in total()
165 total_ += r.tests.total(); in insert()
173 total_ += r.tests.total(); in insert()
188 std::size_t total_; member in boost::beast::unit_test::results
194 , total_(0) in results()
210 return total_; in total()
226 total_ += r.total(); in insert()
235 total_ += r.total(); in insert()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/beast/_experimental/unit_test/
H A Dresults.hpp129 std::size_t total_ = 0; member in boost::beast::unit_test::suite_results
149 return total_; in total()
165 total_ += r.tests.total(); in insert()
173 total_ += r.tests.total(); in insert()
188 std::size_t total_; member in boost::beast::unit_test::results
194 , total_(0) in results()
210 return total_; in total()
226 total_ += r.total(); in insert()
235 total_ += r.total(); in insert()
/dports/devel/R-cran-BH/BH/inst/include/boost/beast/_experimental/unit_test/
H A Dresults.hpp129 std::size_t total_ = 0; member in boost::beast::unit_test::suite_results
149 return total_; in total()
165 total_ += r.tests.total(); in insert()
173 total_ += r.tests.total(); in insert()
188 std::size_t total_; member in boost::beast::unit_test::results
194 , total_(0) in results()
210 return total_; in total()
226 total_ += r.total(); in insert()
235 total_ += r.total(); in insert()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/beast/_experimental/unit_test/
H A Dresults.hpp129 std::size_t total_ = 0; member in boost::beast::unit_test::suite_results
149 return total_; in total()
165 total_ += r.tests.total(); in insert()
173 total_ += r.tests.total(); in insert()
188 std::size_t total_; member in boost::beast::unit_test::results
194 , total_(0) in results()
210 return total_; in total()
226 total_ += r.total(); in insert()
235 total_ += r.total(); in insert()
/dports/devel/boost-libs/boost_1_72_0/boost/beast/_experimental/unit_test/
H A Dresults.hpp129 std::size_t total_ = 0; member in boost::beast::unit_test::suite_results
149 return total_; in total()
165 total_ += r.tests.total(); in insert()
173 total_ += r.tests.total(); in insert()
188 std::size_t total_; member in boost::beast::unit_test::results
194 , total_(0) in results()
210 return total_; in total()
226 total_ += r.total(); in insert()
235 total_ += r.total(); in insert()
/dports/devel/boost-python-libs/boost_1_72_0/boost/beast/_experimental/unit_test/
H A Dresults.hpp129 std::size_t total_ = 0; member in boost::beast::unit_test::suite_results
149 return total_; in total()
165 total_ += r.tests.total(); in insert()
173 total_ += r.tests.total(); in insert()
188 std::size_t total_; member in boost::beast::unit_test::results
194 , total_(0) in results()
210 return total_; in total()
226 total_ += r.total(); in insert()
235 total_ += r.total(); in insert()
/dports/devel/boost-docs/boost_1_72_0/boost/beast/_experimental/unit_test/
H A Dresults.hpp129 std::size_t total_ = 0; member in boost::beast::unit_test::suite_results
149 return total_; in total()
165 total_ += r.tests.total(); in insert()
173 total_ += r.tests.total(); in insert()
188 std::size_t total_; member in boost::beast::unit_test::results
194 , total_(0) in results()
210 return total_; in total()
226 total_ += r.total(); in insert()
235 total_ += r.total(); in insert()
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/cealign/src/tnt/
H A Dtnt_stopwatch.h42 double total_; variable
53 inline Stopwatch::Stopwatch() : running_(0), start_time_(0.0), total_(0.0) {} in Stopwatch()
58 total_ = 0.0; in start()
66 total_ += (seconds() - start_time_); in stop()
69 return total_; in stop()
89 return total_; in read()
/dports/devel/tnt/
H A Dtnt_stopwatch.h40 double total_; variable
51 inline Stopwatch::Stopwatch() : running_(0), start_time_(0.0), total_(0.0) {} in Stopwatch()
56 total_ = 0.0; in start()
64 total_ += (seconds() - start_time_); in stop()
67 return total_; in stop()
87 return total_; in read()
/dports/biology/dsr-pdb/dsr-pdb-1.0.3/include/tnt/
H A Dtnt_stopwatch.h40 double total_; variable
51 inline Stopwatch::Stopwatch() : running_(0), start_time_(0.0), total_(0.0) {} in Stopwatch()
56 total_ = 0.0; in start()
64 total_ += (seconds() - start_time_); in stop()
67 return total_; in stop()
87 return total_; in read()
/dports/databases/galera/galera-release_25.3.35/galerautils/src/
H A Dgu_progress.hpp26 T const total_; member in gu::Progress
36 << (double(current_)/total_ * 100) << "% (" in report()
37 << std::setw(total_digits_) << current_ << '/' << total_ in report()
68 total_ (t), in Progress()
72 total_digits_ (::ceil(::log10(total_ + 1))) in Progress()
85 && total_ - current_ > unit_interval_) in update()
99 current_ = total_; in finish()
/dports/databases/galera26/galera-release_26.4.10/galerautils/src/
H A Dgu_progress.hpp26 T const total_; member in gu::Progress
36 << (double(current_)/total_ * 100) << "% (" in report()
37 << std::setw(total_digits_) << current_ << '/' << total_ in report()
68 total_ (t), in Progress()
72 total_digits_ (::ceil(::log10(total_ + 1))) in Progress()
85 && total_ - current_ > unit_interval_) in update()
99 current_ = total_; in finish()
/dports/math/spot/spot-2.10.2/spot/misc/
H A Dtimer.hh122 total_.utime += tmp.tms_utime - start_.utime; in stop()
123 total_.cutime += tmp.tms_cutime - start_.cutime; in stop()
124 total_.stime += tmp.tms_stime - start_.stime; in stop()
125 total_.cstime += tmp.tms_cstime - start_.cstime; in stop()
127 total_.utime += clock() - start_.utime; in stop()
141 return total_.utime; in utime()
151 return total_.cutime; in cutime()
162 return total_.stime; in stime()
172 return total_.cstime; in cstime()
214 time_info total_; member in spot::timer

123456789