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)