Searched refs:lastMarkedBit (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/include/utils/
H A DBitSet.h70 inline uint32_t lastMarkedBit() const { return 31 - __builtin_ctz(value); } function in struct:android::BitSet32
91 uint32_t n = lastMarkedBit();

Completed in 243 milliseconds