Searched refs:ctz_checked (Results 1 – 1 of 1) sorted by relevance
97 static inline uint32_t lastMarkedBit(uint32_t value) { return 31 - ctz_checked(value); } in lastMarkedBit()167 static inline uint32_t ctz_checked(uint32_t value) { in ctz_checked() function