Searched defs:hb_atomic_int_impl_get_relaxed (Results 1 – 1 of 1) sorted by relevance
62 #define hb_atomic_int_impl_get_relaxed(AI) __atomic_load_n ((AI), __ATOMIC_RELAXED) macro90 #define hb_atomic_int_impl_get_relaxed(AI) (reinterpret_cast<std::atomic<std::decay<decltype (*(AI)… macro142 #define hb_atomic_int_impl_get_relaxed(AI) (*(AI)) macro