Searched refs:firstMarkedBit (Results 1 – 2 of 2) sorted by relevance
83 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function85 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function104 uint32_t n = firstMarkedBit(value); in clearFirstMarkedBit()227 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function229 static inline uint32_t firstMarkedBit(uint64_t value) { in firstMarkedBit() function254 uint32_t n = firstMarkedBit(value); in clearFirstMarkedBit()
40 [](T bs, uint32_t) -> void { bs.firstMarkedBit(); }, in getOperationsForType()