Searched refs:cmpexch (Results 1 – 11 of 11) sorted by relevance
/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()
|
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/perf/texts/ |
D | en-words.txt | 1946 cmpexch
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 30395 (void) default_language.cmpexch (HB_LANGUAGE_INVALID, language);
|