Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DBitSet.h126 inline uint32_t getIndexOfBit(uint32_t n) const { in getIndexOfBit() function
130 static inline uint32_t getIndexOfBit(uint32_t value, uint32_t n) { in getIndexOfBit() function
268 inline uint32_t getIndexOfBit(uint32_t n) const { return getIndexOfBit(value, n); } in getIndexOfBit() function
270 static inline uint32_t getIndexOfBit(uint64_t value, uint32_t n) { in getIndexOfBit() function