Home
last modified time | relevance | path

Searched refs:StoreUint64 (Results 1 – 25 of 1263) sorted by relevance

12345678910>>...51

/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/xtaci/kcp-go/v5/
H A Dsnmp.go133 atomic.StoreUint64(&s.BytesSent, 0)
135 atomic.StoreUint64(&s.MaxConn, 0)
139 atomic.StoreUint64(&s.InErrs, 0)
142 atomic.StoreUint64(&s.InPkts, 0)
143 atomic.StoreUint64(&s.OutPkts, 0)
144 atomic.StoreUint64(&s.InSegs, 0)
145 atomic.StoreUint64(&s.OutSegs, 0)
146 atomic.StoreUint64(&s.InBytes, 0)
147 atomic.StoreUint64(&s.OutBytes, 0)
151 atomic.StoreUint64(&s.LostSegs, 0)
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/sctp/
H A Dassociation_stats.go56 atomic.StoreUint64(&s.nDATAs, 0)
57 atomic.StoreUint64(&s.nSACKs, 0)
58 atomic.StoreUint64(&s.nT3Timeouts, 0)
59 atomic.StoreUint64(&s.nAckTimeouts, 0)
60 atomic.StoreUint64(&s.nFastRetrans, 0)
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/sctp/
H A Dassociation_stats.go56 atomic.StoreUint64(&s.nDATAs, 0)
57 atomic.StoreUint64(&s.nSACKs, 0)
58 atomic.StoreUint64(&s.nT3Timeouts, 0)
59 atomic.StoreUint64(&s.nAckTimeouts, 0)
60 atomic.StoreUint64(&s.nFastRetrans, 0)
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/blevesearch/bleve/index/scorch/
H A Dintroducer.go180 atomic.StoreUint64(&s.stats.TotItemsToPersist, docsToPersistCount)
181 atomic.StoreUint64(&s.stats.TotMemorySegmentsAtRoot, memSegments)
182 atomic.StoreUint64(&s.stats.TotFileSegmentsAtRoot, fileSegments)
226 atomic.StoreUint64(&s.stats.CurRootEpoch, s.root.epoch)
299 atomic.StoreUint64(&s.stats.TotMemorySegmentsAtRoot, memSegments)
300 atomic.StoreUint64(&s.stats.TotFileSegmentsAtRoot, fileSegments)
305 atomic.StoreUint64(&s.stats.CurRootEpoch, s.root.epoch)
422 atomic.StoreUint64(&s.stats.TotFileSegmentsAtRoot, fileSegments)
433 atomic.StoreUint64(&s.stats.CurRootEpoch, s.root.epoch)
497 atomic.StoreUint64(&s.stats.TotFileSegmentsAtRoot, fileSegments)
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/VictoriaMetrics/fastcache/
H A Dfastcache.go90 atomic.StoreUint64(&bs.GetBigCalls, 0)
91 atomic.StoreUint64(&bs.SetBigCalls, 0)
92 atomic.StoreUint64(&bs.TooBigKeyErrors, 0)
93 atomic.StoreUint64(&bs.InvalidMetavalueErrors, 0)
94 atomic.StoreUint64(&bs.InvalidValueLenErrors, 0)
95 atomic.StoreUint64(&bs.InvalidValueHashErrors, 0)
263 atomic.StoreUint64(&b.getCalls, 0)
264 atomic.StoreUint64(&b.setCalls, 0)
265 atomic.StoreUint64(&b.misses, 0)
266 atomic.StoreUint64(&b.collisions, 0)
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/bleve/v2/index/scorch/
H A Dintroducer.go182 atomic.StoreUint64(&s.stats.TotItemsToPersist, docsToPersistCount)
183 atomic.StoreUint64(&s.stats.TotMemorySegmentsAtRoot, memSegments)
184 atomic.StoreUint64(&s.stats.TotFileSegmentsAtRoot, fileSegments)
228 atomic.StoreUint64(&s.stats.CurRootEpoch, s.root.epoch)
306 atomic.StoreUint64(&s.stats.TotItemsToPersist, docsToPersistCount)
307 atomic.StoreUint64(&s.stats.TotMemorySegmentsAtRoot, memSegments)
308 atomic.StoreUint64(&s.stats.TotFileSegmentsAtRoot, fileSegments)
313 atomic.StoreUint64(&s.stats.CurRootEpoch, s.root.epoch)
440 atomic.StoreUint64(&s.stats.TotMemorySegmentsAtRoot, memSegments)
441 atomic.StoreUint64(&s.stats.TotFileSegmentsAtRoot, fileSegments)
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/blevesearch/bleve/index/scorch/
H A Dintroducer.go168 atomic.StoreUint64(&s.stats.TotItemsToPersist, docsToPersistCount)
169 atomic.StoreUint64(&s.stats.TotMemorySegmentsAtRoot, memSegments)
170 atomic.StoreUint64(&s.stats.TotFileSegmentsAtRoot, fileSegments)
214 atomic.StoreUint64(&s.stats.CurRootEpoch, s.root.epoch)
286 atomic.StoreUint64(&s.stats.TotItemsToPersist, docsToPersistCount)
287 atomic.StoreUint64(&s.stats.TotMemorySegmentsAtRoot, memSegments)
288 atomic.StoreUint64(&s.stats.TotFileSegmentsAtRoot, fileSegments)
293 atomic.StoreUint64(&s.stats.CurRootEpoch, s.root.epoch)
415 atomic.StoreUint64(&s.stats.TotMemorySegmentsAtRoot, memSegments)
416 atomic.StoreUint64(&s.stats.TotFileSegmentsAtRoot, fileSegments)
[all …]
/dports/devel/tinygo/tinygo-0.14.1/src/runtime/volatile/
H A Dregister.go213 StoreUint64(&r.Reg, value)
223 StoreUint64(&r.Reg, LoadUint64(&r.Reg)|value)
233 StoreUint64(&r.Reg, LoadUint64(&r.Reg)&^value)
253 StoreUint64(&r.Reg, LoadUint64(&r.Reg)&^(mask<<pos)|value<<pos)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vault/
H A Dcounters_test.go30 atomic.StoreUint64(c.counters.requests, decemberRequests)
39 atomic.StoreUint64(c.counters.requests, 0)
51 atomic.StoreUint64(c.counters.requests, 0)
70 atomic.StoreUint64(c.counters.requests, newValue)
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vault/
H A Dcounters_test.go30 atomic.StoreUint64(c.counters.requests, decemberRequests)
39 atomic.StoreUint64(c.counters.requests, 0)
51 atomic.StoreUint64(c.counters.requests, 0)
70 atomic.StoreUint64(c.counters.requests, newValue)
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vault/
H A Dcounters_test.go30 atomic.StoreUint64(c.counters.requests, decemberRequests)
39 atomic.StoreUint64(c.counters.requests, 0)
51 atomic.StoreUint64(c.counters.requests, 0)
70 atomic.StoreUint64(c.counters.requests, newValue)
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vault/
H A Dcounters_test.go30 atomic.StoreUint64(c.counters.requests, decemberRequests)
39 atomic.StoreUint64(c.counters.requests, 0)
51 atomic.StoreUint64(c.counters.requests, 0)
70 atomic.StoreUint64(c.counters.requests, newValue)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vault/
H A Dcounters_test.go30 atomic.StoreUint64(c.counters.requests, decemberRequests)
39 atomic.StoreUint64(c.counters.requests, 0)
51 atomic.StoreUint64(c.counters.requests, 0)
70 atomic.StoreUint64(c.counters.requests, newValue)
/dports/sysutils/istio/vault-sdk-v0.1.12/vault/
H A Dcounters_test.go30 atomic.StoreUint64(c.counters.requests, decemberRequests)
39 atomic.StoreUint64(c.counters.requests, 0)
51 atomic.StoreUint64(c.counters.requests, 0)
70 atomic.StoreUint64(c.counters.requests, newValue)
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/go/analysis/passes/atomicalign/testdata/src/a/
H A Da.go54 atomic.StoreUint64(&s.f, 0)
118 …atomic.StoreUint64(&f.e, 6) // want "address of non 64-bit aligned field .e passed to atomic.Stor…
119 …atomic.StoreUint64(&f.f, 79) // want "address of non 64-bit aligned field .f passed to atomic.Stor…
189 …atomic.StoreUint64(&s.f, 9) // want "address of non 64-bit aligned field .f passed to atomic.Store…
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/go/analysis/passes/atomicalign/testdata/src/a/
H A Da.go54 atomic.StoreUint64(&s.f, 0)
118 …atomic.StoreUint64(&f.e, 6) // want "address of non 64-bit aligned field .e passed to atomic.Stor…
119 …atomic.StoreUint64(&f.f, 79) // want "address of non 64-bit aligned field .f passed to atomic.Stor…
189 …atomic.StoreUint64(&s.f, 9) // want "address of non 64-bit aligned field .f passed to atomic.Store…
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/go/analysis/passes/atomicalign/testdata/src/a/
H A Da.go54 atomic.StoreUint64(&s.f, 0)
118 …atomic.StoreUint64(&f.e, 6) // want "address of non 64-bit aligned field .e passed to atomic.Stor…
119 …atomic.StoreUint64(&f.f, 79) // want "address of non 64-bit aligned field .f passed to atomic.Stor…
189 …atomic.StoreUint64(&s.f, 9) // want "address of non 64-bit aligned field .f passed to atomic.Store…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/go/analysis/passes/atomicalign/testdata/src/a/
H A Da.go54 atomic.StoreUint64(&s.f, 0)
118 …atomic.StoreUint64(&f.e, 6) // want "address of non 64-bit aligned field .e passed to atomic.Stor…
119 …atomic.StoreUint64(&f.f, 79) // want "address of non 64-bit aligned field .f passed to atomic.Stor…
189 …atomic.StoreUint64(&s.f, 9) // want "address of non 64-bit aligned field .f passed to atomic.Store…
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/go/analysis/passes/atomicalign/testdata/src/a/
H A Da.go54 atomic.StoreUint64(&s.f, 0)
118 …atomic.StoreUint64(&f.e, 6) // want "address of non 64-bit aligned field .e passed to atomic.Stor…
119 …atomic.StoreUint64(&f.f, 79) // want "address of non 64-bit aligned field .f passed to atomic.Stor…
189 …atomic.StoreUint64(&s.f, 9) // want "address of non 64-bit aligned field .f passed to atomic.Store…
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/go/analysis/passes/atomicalign/testdata/src/a/
H A Da.go54 atomic.StoreUint64(&s.f, 0)
118 …atomic.StoreUint64(&f.e, 6) // want "address of non 64-bit aligned field .e passed to atomic.Stor…
119 …atomic.StoreUint64(&f.f, 79) // want "address of non 64-bit aligned field .f passed to atomic.Stor…
189 …atomic.StoreUint64(&s.f, 9) // want "address of non 64-bit aligned field .f passed to atomic.Store…
/dports/devel/go-bindata/go-bindata-3.1.3/vendor/golang.org/x/tools/go/analysis/passes/atomicalign/testdata/src/a/
H A Da.go54 atomic.StoreUint64(&s.f, 0)
118 …atomic.StoreUint64(&f.e, 6) // want "address of non 64-bit aligned field .e passed to atomic.Stor…
119 …atomic.StoreUint64(&f.f, 79) // want "address of non 64-bit aligned field .f passed to atomic.Stor…
189 …atomic.StoreUint64(&s.f, 9) // want "address of non 64-bit aligned field .f passed to atomic.Store…
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/go/analysis/passes/atomicalign/testdata/src/a/
H A Da.go54 atomic.StoreUint64(&s.f, 0)
118 …atomic.StoreUint64(&f.e, 6) // want "address of non 64-bit aligned field .e passed to atomic.Stor…
119 …atomic.StoreUint64(&f.f, 79) // want "address of non 64-bit aligned field .f passed to atomic.Stor…
189 …atomic.StoreUint64(&s.f, 9) // want "address of non 64-bit aligned field .f passed to atomic.Store…
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/go/analysis/passes/atomicalign/testdata/src/a/
H A Da.go54 atomic.StoreUint64(&s.f, 0)
118 …atomic.StoreUint64(&f.e, 6) // want "address of non 64-bit aligned field .e passed to atomic.Stor…
119 …atomic.StoreUint64(&f.f, 79) // want "address of non 64-bit aligned field .f passed to atomic.Stor…
189 …atomic.StoreUint64(&s.f, 9) // want "address of non 64-bit aligned field .f passed to atomic.Store…
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/golang.org/x/tools/tools-5eefd052ad72/go/analysis/passes/atomicalign/testdata/src/a/
H A Da.go54 atomic.StoreUint64(&s.f, 0)
118 …atomic.StoreUint64(&f.e, 6) // want "address of non 64-bit aligned field .e passed to atomic.Stor…
119 …atomic.StoreUint64(&f.f, 79) // want "address of non 64-bit aligned field .f passed to atomic.Stor…
189 …atomic.StoreUint64(&s.f, 9) // want "address of non 64-bit aligned field .f passed to atomic.Store…
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/tools/go/analysis/passes/atomicalign/testdata/src/a/
H A Da.go54 atomic.StoreUint64(&s.f, 0)
118 …atomic.StoreUint64(&f.e, 6) // want "address of non 64-bit aligned field .e passed to atomic.Stor…
119 …atomic.StoreUint64(&f.f, 79) // want "address of non 64-bit aligned field .f passed to atomic.Stor…
189 …atomic.StoreUint64(&s.f, 9) // want "address of non 64-bit aligned field .f passed to atomic.Store…

12345678910>>...51