Searched refs:lastMarkedBit (Results 1 – 1 of 1) sorted by relevance
70 inline uint32_t lastMarkedBit() const { return 31 - __builtin_ctz(value); } in lastMarkedBit() function91 uint32_t n = lastMarkedBit(); in clearLastMarkedBit()