/external/harfbuzz_ng/src/ |
D | hb-atomic-private.hh | 54 #define hb_atomic_ptr_cmpexch(P,O,N) (InterlockedCompareExchangePointer ((void **) (P), (void *) (N… macro 71 #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwapPtrBarrier ((void *) (O), (void *) (N), … macro 74 #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (… macro 76 #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap32Barrier ((int32_t) (O), (int32_t) (… macro 87 #define hb_atomic_ptr_cmpexch(P,O,N) __sync_bool_compare_and_swap ((P), (O), (N)) macro 99 #define hb_atomic_ptr_cmpexch(P,O,N) ( ({__machine_rw_barrier ();}), atomic_cas_ptr ((void **) (P),… macro 109 #define hb_atomic_ptr_cmpexch(P,O,N) (* (void * volatile *) (P) == (void *) (O) ? (* (void * volati… macro 118 #define hb_atomic_ptr_cmpexch(P,O,N) (* (void **) (P) == (void *) (O) ? (* (void **) (P) = (void *)… macro
|
D | hb-shaper.cc | 60 (void) hb_atomic_ptr_cmpexch (&static_shapers, NULL, &all_shapers[0]); in _hb_shapers_get() 67 (void) hb_atomic_ptr_cmpexch (&static_shapers, NULL, &all_shapers[0]); in _hb_shapers_get() 98 if (!hb_atomic_ptr_cmpexch (&static_shapers, NULL, shapers)) { in _hb_shapers_get()
|
D | hb-common.cc | 226 if (!hb_atomic_ptr_cmpexch (&langs, first_lang, lang)) { in lang_find_or_insert() 273 hb_atomic_ptr_cmpexch (&default_language, HB_LANGUAGE_INVALID, language); in hb_language_get_default()
|
D | hb-shaper-private.hh | 97 if (!hb_atomic_ptr_cmpexch (&HB_SHAPER_DATA (shaper, object), NULL, data)) { \
|
D | hb-shape.cc | 233 if (!hb_atomic_ptr_cmpexch (&static_shaper_list, NULL, shaper_list)) { in hb_shape_list_shapers()
|
D | hb-shape-plan.cc | 298 if (!hb_atomic_ptr_cmpexch (&face->shape_plans, cached_plan_nodes, node)) { in hb_shape_plan_create_cached()
|
D | hb-icu.cc | 366 hb_atomic_ptr_cmpexch (&normalizer, NULL, unorm2_getNFCInstance (&icu_err)); in hb_icu_get_unicode_funcs()
|
D | hb-ot-shape-complex-arabic.cc | 333 …if (unlikely (!hb_atomic_ptr_cmpexch (&(const_cast<arabic_shape_plan_t *> (arabic_plan))->fallback… in arabic_fallback_shape()
|
D | hb-ft.cc | 417 if (!hb_atomic_ptr_cmpexch (&ft_library, NULL, library)) { in get_ft_library()
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-atomic-private.hh | 62 #define hb_atomic_ptr_cmpexch(P,O,N) (InterlockedCompareExchangePointer ((void **) (P), (void *) (N… macro 79 #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwapPtrBarrier ((void *) (O), (void *) (N), … macro 82 #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (… macro 84 #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap32Barrier ((int32_t) (O), (int32_t) (… macro 95 #define hb_atomic_ptr_cmpexch(P,O,N) __sync_bool_compare_and_swap ((P), (O), (N)) macro 107 #define hb_atomic_ptr_cmpexch(P,O,N) ( ({__machine_rw_barrier ();}), atomic_cas_ptr ((void **) (P),… macro 117 #define hb_atomic_ptr_cmpexch(P,O,N) (* (void * volatile *) (P) == (void *) (O) ? (* (void * volati… macro 126 #define hb_atomic_ptr_cmpexch(P,O,N) (* (void **) (P) == (void *) (O) ? (* (void **) (P) = (void *)… macro
|
D | hb-shaper.cc | 60 (void) hb_atomic_ptr_cmpexch (&static_shapers, NULL, &all_shapers[0]); in _hb_shapers_get() 67 (void) hb_atomic_ptr_cmpexch (&static_shapers, NULL, &all_shapers[0]); in _hb_shapers_get() 98 if (!hb_atomic_ptr_cmpexch (&static_shapers, NULL, shapers)) { in _hb_shapers_get()
|
D | hb-common.cc | 267 if (!hb_atomic_ptr_cmpexch (&langs, first_lang, lang)) { in lang_find_or_insert() 346 hb_atomic_ptr_cmpexch (&default_language, HB_LANGUAGE_INVALID, language); in hb_language_get_default()
|
D | hb-shaper-private.hh | 97 if (!hb_atomic_ptr_cmpexch (&HB_SHAPER_DATA (shaper, object), NULL, data)) { \
|
D | hb-shape.cc | 264 if (!hb_atomic_ptr_cmpexch (&static_shaper_list, NULL, shaper_list)) { in hb_shape_list_shapers()
|
D | hb-shape-plan.cc | 392 if (!hb_atomic_ptr_cmpexch (&face->shape_plans, cached_plan_nodes, node)) { in hb_shape_plan_create_cached()
|
D | hb-icu.cc | 366 hb_atomic_ptr_cmpexch (&normalizer, NULL, unorm2_getNFCInstance (&icu_err)); in hb_icu_get_unicode_funcs()
|
D | hb-ot-shape-complex-arabic.cc | 351 …if (unlikely (!hb_atomic_ptr_cmpexch (&(const_cast<arabic_shape_plan_t *> (arabic_plan))->fallback… in arabic_fallback_shape()
|
D | hb-ft.cc | 453 if (!hb_atomic_ptr_cmpexch (&ft_library, NULL, library)) { in get_ft_library()
|
D | hb-uniscribe.cc | 246 if (!hb_atomic_ptr_cmpexch (&uniscribe_funcs, NULL, funcs)) { in hb_uniscribe_shaper_get_funcs()
|