Home
last modified time | relevance | path

Searched refs:Counter (Results 1 – 25 of 7862) sorted by relevance

12345678910>>...315

/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/scollector/collectors/
H A Ddns_windows.go410 …"Requests": {"query", "request", false, "", metadata.Counter,…
521 …"Standard queries": {"query", "standard", false, "", metadata.Counter
546 …"TCP Packet blocks freed": {"packet", "tcpfree", false, "", metadata.Counter
589 …"UDP messages used": {"packet", "udpused", false, "", metadata.Counter
591 …"UDP Packet blocks freed": {"packet", "udpfree", false, "", metadata.Counter
626 …"Updates empty (precon only)": {"update", "empty", true, "", metadata.Counter, "…
666 …"Updates forwarded": {"update", "forwards", true, "", metadata.Counter
668 …"Updates in queue": {"update", "inqueue", true, "", metadata.Counter,…
669 …"Updates NoOps (duplicates)": {"update", "noops", true, "", metadata.Counter, "…
670 …"Updates received": {"update", "received", true, "", metadata.Counter
[all …]
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/data/otp/
H A Dhotp.vec8 Counter = 0
11 Counter = 1
14 Counter = 2
17 Counter = 3
20 Counter = 4
23 Counter = 5
26 Counter = 6
29 Counter = 7
32 Counter = 8
35 Counter = 9
[all …]
/dports/security/botan2/Botan-2.18.2/src/tests/data/otp/
H A Dhotp.vec8 Counter = 0
11 Counter = 1
14 Counter = 2
17 Counter = 3
20 Counter = 4
23 Counter = 5
26 Counter = 6
29 Counter = 7
32 Counter = 8
35 Counter = 9
[all …]
/dports/net-mgmt/bandwidthd/bandwidthd-2.0.1/
H A Dgraph.c164 if (Counter%4 == 0 || (Counter-1)%4 == 0) in PrintTableLine()
264 for (Counter = 0; Counter < SubnetCount; Counter++) in MakeIndexPages()
278 for (Counter=0; Counter < 21 && Counter < NumIps; Counter++) in MakeIndexPages()
284 for (Counter=0; Counter < 21 && Counter < NumIps; Counter++) in MakeIndexPages()
333 for (Counter = 0; Counter < SubnetCount; Counter++) in MakeIndexPages()
345 for (tCounter=0, Counter=0; Counter < NumIps; Counter++) in MakeIndexPages()
356 for (Counter=0; Counter < NumIps; Counter++) in MakeIndexPages()
526 for (Counter = 0; Counter < DataPoints; Counter++) // Graph it all in GraphData()
572 for(Counter=XOFFSET+1; Counter < XWIDTH; Counter++) in GraphData()
623 for(Counter=XOFFSET+1; Counter < XWIDTH; Counter++) in GraphData()
[all …]
/dports/science/yoda/YODA-1.9.1/include/YODA/
H A DCounter.h53 Counter(double w, in get_and_lock()
63 Counter(const Counter& c, const std::string& path="");
67 Counter& operator = (const Counter& c) {
190 Counter& operator += (const Counter& toAdd) {
196 Counter& operator -= (const Counter& toSubtract) {
247 inline Counter add(const Counter& first, const Counter& second) {
254 inline Counter operator + (const Counter& first, const Counter& second) { in CRYPTO_dup_ex_data()
260 inline Counter subtract(const Counter& first, const Counter& second) {
267 inline Counter operator - (const Counter& first, const Counter& second) {
274 Scatter1D divide(const Counter& numer, const Counter& denom);
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/protocol/
H A Dvector_test.go16 expected := Vector{Counters: []Counter{{ID: 42, Value: 5}}}
100 Vector{Counters: []Counter{{ID: 22, Value: 1}}},
101 Vector{Counters: []Counter{{ID: 42, Value: 1}}},
105 Vector{Counters: []Counter{{ID: 22, Value: 1}}},
117 Vector{Counters: []Counter{{ID: 42, Value: 1}}},
118 Vector{Counters: []Counter{{ID: 22, Value: 1}}},
146 if v0.Counter(42) != 1 {
149 if v0.Counter(64) != 5 {
152 if v0.Counter(72) != 0 {
193 Vector{Counters: []Counter{{ID: 0, Value: 1}}},
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/res/
H A DresFilter.c75 Counter = 0; in Res_FilterCandidates()
99 Counter++; in Res_FilterCandidates()
134 Counter++; in Res_FilterCandidates()
226 return Counter; in Res_FilterCandidates()
267 Counter = 0; in Res_FilterCandidatesArea()
292 Counter++; in Res_FilterCandidatesArea()
294 return Counter; in Res_FilterCandidatesArea()
321 Counter++; in Res_FilterCandidatesArea()
328 return Counter; in Res_FilterCandidatesArea()
360 Counter++; in Res_FilterCandidatesArea()
[all …]
/dports/devel/asl/asl-current/include/avr/
H A Dmacsc.inc14 SCCSR sfr 0xdb ; Symbol Counter Compare Source Register
22 SCCNTHH sfr 0xe4 ; Symbol Counter Register HH-Byte
23 SCCNTHL sfr 0xe3 ; Symbol Counter Register HL-Byte
24 SCCNTLH sfr 0xe2 ; Symbol Counter Register LH-Byte
25 SCCNTLL sfr 0xe1 ; Symbol Counter Register LL-Byte
62 SCCR0 sfr 0xdc ; Symbol Counter Control Register 0
65 SCEN avrbit SCCR0,5 ; Symbol Counter Enable
72 SCCR1 sfr 0xdd ; Symbol Counter Control Register 1
80 SCSR sfr 0xde ; Symbol Counter Status Register
81 SCBSY avrbit SCSR,0 ; Symbol Counter busy
[all …]
H A Dregm1284.inc118 nextenum TIMER2_OVF_vect ; Timer/Counter 2 Overflow
122 nextenum TIMER1_OVF_vect ; Timer/Counter 1 Overflow
125 nextenum TIMER0_OVF_vect ; Timer/Counter 0 Overflow
179 CS00 avrbit TCCR0B,0 ; Timer/Counter 0 Clock Select
185 TCNT0 port 0x26 ; Timer/Counter 0 Value
207 TCNT1L sfr 0x84 ; Timer/Counter 1 Value LSB
208 TCNT1H sfr 0x85 ; Timer/Counter 1 Value MSB
230 TCNT2 sfr 0xb2 ; Timer/Counter 2 Value
252 TCNT3L sfr 0x94 ; Timer/Counter 3 Value LSB
253 TCNT3H sfr 0x95 ; Timer/Counter 3 Value MSB
[all …]
/dports/net/hostapd-devel/hostap-14ab4a816/src/eapol_auth/
H A Deapol_auth_sm_i.h21 typedef unsigned int Counter; typedef
80 Counter authEntersConnecting;
82 Counter authEntersAuthenticating;
101 Counter backendResponses;
102 Counter backendAccessChallenges;
104 Counter backendAuthSuccesses;
105 Counter backendAuthFails;
131 Counter dot1xAuthEapolFramesRx;
132 Counter dot1xAuthEapolFramesTx;
136 Counter dot1xAuthEapolRespFramesRx;
[all …]
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/eapol_auth/
H A Deapol_auth_sm_i.h21 typedef unsigned int Counter; typedef
80 Counter authEntersConnecting;
82 Counter authEntersAuthenticating;
101 Counter backendResponses;
102 Counter backendAccessChallenges;
104 Counter backendAuthSuccesses;
105 Counter backendAuthFails;
131 Counter dot1xAuthEapolFramesRx;
132 Counter dot1xAuthEapolFramesTx;
136 Counter dot1xAuthEapolRespFramesRx;
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/arm64/
H A Dinstrument-arm64.cc10 Counter::Counter(const char* name, CounterType type) in Counter() function in v8::internal::Counter
17 void Counter::Enable() { in Enable()
22 void Counter::Disable() { in Disable()
27 bool Counter::IsEnabled() { in IsEnabled()
32 void Counter::Increment() { in Increment()
39 uint64_t Counter::count() { in count()
49 const char* Counter::name() { in name()
54 CounterType Counter::type() { in type()
116 Counter* counter = new Counter(kCounterList[i].name, kCounterList[i].type); in Instrument()
129 std::list<Counter*>::iterator it; in ~Instrument()
[all …]
/dports/net/hostapd/hostapd-2.9/src/eapol_auth/
H A Deapol_auth_sm_i.h21 typedef unsigned int Counter; typedef
80 Counter authEntersConnecting;
82 Counter authEntersAuthenticating;
101 Counter backendResponses;
102 Counter backendAccessChallenges;
104 Counter backendAuthSuccesses;
105 Counter backendAuthFails;
131 Counter dot1xAuthEapolFramesRx;
132 Counter dot1xAuthEapolFramesTx;
136 Counter dot1xAuthEapolRespFramesRx;
[all …]
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/eapol_auth/
H A Deapol_auth_sm_i.h21 typedef unsigned int Counter; typedef
80 Counter authEntersConnecting;
82 Counter authEntersAuthenticating;
101 Counter backendResponses;
102 Counter backendAccessChallenges;
104 Counter backendAuthSuccesses;
105 Counter backendAuthFails;
131 Counter dot1xAuthEapolFramesRx;
132 Counter dot1xAuthEapolFramesTx;
136 Counter dot1xAuthEapolRespFramesRx;
[all …]
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/
H A Deapol_auth_sm_i.h21 typedef unsigned int Counter; typedef
80 Counter authEntersConnecting;
82 Counter authEntersAuthenticating;
101 Counter backendResponses;
102 Counter backendAccessChallenges;
104 Counter backendAuthSuccesses;
105 Counter backendAuthFails;
131 Counter dot1xAuthEapolFramesRx;
132 Counter dot1xAuthEapolFramesTx;
136 Counter dot1xAuthEapolRespFramesRx;
[all …]
/dports/www/gitea/gitea-1.16.5/models/
H A Dstatistic.go19 Counter struct { member
49 stats.Counter.User = user_model.CountUsers()
50 stats.Counter.Org = CountOrganizations()
70 Find(&stats.Counter.IssueByLabel)
80 Find(&stats.Counter.IssueByRepository)
88 stats.Counter.IssueClosed = c.Count
90 stats.Counter.IssueOpen = c.Count
94 stats.Counter.Issue = stats.Counter.IssueClosed + stats.Counter.IssueOpen
97 stats.Counter.Oauth = 0
104 stats.Counter.Label, _ = e.Count(new(Label))
[all …]
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/external/robin-hood-hashing/src/test/app/
H A DCounter.cpp5 Counter::Obj::Obj() in Obj()
11 Counter::Obj::Obj(Counter& counts) in Obj()
17 Counter::Obj::Obj(const size_t& data, Counter& counts) in Obj()
23 Counter::Obj::Obj(const Counter::Obj& o) in Obj()
31 Counter::Obj::Obj(Counter::Obj&& o) noexcept in Obj()
39 Counter::Obj::~Obj() { in ~Obj()
47 bool Counter::Obj::operator==(const Counter::Obj& o) const { in operator ==()
62 Counter::Obj& Counter::Obj::operator=(const Counter::Obj& o) { in operator =()
71 Counter::Obj& Counter::Obj::operator=(Counter::Obj&& o) noexcept { in operator =()
112 Counter::Counter() { in Counter() function in Counter
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/uber/jaeger-client-go/
H A Dmetrics.go24 …TracesStartedSampled metrics.Counter `metric:"traces" tags:"state=started,sampled=y" help:"Number …
39 …SpansStartedSampled metrics.Counter `metric:"started_spans" tags:"sampled=y" help:"Number of spans…
42 …SpansStartedNotSampled metrics.Counter `metric:"started_spans" tags:"sampled=n" help:"Number of sp…
48 …SpansFinishedSampled metrics.Counter `metric:"finished_spans" tags:"sampled=y" help:"Number of sam…
57 …DecodingErrors metrics.Counter `metric:"span_context_decoding_errors" help:"Number of errors decod…
60 …ReporterSuccess metrics.Counter `metric:"reporter_spans" tags:"result=ok" help:"Number of spans su…
63 …ReporterFailure metrics.Counter `metric:"reporter_spans" tags:"result=err" help:"Number of spans n…
90 …BaggageTruncate metrics.Counter `metric:"baggage_truncations" help:"Number of times baggage was tr…
99 …ThrottledDebugSpans metrics.Counter `metric:"throttled_debug_spans" help:"Number of times debug sp…
102 …ThrottlerUpdateSuccess metrics.Counter `metric:"throttler_updates" tags:"result=ok" help:"Number o…
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/uber/jaeger-client-go/
H A Dmetrics.go24 …TracesStartedSampled metrics.Counter `metric:"traces" tags:"state=started,sampled=y" help:"Number …
39 …SpansStartedSampled metrics.Counter `metric:"started_spans" tags:"sampled=y" help:"Number of spans…
42 …SpansStartedNotSampled metrics.Counter `metric:"started_spans" tags:"sampled=n" help:"Number of sp…
48 …SpansFinishedSampled metrics.Counter `metric:"finished_spans" tags:"sampled=y" help:"Number of sam…
57 …DecodingErrors metrics.Counter `metric:"span_context_decoding_errors" help:"Number of errors decod…
60 …ReporterSuccess metrics.Counter `metric:"reporter_spans" tags:"result=ok" help:"Number of spans su…
63 …ReporterFailure metrics.Counter `metric:"reporter_spans" tags:"result=err" help:"Number of spans n…
90 …BaggageTruncate metrics.Counter `metric:"baggage_truncations" help:"Number of times baggage was tr…
99 …ThrottledDebugSpans metrics.Counter `metric:"throttled_debug_spans" help:"Number of times debug sp…
102 …ThrottlerUpdateSuccess metrics.Counter `metric:"throttler_updates" tags:"result=ok" help:"Number o…
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/uber/jaeger-client-go/
H A Dmetrics.go24 …TracesStartedSampled metrics.Counter `metric:"traces" tags:"state=started,sampled=y" help:"Number …
39 …SpansStartedSampled metrics.Counter `metric:"started_spans" tags:"sampled=y" help:"Number of spans…
42 …SpansStartedNotSampled metrics.Counter `metric:"started_spans" tags:"sampled=n" help:"Number of sp…
48 …SpansFinishedSampled metrics.Counter `metric:"finished_spans" tags:"sampled=y" help:"Number of sam…
57 …DecodingErrors metrics.Counter `metric:"span_context_decoding_errors" help:"Number of errors decod…
60 …ReporterSuccess metrics.Counter `metric:"reporter_spans" tags:"result=ok" help:"Number of spans su…
63 …ReporterFailure metrics.Counter `metric:"reporter_spans" tags:"result=err" help:"Number of spans n…
90 …BaggageTruncate metrics.Counter `metric:"baggage_truncations" help:"Number of times baggage was tr…
99 …ThrottledDebugSpans metrics.Counter `metric:"throttled_debug_spans" help:"Number of times debug sp…
102 …ThrottlerUpdateSuccess metrics.Counter `metric:"throttler_updates" tags:"result=ok" help:"Number o…
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/uber/jaeger-client-go/
H A Dmetrics.go24 …TracesStartedSampled metrics.Counter `metric:"traces" tags:"state=started,sampled=y" help:"Number …
39 …SpansStartedSampled metrics.Counter `metric:"started_spans" tags:"sampled=y" help:"Number of spans…
42 …SpansStartedNotSampled metrics.Counter `metric:"started_spans" tags:"sampled=n" help:"Number of sp…
48 …SpansFinishedSampled metrics.Counter `metric:"finished_spans" tags:"sampled=y" help:"Number of sam…
57 …DecodingErrors metrics.Counter `metric:"span_context_decoding_errors" help:"Number of errors decod…
60 …ReporterSuccess metrics.Counter `metric:"reporter_spans" tags:"result=ok" help:"Number of spans su…
63 …ReporterFailure metrics.Counter `metric:"reporter_spans" tags:"result=err" help:"Number of spans n…
90 …BaggageTruncate metrics.Counter `metric:"baggage_truncations" help:"Number of times baggage was tr…
99 …ThrottledDebugSpans metrics.Counter `metric:"throttled_debug_spans" help:"Number of times debug sp…
102 …ThrottlerUpdateSuccess metrics.Counter `metric:"throttler_updates" tags:"result=ok" help:"Number o…
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/uber/jaeger-client-go/
H A Dmetrics.go24 …TracesStartedSampled metrics.Counter `metric:"traces" tags:"state=started,sampled=y" help:"Number …
39 …SpansStartedSampled metrics.Counter `metric:"started_spans" tags:"sampled=y" help:"Number of spans…
42 …SpansStartedNotSampled metrics.Counter `metric:"started_spans" tags:"sampled=n" help:"Number of sp…
48 …SpansFinishedSampled metrics.Counter `metric:"finished_spans" tags:"sampled=y" help:"Number of sam…
57 …DecodingErrors metrics.Counter `metric:"span_context_decoding_errors" help:"Number of errors decod…
60 …ReporterSuccess metrics.Counter `metric:"reporter_spans" tags:"result=ok" help:"Number of spans su…
63 …ReporterFailure metrics.Counter `metric:"reporter_spans" tags:"result=err" help:"Number of spans n…
90 …BaggageTruncate metrics.Counter `metric:"baggage_truncations" help:"Number of times baggage was tr…
99 …ThrottledDebugSpans metrics.Counter `metric:"throttled_debug_spans" help:"Number of times debug sp…
102 …ThrottlerUpdateSuccess metrics.Counter `metric:"throttler_updates" tags:"result=ok" help:"Number o…
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/uber/jaeger-client-go/
H A Dmetrics.go24 …TracesStartedSampled metrics.Counter `metric:"traces" tags:"state=started,sampled=y" help:"Number …
39 …SpansStartedSampled metrics.Counter `metric:"started_spans" tags:"sampled=y" help:"Number of spans…
42 …SpansStartedNotSampled metrics.Counter `metric:"started_spans" tags:"sampled=n" help:"Number of sp…
48 …SpansFinishedSampled metrics.Counter `metric:"finished_spans" tags:"sampled=y" help:"Number of sam…
57 …DecodingErrors metrics.Counter `metric:"span_context_decoding_errors" help:"Number of errors decod…
60 …ReporterSuccess metrics.Counter `metric:"reporter_spans" tags:"result=ok" help:"Number of spans su…
63 …ReporterFailure metrics.Counter `metric:"reporter_spans" tags:"result=err" help:"Number of spans n…
90 …BaggageTruncate metrics.Counter `metric:"baggage_truncations" help:"Number of times baggage was tr…
99 …ThrottledDebugSpans metrics.Counter `metric:"throttled_debug_spans" help:"Number of times debug sp…
102 …ThrottlerUpdateSuccess metrics.Counter `metric:"throttler_updates" tags:"result=ok" help:"Number o…
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/uber/jaeger-client-go/
H A Dmetrics.go24 …TracesStartedSampled metrics.Counter `metric:"traces" tags:"state=started,sampled=y" help:"Number …
39 …SpansStartedSampled metrics.Counter `metric:"started_spans" tags:"sampled=y" help:"Number of spans…
42 …SpansStartedNotSampled metrics.Counter `metric:"started_spans" tags:"sampled=n" help:"Number of sp…
48 …SpansFinishedSampled metrics.Counter `metric:"finished_spans" tags:"sampled=y" help:"Number of sam…
57 …DecodingErrors metrics.Counter `metric:"span_context_decoding_errors" help:"Number of errors decod…
60 …ReporterSuccess metrics.Counter `metric:"reporter_spans" tags:"result=ok" help:"Number of spans su…
63 …ReporterFailure metrics.Counter `metric:"reporter_spans" tags:"result=err" help:"Number of spans n…
90 …BaggageTruncate metrics.Counter `metric:"baggage_truncations" help:"Number of times baggage was tr…
99 …ThrottledDebugSpans metrics.Counter `metric:"throttled_debug_spans" help:"Number of times debug sp…
102 …ThrottlerUpdateSuccess metrics.Counter `metric:"throttler_updates" tags:"result=ok" help:"Number o…
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/uber/jaeger-client-go/
H A Dmetrics.go24 …TracesStartedSampled metrics.Counter `metric:"traces" tags:"state=started,sampled=y" help:"Number …
39 …SpansStartedSampled metrics.Counter `metric:"started_spans" tags:"sampled=y" help:"Number of spans…
42 …SpansStartedNotSampled metrics.Counter `metric:"started_spans" tags:"sampled=n" help:"Number of sp…
48 …SpansFinishedSampled metrics.Counter `metric:"finished_spans" tags:"sampled=y" help:"Number of sam…
57 …DecodingErrors metrics.Counter `metric:"span_context_decoding_errors" help:"Number of errors decod…
60 …ReporterSuccess metrics.Counter `metric:"reporter_spans" tags:"result=ok" help:"Number of spans su…
63 …ReporterFailure metrics.Counter `metric:"reporter_spans" tags:"result=err" help:"Number of spans n…
90 …BaggageTruncate metrics.Counter `metric:"baggage_truncations" help:"Number of times baggage was tr…
99 …ThrottledDebugSpans metrics.Counter `metric:"throttled_debug_spans" help:"Number of times debug sp…
102 …ThrottlerUpdateSuccess metrics.Counter `metric:"throttler_updates" tags:"result=ok" help:"Number o…
[all …]

12345678910>>...315