Searched defs:xxhash64 (Results 1 – 1 of 1) sorted by relevance
21 type xxhash64 struct { struct22 len uint64 // total length hashed23 v [4]uint64 // accumulators24 buf [32]byte // buffer25 cnt int // number of bytes in buffer30 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 {