type hash/fnv.sum64a
12 uses
hash/fnv (current package)
fnv.go#L25: sum64a uint64
fnv.go#L65: var s sum64a = offset64
fnv.go#L90: func (s *sum64a) Reset() { *s = offset64 }
fnv.go#L97: func (s *sum64a) Sum64() uint64 { return uint64(*s) }
fnv.go#L129: func (s *sum64a) Write(data []byte) (int, error) {
fnv.go#L132: hash ^= sum64a(c)
fnv.go#L168: func (s *sum64a) Size() int { return 8 }
fnv.go#L175: func (s *sum64a) BlockSize() int { return 1 }
fnv.go#L194: func (s *sum64a) Sum(in []byte) []byte {
fnv.go#L247: func (s *sum64a) MarshalBinary() ([]byte, error) {
fnv.go#L303: func (s *sum64a) UnmarshalBinary(b []byte) error {
fnv.go#L310: *s = sum64a(readUint64(b[4:]))
 |
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. |