const hash/fnv.offset128Lower
5 uses
hash/fnv (current package)
fnv.go#L33: offset128Lower = 0x62b821756295c58d
fnv.go#L74: s[1] = offset128Lower
fnv.go#L83: s[1] = offset128Lower
fnv.go#L91: func (s *sum128) Reset() { s[0] = offset128Higher; s[1] = offset128Lower }
fnv.go#L92: func (s *sum128a) Reset() { s[0] = offset128Higher; s[1] = offset128Lower }
 |
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. |