Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-atomic.hh60 #define hb_atomic_int_impl_set_relaxed(AI, V) __atomic_store_n ((AI), (V), __ATOMIC_RELAXED) macro
88 #define hb_atomic_int_impl_set_relaxed(AI, V) (reinterpret_cast<std::atomic<std::decay<decltype (*(… macro
139 #define hb_atomic_int_impl_set_relaxed(AI, V) (*(AI) = (V)) macro