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

/system/core/include/utils/
H A DBitSet.h78 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); }
84 static inline uint32_t firstUnmarkedBit(uint32_t value) { return clz_checked(~ value); }
152 static inline uint32_t clz_checked(uint32_t value) { function in struct:android::BitSet32

Completed in 25 milliseconds