MCPcopy
hub / github.com/klauspost/compress / load64

Function load64

s2/encode_all.go:21–23  ·  view source on GitHub ↗
(b []byte, i int)

Source from the content-addressed store, hash-verified

19}
20
21func load64(b []byte, i int) uint64 {
22 return le.Load64(b, i)
23}
24
25// hash6 returns the hash of the lowest 6 bytes of u to fit in a hash table with h bits.
26// Preferably h should be a constant and should always be <64.

Callers 15

encodeBlockBetterGoFunction · 0.70
encodeBlockBetterGo64KFunction · 0.70
encodeBlockBetterDictFunction · 0.70
encodeBlockGoFunction · 0.70
encodeBlockGo64KFunction · 0.70
encodeBlockSnappyGoFunction · 0.70
encodeBlockSnappyGo64KFunction · 0.70
encodeBlockDictGoFunction · 0.70
matchLenFunction · 0.70
calcBlockSizeFunction · 0.70

Calls 1

Load64Function · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…