func runtime.readUnaligned32
6 uses
runtime (current package)
alg.go#L355: func readUnaligned32(p unsafe.Pointer) uint32 {
hash64.go#L34: h ^= uint64(readUnaligned32(p))
hash64.go#L35: h ^= uint64(readUnaligned32(add(p, s-4))) << 32
hash64.go#L83: v := uint64(readUnaligned32(p))
hash64.go#L95: h ^= uint64(readUnaligned32(p)) | uint64(readUnaligned32(add(p, 4)))<<32
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)