Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/accounting/
H A Dcard_table-inl.h49 const uintptr_t new_word = cur_word | (static_cast<uintptr_t>(new_value) << shift_in_bits); in byte_cas()
50 return word_atomic->CompareAndSetWeakRelaxed(old_word, new_word); in byte_cas()
181 uintptr_t new_word; in ModifyCardsAtomic() member
197 if (LIKELY(atomic_word->CompareAndSetWeakRelaxed(expected_word, new_word))) { in ModifyCardsAtomic()
/aosp12/system/media/camera/docs/
H A Dmetadata_helpers.py1473 new_word = re.sub(r"([a-z])([A-Z])", r"\1<wbr>\2", words)
1474 new_txt = new_txt.replace(words, new_word)