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

/system/core/include/utils/
H A DBitSet.h90 static inline uint32_t lastMarkedBit(uint32_t value) { return 31 - ctz_checked(value); }
160 static inline uint32_t ctz_checked(uint32_t value) { function in struct:android::BitSet32

Completed in 52 milliseconds