Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A 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<std::decay<decltype (*(AI)… macro
142 #define hb_atomic_int_impl_get_relaxed(AI) (*(AI)) macro