MCPcopy Create free account

hub / github.com/dgryski/go-xxh3 / functions

Functions27 in github.com/dgryski/go-xxh3

↓ 26 callersFunctionXXH_mult32to64
(a uint32, b uint64)
xxh3.go:11
↓ 18 callersFunctionXXH3_accumulate_512
= unsafe.Sizeof(uint64)
xxh3.go:111
↓ 8 callersFunctionXXH3_mix16B
(data []byte, key []uint32)
xxh3.go:286
↓ 5 callersFunctionXXH3_avalanche
(h64 uint64)
xxh3.go:53
↓ 4 callersFunctionXXH3_mix2Accs
(acc []uint64, key []uint32)
xxh3.go:294
↓ 4 callersFunctionXXH_readLE64
(ptr []byte)
xxh3.go:51
↓ 3 callersFunctionXXH3_mul128
(ll1, ll2 uint64)
xxh3.go:38
↓ 3 callersFunctionasUint64s
(k []uint32)
xxh3.go:31
↓ 2 callersFunctionXXH3_64bits_withSeed
(data []byte, seed uint64)
xxh3.go:321
↓ 2 callersFunctionXXH3_readKey64
(ptr []uint64)
xxh3.go:80
↓ 2 callersFunctionbenchmarkHash
(b *testing.B, h func(p []byte, k uint64) uint64)
bench_test.go:49
↓ 1 callersFunctionHash
(data []byte, seed uint64)
xxh3.go:361
↓ 1 callersFunctionXXH3_accumulate
(acc []uint64, data []byte, key []uint32, nbStripes int)
xxh3.go:256
↓ 1 callersFunctionXXH3_accumulate_full
(acc []uint64, data []byte, key []uint32, nbStripes int)
xxh3.go:231
↓ 1 callersFunctionXXH3_hashLong
(acc []uint64, data []byte)
xxh3.go:263
↓ 1 callersFunctionXXH3_hashLong_64b
(data []byte, seed uint64)
xxh3.go:312
↓ 1 callersFunctionXXH3_len_0to16_64b
(data []byte, seed uint64)
xxh3.go:92
↓ 1 callersFunctionXXH3_len_1to3_64b
(data []byte, seed uint64)
xxh3.go:60
↓ 1 callersFunctionXXH3_len_4to8_64b
(data []byte, seed uint64)
xxh3.go:71
↓ 1 callersFunctionXXH3_len_9to16_64b
(data []byte, seed uint64)
xxh3.go:82
↓ 1 callersFunctionXXH3_mergeAccs
(acc []uint64, key []uint32, start uint64)
xxh3.go:301
↓ 1 callersFunctionXXH3_scrambleAcc
(acc []uint64, key []uint32)
xxh3.go:171
↓ 1 callersFunctionleveldbHash
(b []byte)
bench_test.go:19
FunctionBenchmarkHash
(b *testing.B)
bench_test.go:11
FunctionBenchmarkLevelDB
(b *testing.B)
bench_test.go:13
FunctionTestXXH3
(t *testing.T)
xxh3_test.go:1033
FunctionXXH3_64bits
(data []byte)
xxh3.go:357