Searched refs:clearLastMarkedBit (Results 1 - 3 of 3) 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
/system/core/libutils/tests/
H A DBitSet_test.cpp119 b1.clearLastMarkedBit();
124 b1.clearLastMarkedBit();
241 b1.clearLastMarkedBit();
246 b1.clearLastMarkedBit();

Completed in 70 milliseconds