github.com/cespare/xxhash/v2.Digest.v3 (field)
8 uses
github.com/cespare/xxhash/v2 (current package)
xxhash.go#L37: v3 uint64
xxhash.go#L55: d.v3 = 0
xxhash.go#L84: d.v3 = round(d.v3, u64(d.mem[16:24]))
xxhash.go#L124: v1, v2, v3, v4 := d.v1, d.v2, d.v3, d.v4
xxhash.go#L131: h = d.v3 + prime5
xxhash.go#L173: b = appendUint64(b, d.v3)
xxhash.go#L192: b, d.v3 = consumeUint64(b)
![]() |
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. |