func runtime.readUnaligned64
11 uses
runtime (current package)
alg.go#L363: func readUnaligned64(p unsafe.Pointer) uint64 {
hash64.go#L38: h ^= readUnaligned64(p)
hash64.go#L40: h ^= readUnaligned64(add(p, s-8))
hash64.go#L43: h ^= readUnaligned64(p)
hash64.go#L45: h ^= readUnaligned64(add(p, 8))
hash64.go#L47: h ^= readUnaligned64(add(p, s-16))
hash64.go#L49: h ^= readUnaligned64(add(p, s-8))
hash64.go#L57: v1 ^= readUnaligned64(p)
hash64.go#L60: v2 ^= readUnaligned64(p)
hash64.go#L63: v3 ^= readUnaligned64(p)
hash64.go#L66: v4 ^= readUnaligned64(p)
![]() |
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. |