HomeSort by relevance Sort by last modified time
    Searched full:clz_checked (Results 1 - 1 of 1) sorted by null

  /system/core/libutils/include/utils/
BitSet.h 80 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); }
86 static inline uint32_t firstUnmarkedBit(uint32_t value) { return clz_checked(~ value); }
154 static inline uint32_t clz_checked(uint32_t value) { function in struct:android::BitSet32

Completed in 4546 milliseconds