Home
last modified time | relevance | path

Searched refs:clearLastMarkedBit (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/include/utils/
DBitSet.h114 inline uint32_t clearLastMarkedBit() { return clearLastMarkedBit(value); } in clearLastMarkedBit() function
116 static inline uint32_t clearLastMarkedBit(uint32_t& value) { in clearLastMarkedBit() function
256 inline uint32_t clearLastMarkedBit() { return clearLastMarkedBit(value); } in clearLastMarkedBit() function
258 static inline uint32_t clearLastMarkedBit(uint64_t& value) { in clearLastMarkedBit() function
/system/core/libutils/tests/
DBitSet_test.cpp119 b1.clearLastMarkedBit(); in TEST_F()
124 b1.clearLastMarkedBit(); in TEST_F()
241 b1.clearLastMarkedBit(); in TEST_F()
246 b1.clearLastMarkedBit(); in TEST_F()