HomeSort by relevance Sort by last modified time
    Searched refs:hb_atomic_ptr_cmpexch (Results 1 - 15 of 15) sorted by null

  /external/harfbuzz_ng/src/
hb-shaper.cc 62 (void) hb_atomic_ptr_cmpexch (&static_shapers, nullptr, &all_shapers[0]);
69 (void) hb_atomic_ptr_cmpexch (&static_shapers, nullptr, &all_shapers[0]);
100 if (!hb_atomic_ptr_cmpexch (&static_shapers, nullptr, shapers)) {
hb-shaper-private.hh 103 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)) { \
hb-shape.cc 89 if (!hb_atomic_ptr_cmpexch (&static_shaper_list, nullptr, shaper_list)) {
hb-common.cc 286 if (!hb_atomic_ptr_cmpexch (&langs, first_lang, lang)) {
373 (void) hb_atomic_ptr_cmpexch (&default_language, HB_LANGUAGE_INVALID, language);
736 if (!hb_atomic_ptr_cmpexch (&C_locale, nullptr, C))
hb-atomic-private.hh 186 #define hb_atomic_ptr_cmpexch(P,O,N) hb_atomic_ptr_impl_cmpexch((P),(O),(N)) macro
hb-ucdn.cc 262 if (!hb_atomic_ptr_cmpexch (&static_ucdn_funcs, nullptr, funcs)) {
hb-icu.cc 370 (void) hb_atomic_ptr_cmpexch (&normalizer, nullptr, unorm2_getNFCInstance (&icu_err));
383 if (!hb_atomic_ptr_cmpexch (&static_icu_funcs, nullptr, funcs)) {
hb-glib.cc 394 if (!hb_atomic_ptr_cmpexch (&static_glib_funcs, nullptr, funcs)) {
hb-ot-font.cc 250 if (!hb_atomic_ptr_cmpexch (&static_ot_funcs, nullptr, funcs)) {
hb-ot-post-table.hh 159 if (!hb_atomic_ptr_cmpexch (&gids_sorted_by_name, nullptr, gids)) {
hb-ft.cc 457 if (!hb_atomic_ptr_cmpexch (&static_ft_funcs, nullptr, funcs)) {
692 if (!hb_atomic_ptr_cmpexch (&ft_library, nullptr, library)) {
hb-shape-plan.cc 554 if (!hb_atomic_ptr_cmpexch (&face->shape_plans, cached_plan_nodes, node)) {
hb-open-type-private.hh 1115 if (unlikely (!hb_atomic_ptr_cmpexch (const_cast<T **>(&instance), nullptr, p)))
1159 if (!hb_atomic_ptr_cmpexch (const_cast<T **>(&instance), nullptr, p))
hb-ot-shape-complex-arabic.cc 412 if (unlikely (!hb_atomic_ptr_cmpexch (&(const_cast<arabic_shape_plan_t *> (arabic_plan))->fallback_plan, nullptr, fallback_plan))) {
hb-uniscribe.cc 246 if (!hb_atomic_ptr_cmpexch (&uniscribe_funcs, nullptr, funcs)) {

Completed in 154 milliseconds