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

Function load32

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

Source from the content-addressed store, hash-verified

15)
16
17func load32(b []byte, i int) uint32 {
18 return le.Load32(b, i)
19}
20
21func load64(b []byte, i int) uint64 {
22 return le.Load64(b, i)

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

Load32Function · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…