Home
last modified time | relevance | path

Searched defs:rotl32_1 (Results 1 – 3 of 3) sorted by relevance

/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/vendor/github.com/OneOfOne/xxhash/
H A Dxxhash.go148 func rotl32_1(x uint32) uint32 { return (x << 1) | (x >> (32 - 1)) } func
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/OneOfOne/xxhash/
H A Dxxhash.go148 func rotl32_1(x uint32) uint32 { return (x << 1) | (x >> (32 - 1)) } func
/dports/net/croc/croc-9.5.0/vendor/github.com/OneOfOne/xxhash/
H A Dxxhash.go143 func rotl32_1(x uint32) uint32 { return (x << 1) | (x >> (32 - 1)) } func