Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-atomic.hh66 #define hb_atomic_ptr_impl_get_relaxed(P) __atomic_load_n ((P), __ATOMIC_RELAXED) macro
94 #define hb_atomic_ptr_impl_get_relaxed(P) (reinterpret_cast<std::atomic<void*> const *> (P)->load (… macro
130 #ifndef hb_atomic_ptr_impl_get_relaxed
131 #define hb_atomic_ptr_impl_get_relaxed(P) (*(P)) macro
169 T *get_relaxed () const { return (T *) hb_atomic_ptr_impl_get_relaxed (&v); } in get_relaxed()
/third_party/harfbuzz/src/
Dhb-atomic.hh66 #define hb_atomic_ptr_impl_get_relaxed(P) __atomic_load_n ((P), __ATOMIC_RELAXED) macro
94 #define hb_atomic_ptr_impl_get_relaxed(P) (reinterpret_cast<std::atomic<void*> const *> (P)->load (… macro
138 #ifndef hb_atomic_ptr_impl_get_relaxed
139 #define hb_atomic_ptr_impl_get_relaxed(P) (*(P)) macro
177 T *get_relaxed () const { return (T *) hb_atomic_ptr_impl_get_relaxed (&v); } in get_relaxed()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-atomic.hh66 #define hb_atomic_ptr_impl_get_relaxed(P) __atomic_load_n ((P), __ATOMIC_RELAXED) macro
93 #define hb_atomic_ptr_impl_get_relaxed(P) (reinterpret_cast<std::atomic<void*> const *> (P)->load (… macro
254 #ifndef hb_atomic_ptr_impl_get_relaxed
255 #define hb_atomic_ptr_impl_get_relaxed(P) (*(P)) macro
290 T *get_relaxed () const { return (T *) hb_atomic_ptr_impl_get_relaxed (&v); } in get_relaxed()