Home
last modified time | relevance | path

Searched defs:firstMarkedBit (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/include/utils/
DBitSet.h83 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
85 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
227 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
229 static inline uint32_t firstMarkedBit(uint64_t value) { in firstMarkedBit() function