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

Function highBits

zstd/bitreader.go:133–135  ·  view source on GitHub ↗
(val uint32)

Source from the content-addressed store, hash-verified

131}
132
133func highBits(val uint32) (n uint32) {
134 return uint32(bits.Len32(val) - 1)
135}

Callers 3

initMethod · 0.70
buildDtableRefFunction · 0.70
buildDtableMethod · 0.70

Calls

no outgoing calls

Tested by 1

buildDtableRefFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…