func github.com/klauspost/compress/zstd/internal/xxhash.Sum64
5 uses
github.com/klauspost/compress/zstd/internal/xxhash (current package)
xxhash_asm.go#L13: func Sum64(b []byte) uint64
xxhash_safe.go#L5: return Sum64([]byte(s))
github.com/klauspost/compress/zstd
blockdec.go#L258: println("Decompressed to total", len(b.dst), "bytes, hash:", xxhash.Sum64(b.dst), "error:", err)
blockdec.go#L626: println("Literals:", len(seqs.literals), "hash:", xxhash.Sum64(seqs.literals), "and", seqs.nSeqs, "sequences.")
decoder.go#L458: binary.LittleEndian.PutUint32(tmp[:], uint32(xxhash.Sum64(next.b)))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |