func github.com/cespare/xxhash/v2.appendUint64

6 uses

	github.com/cespare/xxhash/v2 (current package)
		xxhash.go#L171: 	b = appendUint64(b, d.v1)
		xxhash.go#L172: 	b = appendUint64(b, d.v2)
		xxhash.go#L173: 	b = appendUint64(b, d.v3)
		xxhash.go#L174: 	b = appendUint64(b, d.v4)
		xxhash.go#L175: 	b = appendUint64(b, d.total)
		xxhash.go#L201: func appendUint64(b []byte, x uint64) []byte {