MCPcopy Create free account
hub / github.com/RoaringBitmap/roaring / lowbits

Function lowbits

roaring64/util.go:9–11  ·  view source on GitHub ↗
(x uint64)

Source from the content-addressed store, hash-verified

7}
8
9func lowbits(x uint64) uint32 {
10 return uint32(x & maxLowBit)
11}
12
13const maxLowBit = roaring.MaxUint32
14const maxUint32 = roaring.MaxUint32

Callers 12

ContainsMethod · 0.70
AddMethod · 0.70
CheckedAddMethod · 0.70
RemoveMethod · 0.70
CheckedRemoveMethod · 0.70
RankMethod · 0.70
AddManyMethod · 0.70
FlipMethod · 0.70
AddRangeMethod · 0.70
RemoveRangeMethod · 0.70
FlipFunction · 0.70
AdvanceIfNeededMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…