OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_atomic_ptr_cmpexch
(Results
1 - 12
of
12
) sorted by null
/external/harfbuzz_ng/src/
hb-shaper.cc
62
(void)
hb_atomic_ptr_cmpexch
(&static_shapers, NULL, &all_shapers[0]);
69
(void)
hb_atomic_ptr_cmpexch
(&static_shapers, NULL, &all_shapers[0]);
100
if (!
hb_atomic_ptr_cmpexch
(&static_shapers, NULL, shapers)) {
hb-shape.cc
89
if (!
hb_atomic_ptr_cmpexch
(&static_shaper_list, NULL, shaper_list)) {
hb-shaper-private.hh
96
if (!
hb_atomic_ptr_cmpexch
(&HB_SHAPER_DATA (shaper, object), NULL, data)) { \
hb-atomic-private.hh
186
#define
hb_atomic_ptr_cmpexch
(P,O,N) hb_atomic_ptr_impl_cmpexch((P),(O),(N))
macro
hb-common.cc
267
if (!
hb_atomic_ptr_cmpexch
(&langs, first_lang, lang)) {
354
(void)
hb_atomic_ptr_cmpexch
(&default_language, HB_LANGUAGE_INVALID, language);
hb-icu.cc
367
(void)
hb_atomic_ptr_cmpexch
(&normalizer, NULL, unorm2_getNFCInstance (&icu_err));
hb-ft.cc
462
if (!
hb_atomic_ptr_cmpexch
(&static_ft_funcs, NULL, funcs)) {
686
if (!
hb_atomic_ptr_cmpexch
(&ft_library, NULL, library)) {
hb-shape-plan.cc
561
if (!
hb_atomic_ptr_cmpexch
(&face->shape_plans, cached_plan_nodes, node)) {
hb-open-type-private.hh
1099
if (unlikely (!
hb_atomic_ptr_cmpexch
(const_cast<T **>(&instance), NULL, p)))
1143
if (!
hb_atomic_ptr_cmpexch
(const_cast<T **>(&instance), NULL, p))
hb-ot-font.cc
601
if (!
hb_atomic_ptr_cmpexch
(&static_ot_funcs, NULL, funcs)) {
hb-ot-shape-complex-arabic.cc
407
if (unlikely (!
hb_atomic_ptr_cmpexch
(&(const_cast<arabic_shape_plan_t *> (arabic_plan))->fallback_plan, NULL, fallback_plan))) {
hb-uniscribe.cc
249
if (!
hb_atomic_ptr_cmpexch
(&uniscribe_funcs, NULL, funcs)) {
Completed in 862 milliseconds