Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-atomic.hh62 #define hb_atomic_int_impl_get_relaxed(AI) __atomic_load_n ((AI), __ATOMIC_RELAXED) macro
90 #define hb_atomic_int_impl_get_relaxed(AI) (reinterpret_cast<std::atomic<int> const *> (AI)->load (… macro
123 #ifndef hb_atomic_int_impl_get_relaxed
124 #define hb_atomic_int_impl_get_relaxed(AI) (*(AI)) macro
151 int get_relaxed () const { return hb_atomic_int_impl_get_relaxed (&v); } in get_relaxed()
/third_party/harfbuzz/src/
Dhb-atomic.hh62 #define hb_atomic_int_impl_get_relaxed(AI) __atomic_load_n ((AI), __ATOMIC_RELAXED) macro
90 #define hb_atomic_int_impl_get_relaxed(AI) (reinterpret_cast<std::atomic<int> const *> (AI)->load (… macro
131 #ifndef hb_atomic_int_impl_get_relaxed
132 #define hb_atomic_int_impl_get_relaxed(AI) (*(AI)) macro
159 int get_relaxed () const { return hb_atomic_int_impl_get_relaxed (&v); } in get_relaxed()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-atomic.hh62 #define hb_atomic_int_impl_get_relaxed(AI) __atomic_load_n ((AI), __ATOMIC_RELAXED) macro
89 #define hb_atomic_int_impl_get_relaxed(AI) (reinterpret_cast<std::atomic<int> const *> (AI)->load (… macro
247 #ifndef hb_atomic_int_impl_get_relaxed
248 #define hb_atomic_int_impl_get_relaxed(AI) (*(AI)) macro
273 int get_relaxed () const { return hb_atomic_int_impl_get_relaxed (&v); } in get_relaxed()