Home
last modified time | relevance | path

Searched defs:xxhash64 (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/internal/zstd/
Dxxhash.go21 type xxhash64 struct { struct
22 len uint64 // total length hashed
23 v [4]uint64 // accumulators
24 buf [32]byte // buffer
25 cnt int // number of bytes in buffer
30 func (xh *xxhash64) reset() {
51 func (xh *xxhash64) update(b []byte) {
85 func (xh *xxhash64) digest() uint64 {
135 func (xh *xxhash64) round(v, n uint64) uint64 {
143 func (xh *xxhash64) mergeRound(v, n uint64) uint64 {