Home
last modified time | relevance | path

Searched defs:CAS (Results 1 – 25 of 536) sorted by relevance

12345678910>>...22

/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/linux/
H A DJackAtomic_os.h27 static inline int CAS(register UInt32 value, register UInt32 newvalue, register volatile void* addr) in CAS() function
57 static inline char CAS(volatile UInt32 value, UInt32 newvalue, volatile void* addr) in CAS() function
78 static inline char CAS(volatile UInt32 value, UInt32 newvalue, volatile void* addr) in CAS() function
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/macosx/
H A DJackAtomic_os.h27 static inline int CAS(register UInt32 value, register UInt32 newvalue, register volatile void* addr) in CAS() function
57 static inline char CAS(volatile UInt32 value, UInt32 newvalue, volatile void* addr) in CAS() function
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/windows/
H A DJackAtomic_os.h39 inline char CAS(volatile UInt32 value, UInt32 newvalue, volatile void * addr) in CAS() function
60 static inline char CAS(volatile UInt32 value, UInt32 newvalue, volatile void* addr) in CAS() function
/dports/net/evans/evans-0.9.1/vendor/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
309 func (f *Float64) CAS(old, new float64) bool { func
350 func (d *Duration) CAS(old, new time.Duration) bool { func
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/vendor/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
309 func (f *Float64) CAS(old, new float64) bool { func
350 func (d *Duration) CAS(old, new time.Duration) bool { func
/dports/security/vault/vault-1.8.2/vendor/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
309 func (f *Float64) CAS(old, new float64) bool { func
350 func (d *Duration) CAS(old, new time.Duration) bool { func
/dports/devel/app-builder/app-builder-3.4.2/vendor/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
304 func (f *Float64) CAS(old, new float64) bool { func
345 func (d *Duration) CAS(old, new time.Duration) bool { func
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
304 func (f *Float64) CAS(old, new float64) bool { func
345 func (d *Duration) CAS(old, new time.Duration) bool { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/vendor/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
304 func (f *Float64) CAS(old, new float64) bool { func
345 func (d *Duration) CAS(old, new time.Duration) bool { func
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
304 func (f *Float64) CAS(old, new float64) bool { func
345 func (d *Duration) CAS(old, new time.Duration) bool { func
/dports/net/cloudquery/cloudquery-0.16.0/vendor/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
309 func (f *Float64) CAS(old, new float64) bool { func
350 func (d *Duration) CAS(old, new time.Duration) bool { func
/dports/www/carbonapi/carbonapi-0.14.1/vendor/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
309 func (f *Float64) CAS(old, new float64) bool { func
350 func (d *Duration) CAS(old, new time.Duration) bool { func
/dports/misc/concourse/vault-bdd38fca2cff/vendor/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
304 func (f *Float64) CAS(old, new float64) bool { func
345 func (d *Duration) CAS(old, new time.Duration) bool { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
304 func (f *Float64) CAS(old, new float64) bool { func
345 func (d *Duration) CAS(old, new time.Duration) bool { func
/dports/security/vuls/vuls-0.13.7/vendor/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
309 func (f *Float64) CAS(old, new float64) bool { func
350 func (d *Duration) CAS(old, new time.Duration) bool { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/node_exporter/vendor/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
309 func (f *Float64) CAS(old, new float64) bool { func
350 func (d *Duration) CAS(old, new time.Duration) bool { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
304 func (f *Float64) CAS(old, new float64) bool { func
345 func (d *Duration) CAS(old, new time.Duration) bool { func
/dports/security/keybase/client-v5.7.1/go/vendor/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
304 func (f *Float64) CAS(old, new float64) bool { func
345 func (d *Duration) CAS(old, new time.Duration) bool { func
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
304 func (f *Float64) CAS(old, new float64) bool { func
345 func (d *Duration) CAS(old, new time.Duration) bool { func
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/vendor/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
304 func (f *Float64) CAS(old, new float64) bool { func
345 func (d *Duration) CAS(old, new time.Duration) bool { func
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
304 func (f *Float64) CAS(old, new float64) bool { func
345 func (d *Duration) CAS(old, new time.Duration) bool { func
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
304 func (f *Float64) CAS(old, new float64) bool { func
345 func (d *Duration) CAS(old, new time.Duration) bool { func
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
304 func (f *Float64) CAS(old, new float64) bool { func
345 func (d *Duration) CAS(old, new time.Duration) bool { func
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
304 func (f *Float64) CAS(old, new float64) bool { func
345 func (d *Duration) CAS(old, new time.Duration) bool { func
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/go.uber.org/atomic/
H A Datomic.go65 func (i *Int32) CAS(old, new int32) bool { func
113 func (i *Int64) CAS(old, new int64) bool { func
161 func (i *Uint32) CAS(old, new uint32) bool { func
209 func (i *Uint64) CAS(old, new uint64) bool { func
237 func (b *Bool) CAS(old, new bool) bool { func
304 func (f *Float64) CAS(old, new float64) bool { func
345 func (d *Duration) CAS(old, new time.Duration) bool { func

12345678910>>...22