Searched defs:hb_atomic_ptr_impl_cmpexch (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-atomic.hh | 74 #define hb_atomic_ptr_impl_cmpexch(P,O,N) _hb_atomic_ptr_impl_cmplexch ((const void **) (P), (O), (… macro 102 #define hb_atomic_ptr_impl_cmpexch(P,O,N) _hb_atomic_ptr_impl_cmplexch ((const void **) (P), (O), (… macro 109 #define hb_atomic_ptr_impl_cmpexch(P,O,N) (* (void **) (P) == (void *) (O) ? (* (void **) (P) = (vo… macro
|