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.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. |