github.com/cespare/xxhash/v2.Digest.total (field)
8 uses
github.com/cespare/xxhash/v2 (current package)
xxhash.go#L39: total uint64
xxhash.go#L57: d.total = 0
xxhash.go#L70: d.total += uint64(n)
xxhash.go#L123: if d.total >= 32 {
xxhash.go#L134: h += d.total
xxhash.go#L175: b = appendUint64(b, d.total)
xxhash.go#L194: b, d.total = consumeUint64(b)
xxhash.go#L197: d.n = int(d.total % uint64(len(d.mem)))
![]() |
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. |