Searched defs:clearLastMarkedBit (Results 1 - 2 of 2) sorted by relevance

/system/core/include/utils/
H A DBitSet.h114 inline uint32_t clearLastMarkedBit() { return clearLastMarkedBit(value); } function in struct:android::BitSet32
116 static inline uint32_t clearLastMarkedBit(uint32_t& value) { function in struct:android::BitSet32
256 inline uint32_t clearLastMarkedBit() { return clearLastMarkedBit(value); } function in struct:android::BitSet64
258 static inline uint32_t clearLastMarkedBit(uint64_t& value) { function in struct:android::BitSet64
/system/core/libutils/include/utils/
H A DBitSet.h114 inline uint32_t clearLastMarkedBit() { return clearLastMarkedBit(value); } function in struct:android::BitSet32
116 static inline uint32_t clearLastMarkedBit(uint32_t& value) { function in struct:android::BitSet32
256 inline uint32_t clearLastMarkedBit() { return clearLastMarkedBit(value); } function in struct:android::BitSet64
258 static inline uint32_t clearLastMarkedBit(uint64_t& value) { function in struct:android::BitSet64

Completed in 62 milliseconds