Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DBitSet.h92 static inline uint32_t lastMarkedBit(uint32_t value) { return 31 - ctz_checked(value); } in lastMarkedBit()
162 static inline uint32_t ctz_checked(uint32_t value) { in ctz_checked() function