func hash/fnv.readUint64
7 uses
hash/fnv (current package)
fnv.go#L299: *s = sum64(readUint64(b[4:]))
fnv.go#L310: *s = sum64a(readUint64(b[4:]))
fnv.go#L321: s[0] = readUint64(b[4:])
fnv.go#L322: s[1] = readUint64(b[12:])
fnv.go#L333: s[0] = readUint64(b[4:])
fnv.go#L334: s[1] = readUint64(b[12:])
fnv.go#L367: func readUint64(b []byte) 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. |