func runtime.rotl_31
15 uses
runtime (current package)
hash64.go#L32: h = rotl_31(h*m1) * m2
hash64.go#L36: h = rotl_31(h*m1) * m2
hash64.go#L39: h = rotl_31(h*m1) * m2
hash64.go#L41: h = rotl_31(h*m1) * m2
hash64.go#L44: h = rotl_31(h*m1) * m2
hash64.go#L46: h = rotl_31(h*m1) * m2
hash64.go#L48: h = rotl_31(h*m1) * m2
hash64.go#L50: h = rotl_31(h*m1) * m2
hash64.go#L58: v1 = rotl_31(v1*m1) * m2
hash64.go#L61: v2 = rotl_31(v2*m2) * m3
hash64.go#L64: v3 = rotl_31(v3*m3) * m4
hash64.go#L67: v4 = rotl_31(v4*m4) * m1
hash64.go#L86: h = rotl_31(h*m1) * m2
hash64.go#L96: h = rotl_31(h*m1) * m2
hash64.go#L106: func rotl_31(x uint64) uint64 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |