Home
last modified time | relevance | path

Searched defs:getIndexOfBit (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/core/libutils/include/utils/
H A DBitSet.h131 inline uint32_t getIndexOfBit(uint32_t n) const { in getIndexOfBit() function
135 static inline uint32_t getIndexOfBit(uint32_t value, uint32_t n) { in getIndexOfBit() function
281 inline uint32_t getIndexOfBit(uint32_t n) const { return getIndexOfBit(value, n); } in getIndexOfBit() function
283 static inline uint32_t getIndexOfBit(uint64_t value, uint32_t n) { in getIndexOfBit() function