Home
last modified time | relevance | path

Searched defs:counter (Results 126 – 150 of 24036) sorted by relevance

12345678910>>...962

/dports/www/nginx-prometheus-exporter/nginx-prometheus-exporter-0.10.0/vendor/github.com/prometheus/client_golang/prometheus/
H A Dcounter.go86 type counter struct { struct
91 valBits uint64
92 valInt uint64
94 selfCollector
95 desc *Desc
97 labelPairs []*dto.LabelPair
103 func (c *counter) Desc() *Desc {
107 func (c *counter) Add(v float64) {
132 func (c *counter) Inc() {
136 func (c *counter) Write(out *dto.Metric) error {
[all …]
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/lattices/include/LiDIA/lattices/
H A Dp_vector.cc35 for (lidia_size_t counter = this->vectsize-1; counter >= 0; counter--) in assign() local
44 for (lidia_size_t counter = this->vectsize-1; counter >= 0; counter--) in assign_zero() local
53 for (lidia_size_t counter = this->vectsize-1; counter >= 0; counter--) in add() local
62 for (lidia_size_t counter = this->vectsize-1; counter >= 0; counter--) in subtract() local
71 for (lidia_size_t counter = this->vectsize-1; counter >= 0; counter--) in scalmul() local
81 for (lidia_size_t counter = this->vectsize-1; counter >= 0; counter--) { in scalsub() local
114 for (lidia_size_t counter = this->vectsize-1; counter >= 0; counter--) in assign() local
123 for (lidia_size_t counter = this->vectsize-1; counter >= 0; counter--) in assign_zero() local
132 for (lidia_size_t counter = this->vectsize-1; counter >= 0; counter--) in add() local
141 for (lidia_size_t counter = this->vectsize-1; counter >= 0; counter--) in subtract() local
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/codegen/8144028/
H A DBitTests.java52 private final long testIntSignedBranch(long counter) { in testIntSignedBranch()
59 private final long testLongSignedBranch(long counter) { in testLongSignedBranch()
66 private final long testIntBitBranch(long counter) { in testIntBitBranch()
76 private final long testLongBitBranch(long counter) { in testLongBitBranch()
86 private final long testLongMaskBranch(long counter) { in testLongMaskBranch()
93 private final long testIntMaskBranch(long counter) { in testIntMaskBranch()
100 private final long testLongMaskBranch(long counter, long mask) { in testLongMaskBranch()
107 private final long testIntMaskBranch(long counter, int mask) { in testIntMaskBranch()
114 private final long step(long counter) { in step()
134 long counter = 0; in main() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/codegen/8144028/
H A DBitTests.java52 private final long testIntSignedBranch(long counter) { in testIntSignedBranch()
59 private final long testLongSignedBranch(long counter) { in testLongSignedBranch()
66 private final long testIntBitBranch(long counter) { in testIntBitBranch()
76 private final long testLongBitBranch(long counter) { in testLongBitBranch()
86 private final long testLongMaskBranch(long counter) { in testLongMaskBranch()
93 private final long testIntMaskBranch(long counter) { in testIntMaskBranch()
100 private final long testLongMaskBranch(long counter, long mask) { in testLongMaskBranch()
107 private final long testIntMaskBranch(long counter, int mask) { in testIntMaskBranch()
114 private final long step(long counter) { in step()
134 long counter = 0; in main() local
/dports/lang/gnu-apl/apl-1.8/src/
H A DParallel.hh72 inline int atomic_fetch_add(volatile _Atomic_word & counter, int increment) in atomic_fetch_add()
76 inline int atomic_read(volatile _Atomic_word & counter) in atomic_read()
80 inline void atomic_add(volatile _Atomic_word & counter, int increment) in atomic_add()
95 inline int atomic_read(volatile _Atomic_word & counter) in atomic_read()
101 inline void atomic_add(volatile _Atomic_word & counter, int increment) in atomic_add()
119 inline int atomic_read(volatile _Atomic_word & counter) in atomic_read()
123 inline void atomic_add(volatile _Atomic_word & counter, int increment) in atomic_add()
138 inline int atomic_read(volatile _Atomic_word & counter) in atomic_read()
142 inline void atomic_add(volatile _Atomic_word & counter, int increment) in atomic_add()
156 inline int atomic_read(volatile _Atomic_word & counter) in atomic_read()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/codegen/
H A DBitTests.java57 private final long testIntSignedBranch(long counter) { in testIntSignedBranch()
64 private final long testLongSignedBranch(long counter) { in testLongSignedBranch()
71 private final long testIntBitBranch(long counter) { in testIntBitBranch()
81 private final long testLongBitBranch(long counter) { in testLongBitBranch()
91 private final long testLongMaskBranch(long counter) { in testLongMaskBranch()
98 private final long testIntMaskBranch(long counter) { in testIntMaskBranch()
105 private final long testLongMaskBranch(long counter, long mask) { in testLongMaskBranch()
112 private final long testIntMaskBranch(long counter, int mask) { in testIntMaskBranch()
119 private final long step(long counter) { in step()
139 long counter = 0; in main() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/codegen/
H A DBitTests.java57 private final long testIntSignedBranch(long counter) { in testIntSignedBranch()
64 private final long testLongSignedBranch(long counter) { in testLongSignedBranch()
71 private final long testIntBitBranch(long counter) { in testIntBitBranch()
81 private final long testLongBitBranch(long counter) { in testLongBitBranch()
91 private final long testLongMaskBranch(long counter) { in testLongMaskBranch()
98 private final long testIntMaskBranch(long counter) { in testIntMaskBranch()
105 private final long testLongMaskBranch(long counter, long mask) { in testLongMaskBranch()
112 private final long testIntMaskBranch(long counter, int mask) { in testIntMaskBranch()
119 private final long step(long counter) { in step()
139 long counter = 0; in main() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/codegen/
H A DBitTests.java57 private final long testIntSignedBranch(long counter) { in testIntSignedBranch()
64 private final long testLongSignedBranch(long counter) { in testLongSignedBranch()
71 private final long testIntBitBranch(long counter) { in testIntBitBranch()
81 private final long testLongBitBranch(long counter) { in testLongBitBranch()
91 private final long testLongMaskBranch(long counter) { in testLongMaskBranch()
98 private final long testIntMaskBranch(long counter) { in testIntMaskBranch()
105 private final long testLongMaskBranch(long counter, long mask) { in testLongMaskBranch()
112 private final long testIntMaskBranch(long counter, int mask) { in testIntMaskBranch()
119 private final long step(long counter) { in step()
139 long counter = 0; in main() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/codegen/
H A DBitTests.java57 private final long testIntSignedBranch(long counter) { in testIntSignedBranch()
64 private final long testLongSignedBranch(long counter) { in testLongSignedBranch()
71 private final long testIntBitBranch(long counter) { in testIntBitBranch()
81 private final long testLongBitBranch(long counter) { in testLongBitBranch()
91 private final long testLongMaskBranch(long counter) { in testLongMaskBranch()
98 private final long testIntMaskBranch(long counter) { in testIntMaskBranch()
105 private final long testLongMaskBranch(long counter, long mask) { in testLongMaskBranch()
112 private final long testIntMaskBranch(long counter, int mask) { in testIntMaskBranch()
119 private final long step(long counter) { in step()
139 long counter = 0; in main() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/codegen/
H A DBitTests.java57 private final long testIntSignedBranch(long counter) { in testIntSignedBranch()
64 private final long testLongSignedBranch(long counter) { in testLongSignedBranch()
71 private final long testIntBitBranch(long counter) { in testIntBitBranch()
81 private final long testLongBitBranch(long counter) { in testLongBitBranch()
91 private final long testLongMaskBranch(long counter) { in testLongMaskBranch()
98 private final long testIntMaskBranch(long counter) { in testIntMaskBranch()
105 private final long testLongMaskBranch(long counter, long mask) { in testLongMaskBranch()
112 private final long testIntMaskBranch(long counter, int mask) { in testIntMaskBranch()
119 private final long step(long counter) { in step()
139 long counter = 0; in main() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/codegen/
H A DBitTests.java57 private final long testIntSignedBranch(long counter) { in testIntSignedBranch()
64 private final long testLongSignedBranch(long counter) { in testLongSignedBranch()
71 private final long testIntBitBranch(long counter) { in testIntBitBranch()
81 private final long testLongBitBranch(long counter) { in testLongBitBranch()
91 private final long testLongMaskBranch(long counter) { in testLongMaskBranch()
98 private final long testIntMaskBranch(long counter) { in testIntMaskBranch()
105 private final long testLongMaskBranch(long counter, long mask) { in testLongMaskBranch()
112 private final long testIntMaskBranch(long counter, int mask) { in testIntMaskBranch()
119 private final long step(long counter) { in step()
139 long counter = 0; in main() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/codegen/
H A DBitTests.java57 private final long testIntSignedBranch(long counter) { in testIntSignedBranch()
64 private final long testLongSignedBranch(long counter) { in testLongSignedBranch()
71 private final long testIntBitBranch(long counter) { in testIntBitBranch()
81 private final long testLongBitBranch(long counter) { in testLongBitBranch()
91 private final long testLongMaskBranch(long counter) { in testLongMaskBranch()
98 private final long testIntMaskBranch(long counter) { in testIntMaskBranch()
105 private final long testLongMaskBranch(long counter, long mask) { in testLongMaskBranch()
112 private final long testIntMaskBranch(long counter, int mask) { in testIntMaskBranch()
119 private final long step(long counter) { in step()
139 long counter = 0; in main() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/codegen/
H A DBitTests.java57 private final long testIntSignedBranch(long counter) { in testIntSignedBranch()
64 private final long testLongSignedBranch(long counter) { in testLongSignedBranch()
71 private final long testIntBitBranch(long counter) { in testIntBitBranch()
81 private final long testLongBitBranch(long counter) { in testLongBitBranch()
91 private final long testLongMaskBranch(long counter) { in testLongMaskBranch()
98 private final long testIntMaskBranch(long counter) { in testIntMaskBranch()
105 private final long testLongMaskBranch(long counter, long mask) { in testLongMaskBranch()
112 private final long testIntMaskBranch(long counter, int mask) { in testIntMaskBranch()
119 private final long step(long counter) { in step()
139 long counter = 0; in main() local
/dports/devel/boost-docs/boost_1_72_0/boost/thread/detail/
H A Dcounter.hpp24 struct counter struct
26 condition_variable cond_;
27 std::size_t value_;
29 counter(std::size_t value) in counter() function
34 counter& operator=(counter const& rhs) in operator =()
39 counter& operator=(std::size_t value) in operator =()
45 operator std::size_t() const in operator std::size_t()
49 operator std::size_t&() in operator std::size_t&()
54 void inc_and_notify_all() in inc_and_notify_all()
60 void dec_and_notify_all() in dec_and_notify_all()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/thread/detail/
H A Dcounter.hpp24 struct counter struct
26 condition_variable cond_;
27 std::size_t value_;
29 counter(std::size_t value) in counter() function
34 counter& operator=(counter const& rhs) in operator =()
39 counter& operator=(std::size_t value) in operator =()
45 operator std::size_t() const in operator std::size_t()
49 operator std::size_t&() in operator std::size_t&()
54 void inc_and_notify_all() in inc_and_notify_all()
60 void dec_and_notify_all() in dec_and_notify_all()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/thread/detail/
H A Dcounter.hpp24 struct counter struct
26 condition_variable cond_;
27 std::size_t value_;
29 counter(std::size_t value) in counter() function
34 counter& operator=(counter const& rhs) in operator =()
39 counter& operator=(std::size_t value) in operator =()
45 operator std::size_t() const in operator std::size_t()
49 operator std::size_t&() in operator std::size_t&()
54 void inc_and_notify_all() in inc_and_notify_all()
60 void dec_and_notify_all() in dec_and_notify_all()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/thread/detail/
H A Dcounter.hpp24 struct counter struct
26 condition_variable cond_;
27 std::size_t value_;
29 counter(std::size_t value) in counter() argument
34 counter& operator=(counter const& rhs) in operator =()
39 counter& operator=(std::size_t value) in operator =()
45 operator std::size_t() const in operator std::size_t()
49 operator std::size_t&() in operator std::size_t&()
54 void inc_and_notify_all() in inc_and_notify_all()
60 void dec_and_notify_all() in dec_and_notify_all()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/thread/detail/
H A Dcounter.hpp24 struct counter struct
26 condition_variable cond_;
27 std::size_t value_;
29 counter(std::size_t value) in counter() argument
34 counter& operator=(counter const& rhs) in operator =()
39 counter& operator=(std::size_t value) in operator =()
45 operator std::size_t() const in operator std::size_t()
49 operator std::size_t&() in operator std::size_t&()
54 void inc_and_notify_all() in inc_and_notify_all()
60 void dec_and_notify_all() in dec_and_notify_all()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/thread/detail/
H A Dcounter.hpp24 struct counter struct
26 condition_variable cond_;
27 std::size_t value_;
29 counter(std::size_t value) in counter() function
34 counter& operator=(counter const& rhs) in operator =()
39 counter& operator=(std::size_t value) in operator =()
45 operator std::size_t() const in operator std::size_t()
49 operator std::size_t&() in operator std::size_t&()
54 void inc_and_notify_all() in inc_and_notify_all()
60 void dec_and_notify_all() in dec_and_notify_all()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/thread/detail/
H A Dcounter.hpp24 struct counter struct
26 condition_variable cond_;
27 std::size_t value_;
29 counter(std::size_t value) in counter() argument
34 counter& operator=(counter const& rhs) in operator =()
39 counter& operator=(std::size_t value) in operator =()
45 operator std::size_t() const in operator std::size_t()
49 operator std::size_t&() in operator std::size_t&()
54 void inc_and_notify_all() in inc_and_notify_all()
60 void dec_and_notify_all() in dec_and_notify_all()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/thread/detail/
H A Dcounter.hpp24 struct counter struct
26 condition_variable cond_;
27 std::size_t value_;
29 counter(std::size_t value) in counter() function
34 counter& operator=(counter const& rhs) in operator =()
39 counter& operator=(std::size_t value) in operator =()
45 operator std::size_t() const in operator std::size_t()
49 operator std::size_t&() in operator std::size_t&()
54 void inc_and_notify_all() in inc_and_notify_all()
60 void dec_and_notify_all() in dec_and_notify_all()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/thread/detail/
H A Dcounter.hpp24 struct counter struct
26 condition_variable cond_;
27 std::size_t value_;
29 counter(std::size_t value) in counter() function
34 counter& operator=(counter const& rhs) in operator =()
39 counter& operator=(std::size_t value) in operator =()
45 operator std::size_t() const in operator std::size_t()
49 operator std::size_t&() in operator std::size_t&()
54 void inc_and_notify_all() in inc_and_notify_all()
60 void dec_and_notify_all() in dec_and_notify_all()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/thread/detail/
H A Dcounter.hpp24 struct counter struct
26 condition_variable cond_;
27 std::size_t value_;
29 counter(std::size_t value) in counter() function
34 counter& operator=(counter const& rhs) in operator =()
39 counter& operator=(std::size_t value) in operator =()
45 operator std::size_t() const in operator std::size_t()
49 operator std::size_t&() in operator std::size_t&()
54 void inc_and_notify_all() in inc_and_notify_all()
60 void dec_and_notify_all() in dec_and_notify_all()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/thread/detail/
H A Dcounter.hpp24 struct counter struct
26 condition_variable cond_;
27 std::size_t value_;
29 counter(std::size_t value) in counter() argument
34 counter& operator=(counter const& rhs) in operator =()
39 counter& operator=(std::size_t value) in operator =()
45 operator std::size_t() const in operator std::size_t()
49 operator std::size_t&() in operator std::size_t&()
54 void inc_and_notify_all() in inc_and_notify_all()
60 void dec_and_notify_all() in dec_and_notify_all()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/thread/detail/
H A Dcounter.hpp24 struct counter struct
26 condition_variable cond_;
27 std::size_t value_;
29 counter(std::size_t value) in counter() function
34 counter& operator=(counter const& rhs) in operator =()
39 counter& operator=(std::size_t value) in operator =()
45 operator std::size_t() const in operator std::size_t()
49 operator std::size_t&() in operator std::size_t&()
54 void inc_and_notify_all() in inc_and_notify_all()
60 void dec_and_notify_all() in dec_and_notify_all()
[all …]

12345678910>>...962