Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-shaper.cc62 (void) hb_atomic_ptr_cmpexch (&static_shapers, nullptr, &all_shapers[0]); in _hb_shapers_get()
69 (void) hb_atomic_ptr_cmpexch (&static_shapers, nullptr, &all_shapers[0]); in _hb_shapers_get()
100 if (!hb_atomic_ptr_cmpexch (&static_shapers, nullptr, shapers)) { in _hb_shapers_get()
Dhb-shaper-private.hh103 if (hb_atomic_ptr_cmpexch (&HB_SHAPER_DATA (shaper, object), data, nullptr)) { \
112 if (!hb_atomic_ptr_cmpexch (&HB_SHAPER_DATA (shaper, object), nullptr, data)) { \
Dhb-shape.cc89 if (!hb_atomic_ptr_cmpexch (&static_shaper_list, nullptr, shaper_list)) { in hb_shape_list_shapers()
Dhb-icu.cc370 (void) hb_atomic_ptr_cmpexch (&normalizer, nullptr, unorm2_getNFCInstance (&icu_err)); in hb_icu_get_unicode_funcs()
383 if (!hb_atomic_ptr_cmpexch (&static_icu_funcs, nullptr, funcs)) { in hb_icu_get_unicode_funcs()
Dhb-common.cc286 if (!hb_atomic_ptr_cmpexch (&langs, first_lang, lang)) { in lang_find_or_insert()
373 (void) hb_atomic_ptr_cmpexch (&default_language, HB_LANGUAGE_INVALID, language); in hb_language_get_default()
736 if (!hb_atomic_ptr_cmpexch (&C_locale, nullptr, C)) in get_C_locale()
Dhb-atomic-private.hh186 #define hb_atomic_ptr_cmpexch(P,O,N) hb_atomic_ptr_impl_cmpexch((P),(O),(N)) macro
Dhb-ucdn.cc262 if (!hb_atomic_ptr_cmpexch (&static_ucdn_funcs, nullptr, funcs)) { in hb_ucdn_get_unicode_funcs()
Dhb-ot-post-table.hh159 if (!hb_atomic_ptr_cmpexch (&gids_sorted_by_name, nullptr, gids)) { in get_glyph_from_name()
Dhb-ft.cc457 if (!hb_atomic_ptr_cmpexch (&static_ft_funcs, nullptr, funcs)) { in _hb_ft_font_set_funcs()
692 if (!hb_atomic_ptr_cmpexch (&ft_library, nullptr, library)) { in get_ft_library()
Dhb-glib.cc394 if (!hb_atomic_ptr_cmpexch (&static_glib_funcs, nullptr, funcs)) { in hb_glib_get_unicode_funcs()
Dhb-ot-font.cc250 if (!hb_atomic_ptr_cmpexch (&static_ot_funcs, nullptr, funcs)) { in _hb_ot_get_font_funcs()
Dhb-shape-plan.cc554 if (!hb_atomic_ptr_cmpexch (&face->shape_plans, cached_plan_nodes, node)) { in hb_shape_plan_create_cached2()
Dhb-open-type-private.hh1115 if (unlikely (!hb_atomic_ptr_cmpexch (const_cast<T **>(&instance), nullptr, p))) in get()
1159 if (!hb_atomic_ptr_cmpexch (const_cast<T **>(&instance), nullptr, p)) in get()
Dhb-ot-shape-complex-arabic.cc412 …if (unlikely (!hb_atomic_ptr_cmpexch (&(const_cast<arabic_shape_plan_t *> (arabic_plan))->fallback… in arabic_fallback_shape()
Dhb-uniscribe.cc246 if (!hb_atomic_ptr_cmpexch (&uniscribe_funcs, nullptr, funcs)) { in hb_uniscribe_shaper_get_funcs()