type hash/fnv.sum32a
12 uses
hash/fnv (current package)
fnv.go#L23: sum32a uint32
fnv.go#L51: var s sum32a = offset32
fnv.go#L88: func (s *sum32a) Reset() { *s = offset32 }
fnv.go#L95: func (s *sum32a) Sum32() uint32 { return uint32(*s) }
fnv.go#L109: func (s *sum32a) Write(data []byte) (int, error) {
fnv.go#L112: hash ^= sum32a(c)
fnv.go#L166: func (s *sum32a) Size() int { return 4 }
fnv.go#L173: func (s *sum32a) BlockSize() int { return 1 }
fnv.go#L184: func (s *sum32a) Sum(in []byte) []byte {
fnv.go#L232: func (s *sum32a) MarshalBinary() ([]byte, error) {
fnv.go#L281: func (s *sum32a) UnmarshalBinary(b []byte) error {
fnv.go#L288: *s = sum32a(readUint32(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. |