Home
last modified time | relevance | path

Searched refs:rol27 (Results 1 – 25 of 260) sorted by relevance

1234567891011

/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/
H A Drotate.go13 func rol27(x uint64) uint64 { return (x << 27) | (x >> (64 - 27)) } func
H A Drotate19.go13 func rol27(x uint64) uint64 { return bits.RotateLeft64(x, 27) } func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/cespare/xxhash/
H A Drotate.go13 func rol27(x uint64) uint64 { return (x << 27) | (x >> (64 - 27)) } func
H A Drotate19.go13 func rol27(x uint64) uint64 { return bits.RotateLeft64(x, 27) } func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cespare/xxhash/
H A Drotate.go13 func rol27(x uint64) uint64 { return (x << 27) | (x >> (64 - 27)) } func
H A Drotate19.go13 func rol27(x uint64) uint64 { return bits.RotateLeft64(x, 27) } func
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/cespare/xxhash/
H A Drotate.go13 func rol27(x uint64) uint64 { return (x << 27) | (x >> (64 - 27)) } func
H A Drotate19.go13 func rol27(x uint64) uint64 { return bits.RotateLeft64(x, 27) } func
/dports/net/croc/croc-9.5.0/vendor/github.com/cespare/xxhash/
H A Drotate.go13 func rol27(x uint64) uint64 { return (x << 27) | (x >> (64 - 27)) } func
H A Drotate19.go13 func rol27(x uint64) uint64 { return bits.RotateLeft64(x, 27) } func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/vendor/github.com/cespare/xxhash/
H A Drotate.go13 func rol27(x uint64) uint64 { return (x << 27) | (x >> (64 - 27)) } func
H A Drotate19.go13 func rol27(x uint64) uint64 { return bits.RotateLeft64(x, 27) } func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/
H A Drotate.go13 func rol27(x uint64) uint64 { return (x << 27) | (x >> (64 - 27)) } func
H A Drotate19.go13 func rol27(x uint64) uint64 { return bits.RotateLeft64(x, 27) } func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/cespare/xxhash/
H A Drotate.go13 func rol27(x uint64) uint64 { return (x << 27) | (x >> (64 - 27)) } func
H A Drotate19.go13 func rol27(x uint64) uint64 { return bits.RotateLeft64(x, 27) } func
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/cespare/xxhash/
H A Drotate.go13 func rol27(x uint64) uint64 { return (x << 27) | (x >> (64 - 27)) } func
H A Drotate19.go13 func rol27(x uint64) uint64 { return bits.RotateLeft64(x, 27) } func
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/cespare/xxhash/
H A Drotate.go13 func rol27(x uint64) uint64 { return (x << 27) | (x >> (64 - 27)) } func
H A Drotate19.go13 func rol27(x uint64) uint64 { return bits.RotateLeft64(x, 27) } func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/cespare/xxhash/
H A Drotate.go13 func rol27(x uint64) uint64 { return (x << 27) | (x >> (64 - 27)) } func
H A Drotate19.go13 func rol27(x uint64) uint64 { return bits.RotateLeft64(x, 27) } func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/
H A Drotate.go13 func rol27(x uint64) uint64 { return (x << 27) | (x >> (64 - 27)) } func
H A Drotate19.go13 func rol27(x uint64) uint64 { return bits.RotateLeft64(x, 27) } func
/dports/security/vuls/vuls-0.13.7/vendor/github.com/cespare/xxhash/v2/
H A Dxxhash.go140 h = rol27(h)*prime1 + prime4
235 func rol27(x uint64) uint64 { return bits.RotateLeft64(x, 27) } func

1234567891011