MCPcopy
hub / github.com/RoaringBitmap/roaring / lowbits

Function lowbits

util.go:118–120  ·  view source on GitHub ↗
(x uint32)

Source from the content-addressed store, hash-verified

116}
117
118func lowbits(x uint32) uint16 {
119 return uint16(x & maxLowBit)
120}
121
122func combineLoHi16(lob uint16, hob uint16) uint32 {
123 return combineLoHi32(uint32(lob), uint32(hob))

Callers 15

AdvanceIfNeededMethod · 0.70
AdvanceIfNeededMethod · 0.70
ContainsMethod · 0.70
AddMethod · 0.70
addwithptrMethod · 0.70
CheckedAddMethod · 0.70
RemoveMethod · 0.70
CheckedRemoveMethod · 0.70
RankMethod · 0.70
CardinalityInRangeMethod · 0.70
AddManyMethod · 0.70
FlipMethod · 0.70

Calls

no outgoing calls

Tested by 1

TestLobHobFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…