Searched refs:lastMarkedBit (Results 1 – 2 of 2) sorted by relevance
95 inline uint32_t lastMarkedBit() const { return lastMarkedBit(value); } in lastMarkedBit() function97 static inline uint32_t lastMarkedBit(uint32_t value) { return 31 - ctz_checked(value); } in lastMarkedBit() function124 uint32_t n = lastMarkedBit(value); in clearLastMarkedBit()243 inline uint32_t lastMarkedBit() const { return lastMarkedBit(value); } in lastMarkedBit() function245 static inline uint32_t lastMarkedBit(uint64_t value) { in lastMarkedBit() function274 uint32_t n = lastMarkedBit(value); in clearLastMarkedBit()
41 [](T bs, uint32_t) -> void { bs.lastMarkedBit(); }, in getOperationsForType()