Home
last modified time | relevance | path

Searched refs:hb_atomic_int_impl_get_relaxed (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-atomic.hh61 #define hb_atomic_int_impl_get_relaxed(AI) __atomic_load_n ((AI), __ATOMIC_RELAXED) macro
88 #define hb_atomic_int_impl_get_relaxed(AI) (reinterpret_cast<std::atomic<int> *> (AI)->load (std::m… macro
246 #ifndef hb_atomic_int_impl_get_relaxed
247 #define hb_atomic_int_impl_get_relaxed(AI) (*(AI)) macro
272 int get_relaxed () const { return hb_atomic_int_impl_get_relaxed (&v); } in get_relaxed()