/third_party/harfbuzz/src/ |
D | hb-machinery.hh | 185 if (unlikely (p && !cmpexch (p, nullptr))) in free_instance() 215 if (unlikely (!cmpexch (nullptr, p))) in get_stored() 228 bool cmpexch (Stored *current, Stored *value) const in cmpexch() function 231 return this->instance.cmpexch (current, value); in cmpexch()
|
D | hb-common.cc | 291 if (unlikely (!langs.cmpexch (first_lang, nullptr))) in free_langs() 325 if (unlikely (!langs.cmpexch (first_lang, lang))) in lang_find_or_insert() 423 (void) default_language.cmpexch (HB_LANGUAGE_INVALID, language); in hb_language_get_default()
|
D | hb-atomic.hh | 179 …bool cmpexch (const T *old, T *new_) const { return hb_atomic_ptr_impl_cmpexch ((void **) &v, (voi… in cmpexch() function
|
D | hb-ot-post-table.hh | 159 if (unlikely (!gids_sorted_by_name.cmpexch (nullptr, gids))) in get_glyph_from_name()
|
D | hb-object.hh | 310 if (unlikely (!obj->header.user_data.cmpexch (nullptr, user_data))) in hb_object_set_user_data()
|
D | hb-shape-plan.cc | 570 if (unlikely (!face->shape_plans.cmpexch (cached_plan_nodes, node))) in hb_shape_plan_create_cached2()
|
D | hb-graphite2.cc | 103 if (unlikely (!face_data->tlist.cmpexch (tlist, p))) in hb_graphite2_get_table()
|
D | hb-coretext.cc | 367 … if (likely (font->data.coretext.cmpexch (const_cast<hb_coretext_font_data_t *> (data), nullptr))) in hb_coretext_font_data_sync() 401 font->data.coretext.cmpexch (nullptr, (hb_coretext_font_data_t *) CFRetain (ct_font)); in hb_coretext_font_create()
|
D | hb-ot-shape-complex-arabic.cc | 402 if (unlikely (!arabic_plan->fallback_plan.cmpexch (nullptr, fallback_plan))) in arabic_fallback_shape()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-machinery.hh | 185 if (unlikely (p && !cmpexch (p, nullptr))) in free_instance() 215 if (unlikely (!cmpexch (nullptr, p))) in get_stored() 228 bool cmpexch (Stored *current, Stored *value) const in cmpexch() function 231 return this->instance.cmpexch (current, value); in cmpexch()
|
D | hb-common.cc | 288 if (unlikely (!langs.cmpexch (first_lang, nullptr))) in free_langs() 321 if (unlikely (!langs.cmpexch (first_lang, lang))) in lang_find_or_insert() 417 (void) default_language.cmpexch (HB_LANGUAGE_INVALID, language); in hb_language_get_default()
|
D | hb-atomic.hh | 171 …bool cmpexch (const T *old, T *new_) const { return hb_atomic_ptr_impl_cmpexch ((void **) &v, (voi… in cmpexch() function
|
D | hb-ot-post-table.hh | 177 if (unlikely (!gids_sorted_by_name.cmpexch (nullptr, gids))) in get_glyph_from_name()
|
D | hb-object.hh | 305 if (unlikely (!obj->header.user_data.cmpexch (nullptr, user_data))) in hb_object_set_user_data()
|
D | hb-shape-plan.cc | 570 if (unlikely (!face->shape_plans.cmpexch (cached_plan_nodes, node))) in hb_shape_plan_create_cached2()
|
D | hb-graphite2.cc | 103 if (unlikely (!face_data->tlist.cmpexch (tlist, p))) in hb_graphite2_get_table()
|
D | hb-coretext.cc | 405 … if (likely (font->data.coretext.cmpexch (const_cast<hb_coretext_font_data_t *> (data), nullptr))) in hb_coretext_font_data_sync() 439 font->data.coretext.cmpexch (nullptr, (hb_coretext_font_data_t *) CFRetain (ct_font)); in hb_coretext_font_create()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-machinery.hh | 196 if (unlikely (p && !cmpexch (p, nullptr))) in free_instance() 226 if (unlikely (!cmpexch (nullptr, p))) in get_stored() 239 bool cmpexch (Stored *current, Stored *value) const in cmpexch() function 242 return this->instance.cmpexch (current, value); in cmpexch()
|
D | hb-common.cc | 284 if (unlikely (!langs.cmpexch (first_lang, nullptr))) in free_langs() 318 if (unlikely (!langs.cmpexch (first_lang, lang))) in lang_find_or_insert() 414 (void) default_language.cmpexch (HB_LANGUAGE_INVALID, language); in hb_language_get_default()
|
D | hb-graphite2.cc | 95 if (unlikely (!face_data->tlist.cmpexch (tlist, p))) in hb_graphite2_get_table() 117 face_data->tlist.cmpexch(tlist, curr->next); in hb_graphite2_release_table()
|
D | hb-ot-post-table.hh | 162 if (unlikely (!gids_sorted_by_name.cmpexch (nullptr, gids))) in get_glyph_from_name()
|
D | hb-object.hh | 317 if (unlikely (!obj->header.user_data.cmpexch (nullptr, user_data))) in hb_object_set_user_data()
|
D | hb-shape-plan.cc | 494 if (unlikely (!face->shape_plans.cmpexch (cached_plan_nodes, node))) in hb_shape_plan_create_cached2()
|
D | hb-atomic.hh | 292 …bool cmpexch (const T *old, T *new_) const { return hb_atomic_ptr_impl_cmpexch ((void **) &v, (voi… in cmpexch() function
|
D | hb-coretext.cc | 360 … if (likely (font->data.coretext.cmpexch (const_cast<hb_coretext_font_data_t *> (data), nullptr))) in hb_coretext_font_data_sync() 387 font->data.coretext.cmpexch (nullptr, (hb_coretext_font_data_t *) CFRetain (ct_font)); in hb_coretext_font_create()
|