Searched defs:hb_atomic_int_impl_add (Results 1 – 1 of 1) sorted by relevance
59 #define hb_atomic_int_impl_add(AI, V) __atomic_fetch_add ((AI), (V), __ATOMIC_ACQ_REL) macro87 #define hb_atomic_int_impl_add(AI, V) (reinterpret_cast<std::atomic<std::decay<decltype (*(AI))>::… macro107 #define hb_atomic_int_impl_add(AI, V) ((*(AI) += (V)) - (V)) macro