Home
last modified time | relevance | path

Searched defs:counter (Results 1 – 25 of 10340) sorted by relevance

12345678910>>...414

/dports/audio/giada/giada-0.17.1/src/deps/json/test/src/
H A Dunit-items.cpp49 int counter = 1; variable
82 int counter = 1; variable
126 int counter = 1; variable
159 int counter = 1; variable
195 int counter = 1; variable
228 int counter = 1; variable
261 int counter = 1; variable
294 int counter = 1; variable
330 int counter = 1; variable
363 int counter = 1; variable
[all …]
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/test/src/
H A Dunit-items.cpp49 int counter = 1; variable
82 int counter = 1; variable
126 int counter = 1; variable
159 int counter = 1; variable
195 int counter = 1; variable
228 int counter = 1; variable
261 int counter = 1; variable
294 int counter = 1; variable
330 int counter = 1; variable
363 int counter = 1; variable
[all …]
/dports/devel/nlohmann-json/json-3.10.4/test/src/
H A Dunit-items.cpp55 int counter = 1; variable
88 int counter = 1; variable
132 int counter = 1; variable
165 int counter = 1; variable
201 int counter = 1; variable
234 int counter = 1; variable
267 int counter = 1; variable
300 int counter = 1; variable
336 int counter = 1; variable
369 int counter = 1; variable
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/contract/test/detail/
H A Dcounter.hpp14 struct counter { struct
15 T value;
17 counter() : value() { ++ctors_; } in counter() function
18 static unsigned ctors() { return ctors_; } in ctors()
20 ~counter() { ++dtors_; } in ~counter()
21 static unsigned dtors() { return dtors_; } in dtors()
23 /* implicit */ counter(counter const& other) : value(other.value) { in counter() function
41 static unsigned dtors_;
42 static unsigned ctor_copies_;
43 static unsigned op_copies_;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/contract/test/detail/
H A Dcounter.hpp14 struct counter { struct
15 T value;
17 counter() : value() { ++ctors_; } in counter() function
18 static unsigned ctors() { return ctors_; } in ctors()
20 ~counter() { ++dtors_; } in ~counter()
21 static unsigned dtors() { return dtors_; } in dtors()
23 /* implicit */ counter(counter const& other) : value(other.value) { in counter() argument
41 static unsigned dtors_;
42 static unsigned ctor_copies_;
43 static unsigned op_copies_;
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/contract/test/detail/
H A Dcounter.hpp14 struct counter { struct
15 T value;
17 counter() : value() { ++ctors_; } in counter() function
18 static unsigned ctors() { return ctors_; } in ctors()
20 ~counter() { ++dtors_; } in ~counter()
21 static unsigned dtors() { return dtors_; } in dtors()
23 /* implicit */ counter(counter const& other) : value(other.value) { in counter() argument
41 static unsigned dtors_;
42 static unsigned ctor_copies_;
43 static unsigned op_copies_;
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/contract/test/detail/
H A Dcounter.hpp14 struct counter { struct
15 T value;
17 counter() : value() { ++ctors_; } in counter() function
18 static unsigned ctors() { return ctors_; } in ctors()
20 ~counter() { ++dtors_; } in ~counter()
21 static unsigned dtors() { return dtors_; } in dtors()
23 /* implicit */ counter(counter const& other) : value(other.value) { in counter() function
41 static unsigned dtors_;
42 static unsigned ctor_copies_;
43 static unsigned op_copies_;
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/middleware/limithandler/
H A Dconcurrency_limiter_test.go14 type counter struct { struct
15 sync.Mutex
16 max int
17 current int
18 queued int
19 dequeued int
20 enter int
21 exit int
24 func (c *counter) up() {
34 func (c *counter) down() {
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/middleware/limithandler/
H A Dconcurrency_limiter_test.go14 type counter struct { struct
15 sync.Mutex
16 max int
17 current int
18 queued int
19 dequeued int
20 enter int
21 exit int
24 func (c *counter) up() {
34 func (c *counter) down() {
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/middleware/limithandler/
H A Dconcurrency_limiter_test.go14 type counter struct { struct
15 sync.Mutex
16 max int
17 current int
18 queued int
19 dequeued int
20 enter int
21 exit int
24 func (c *counter) up() {
34 func (c *counter) down() {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/arm64/vixl/
H A DInstrument-vixl.cpp154 for (auto counter : counters_) { in ~Instrument() local
180 for (auto counter : counters_) { in DumpCounters() local
191 for (auto counter : counters_) { in DumpCounterNames() local
220 for (auto counter : counters_) { in GetCounter() local
237 for (auto counter : counters_) { in Enable() local
244 for (auto counter : counters_) { in Disable() local
346 static Counter* counter = GetCounter("Other"); in VisitSystem() local
354 static Counter* counter = GetCounter("Other"); in VisitException() local
653 static Counter* counter = GetCounter("NEON"); in VisitNEON2RegMisc() local
661 static Counter* counter = GetCounter("NEON"); in VisitNEON3Same() local
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/arm64/vixl/
H A DInstrument-vixl.cpp154 for (auto counter : counters_) { in ~Instrument() local
180 for (auto counter : counters_) { in DumpCounters() local
191 for (auto counter : counters_) { in DumpCounterNames() local
220 for (auto counter : counters_) { in GetCounter() local
237 for (auto counter : counters_) { in Enable() local
244 for (auto counter : counters_) { in Disable() local
346 static Counter* counter = GetCounter("Other"); in VisitSystem() local
354 static Counter* counter = GetCounter("Other"); in VisitException() local
653 static Counter* counter = GetCounter("NEON"); in VisitNEON2RegMisc() local
661 static Counter* counter = GetCounter("NEON"); in VisitNEON3Same() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm64/vixl/
H A DInstrument-vixl.cpp154 for (auto counter : counters_) { in ~Instrument() local
180 for (auto counter : counters_) { in DumpCounters() local
191 for (auto counter : counters_) { in DumpCounterNames() local
220 for (auto counter : counters_) { in GetCounter() local
237 for (auto counter : counters_) { in Enable() local
244 for (auto counter : counters_) { in Disable() local
346 static Counter* counter = GetCounter("Other"); in VisitSystem() local
354 static Counter* counter = GetCounter("Other"); in VisitException() local
653 static Counter* counter = GetCounter("NEON"); in VisitNEON2RegMisc() local
661 static Counter* counter = GetCounter("NEON"); in VisitNEON3Same() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm64/vixl/
H A DInstrument-vixl.cpp156 for (auto counter : counters_) { in ~Instrument() local
182 for (auto counter : counters_) { in DumpCounters() local
193 for (auto counter : counters_) { in DumpCounterNames() local
222 for (auto counter : counters_) { in GetCounter() local
239 for (auto counter : counters_) { in Enable() local
246 for (auto counter : counters_) { in Disable() local
348 static Counter* counter = GetCounter("Other"); in VisitSystem() local
356 static Counter* counter = GetCounter("Other"); in VisitException() local
655 static Counter* counter = GetCounter("NEON"); in VisitNEON2RegMisc() local
663 static Counter* counter = GetCounter("NEON"); in VisitNEON3Same() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm64/vixl/
H A DInstrument-vixl.cpp154 for (auto counter : counters_) { in ~Instrument() local
180 for (auto counter : counters_) { in DumpCounters() local
191 for (auto counter : counters_) { in DumpCounterNames() local
220 for (auto counter : counters_) { in GetCounter() local
237 for (auto counter : counters_) { in Enable() local
244 for (auto counter : counters_) { in Disable() local
346 static Counter* counter = GetCounter("Other"); in VisitSystem() local
354 static Counter* counter = GetCounter("Other"); in VisitException() local
653 static Counter* counter = GetCounter("NEON"); in VisitNEON2RegMisc() local
661 static Counter* counter = GetCounter("NEON"); in VisitNEON3Same() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm64/vixl/
H A DInstrument-vixl.cpp156 for (auto counter : counters_) { in ~Instrument() local
182 for (auto counter : counters_) { in DumpCounters() local
193 for (auto counter : counters_) { in DumpCounterNames() local
222 for (auto counter : counters_) { in GetCounter() local
239 for (auto counter : counters_) { in Enable() local
246 for (auto counter : counters_) { in Disable() local
348 static Counter* counter = GetCounter("Other"); in VisitSystem() local
356 static Counter* counter = GetCounter("Other"); in VisitException() local
655 static Counter* counter = GetCounter("NEON"); in VisitNEON2RegMisc() local
663 static Counter* counter = GetCounter("NEON"); in VisitNEON3Same() local
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm64/vixl/
H A DInstrument-vixl.cpp154 for (auto counter : counters_) { in ~Instrument() local
180 for (auto counter : counters_) { in DumpCounters() local
191 for (auto counter : counters_) { in DumpCounterNames() local
220 for (auto counter : counters_) { in GetCounter() local
237 for (auto counter : counters_) { in Enable() local
244 for (auto counter : counters_) { in Disable() local
346 static Counter* counter = GetCounter("Other"); in VisitSystem() local
354 static Counter* counter = GetCounter("Other"); in VisitException() local
653 static Counter* counter = GetCounter("NEON"); in VisitNEON2RegMisc() local
661 static Counter* counter = GetCounter("NEON"); in VisitNEON3Same() local
[all …]
/dports/devel/hpx/hpx-1.2.1/tests/unit/util/function/
H A Dfunction_args.cpp17 struct counter struct
37 counter(){ ++default_constructions; } in counter() function
38 counter(counter const&){ ++copy_constructions; } in counter() function
39 counter(counter &&){ ++move_constructions; } in counter() argument
53 void f_value(counter){} in f_value() argument
72 void f_lvalue_ref(counter&){} in f_lvalue_ref() argument
110 void f_rvalue_ref(counter &&){} in f_rvalue_ref() argument
/dports/www/node10/node-v10.24.1/deps/v8/src/arm64/
H A Dinstrument-arm64.cc316 static Counter* counter = GetCounter("Other"); in VisitSystem() local
323 static Counter* counter = GetCounter("Other"); in VisitException() local
583 static Counter* counter = GetCounter("NEON"); in VisitNEON2RegMisc() local
590 static Counter* counter = GetCounter("NEON"); in VisitNEON3Different() local
597 static Counter* counter = GetCounter("NEON"); in VisitNEON3Same() local
604 static Counter* counter = GetCounter("NEON"); in VisitNEONAcrossLanes() local
611 static Counter* counter = GetCounter("NEON"); in VisitNEONByIndexedElement() local
618 static Counter* counter = GetCounter("NEON"); in VisitNEONCopy() local
625 static Counter* counter = GetCounter("NEON"); in VisitNEONExtract() local
632 static Counter* counter = GetCounter("NEON"); in VisitNEONLoadStoreMultiStruct() local
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/util/
H A Dreplacement_memory_operators.h29 struct counter struct
35 counter() : _M_count(0), _M_throw(true) { } in counter() argument
37 ~counter() THROW (counter_error) in THROW() argument
46 counter& cntr = get(); in increment() argument
54 counter& cntr = get(); in decrement() argument
62 static counter g; in get() argument
75 counter& cntr = get(); in reset() argument
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/util/
H A Dreplacement_memory_operators.h28 struct counter struct
33 counter() : _M_count(0), _M_throw(true) { } in counter() function
35 ~counter() in ~counter() argument
47 static counter& argument
50 static counter g; in get() argument
65 __gnu_test::counter::exceptions(false); argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/util/
H A Dreplacement_memory_operators.h29 struct counter struct
34 counter() : _M_count(0), _M_throw(true) { } in counter() function
36 ~counter() THROW (counter_error) in THROW() argument
48 static counter& argument
51 static counter g; in get() argument
66 __gnu_test::counter::exceptions(false); argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/util/
H A Dreplacement_memory_operators.h29 struct counter struct
34 counter() : _M_count(0), _M_throw(true) { } in counter() argument
36 ~counter() THROW (counter_error) in THROW() argument
48 static counter& argument
51 static counter g; in get() argument
66 __gnu_test::counter::exceptions(false); argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/util/
H A Dreplacement_memory_operators.h29 struct counter struct
34 counter() : _M_count(0), _M_throw(true) { } in counter() argument
36 ~counter() THROW (counter_error) in THROW() argument
48 static counter& argument
51 static counter g; in get() argument
66 __gnu_test::counter::exceptions(false); argument
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/util/
H A Dreplacement_memory_operators.h28 struct counter struct
33 counter() : _M_count(0), _M_throw(true) { } in counter() argument
35 ~counter() throw (counter_error) in throw() argument
47 static counter& argument
50 static counter g; in get() argument
65 __gnu_test::counter::exceptions(false); argument

12345678910>>...414