Searched refs:new_byte (Results 1 – 1 of 1) sorted by relevance
200 const uint8_t new_byte = new_bytes[i]; in ModifyCardsAtomic() local201 if (expected_byte != new_byte) { in ModifyCardsAtomic()202 modified(reinterpret_cast<uint8_t*>(word_cur) + i, expected_byte, new_byte); in ModifyCardsAtomic()