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)))