Home
last modified time | relevance | path

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

/frameworks/native/include/utils/
DBitSet.h70 inline uint32_t lastMarkedBit() const { return 31 - __builtin_ctz(value); } in lastMarkedBit() function
91 uint32_t n = lastMarkedBit(); in clearLastMarkedBit()