Searched refs:clearLastMarkedBit (Results 1 – 3 of 3) sorted by relevance
121 inline uint32_t clearLastMarkedBit() { return clearLastMarkedBit(value); } in clearLastMarkedBit() function123 static inline uint32_t clearLastMarkedBit(uint32_t& value) { in clearLastMarkedBit() function271 inline uint32_t clearLastMarkedBit() { return clearLastMarkedBit(value); } in clearLastMarkedBit() function273 static inline uint32_t clearLastMarkedBit(uint64_t& value) { in clearLastMarkedBit() function
119 b1.clearLastMarkedBit(); in TEST_F()124 b1.clearLastMarkedBit(); in TEST_F()241 b1.clearLastMarkedBit(); in TEST_F()246 b1.clearLastMarkedBit(); in TEST_F()
35 [](T bs, uint32_t) -> void { bs.clearLastMarkedBit(); }, in getOperationsForType()