func sync/atomic.AndInt64

2 uses

	sync/atomic (current package)
		doc.go#L157: func AndInt64(addr *int64, mask int64) (old int64)
		type.go#L124: func (x *Int64) And(mask int64) (old int64) { return AndInt64(&x.v, mask) }