Home
last modified time | relevance | path

Searched defs:hb_atomic_int_impl_add (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-atomic.hh59 #define hb_atomic_int_impl_add(AI, V) __atomic_fetch_add ((AI), (V), __ATOMIC_ACQ_REL) macro
87 #define hb_atomic_int_impl_add(AI, V) (reinterpret_cast<std::atomic<std::decay<decltype (*(AI))>::… macro
107 #define hb_atomic_int_impl_add(AI, V) ((*(AI) += (V)) - (V)) macro