Searched defs:hb_atomic_int_impl_get_relaxed (Results 1 – 3 of 3) 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<int> const *> (AI)->load (… macro124 #define hb_atomic_int_impl_get_relaxed(AI) (*(AI)) macro
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<int> const *> (AI)->load (… macro132 #define hb_atomic_int_impl_get_relaxed(AI) (*(AI)) macro
62 #define hb_atomic_int_impl_get_relaxed(AI) __atomic_load_n ((AI), __ATOMIC_RELAXED) macro89 #define hb_atomic_int_impl_get_relaxed(AI) (reinterpret_cast<std::atomic<int> const *> (AI)->load (… macro248 #define hb_atomic_int_impl_get_relaxed(AI) (*(AI)) macro