/external/harfbuzz_ng/src/ |
D | hb-atomic-private.hh | 65 #define hb_atomic_ptr_cmpexch(P,O,N) (InterlockedCompareExchangePointer ((void **) (P), (void *) (N… macro 82 #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwapPtrBarrier ((void *) (O), (void *) (N), … macro 85 #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (… macro 87 #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap32Barrier ((int32_t) (O), (int32_t) (… macro 98 #define hb_atomic_ptr_cmpexch(P,O,N) __sync_bool_compare_and_swap ((P), (O), (N)) macro 110 #define hb_atomic_ptr_cmpexch(P,O,N) ( ({__machine_rw_barrier ();}), atomic_cas_ptr ((void **) (P),… macro 120 #define hb_atomic_ptr_cmpexch(P,O,N) (* (void * volatile *) (P) == (void *) (O) ? (* (void * volati… macro 129 #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() 348 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 | 318 if (!hb_atomic_ptr_cmpexch (&static_shaper_list, NULL, shaper_list)) { in hb_shape_list_shapers()
|
D | hb-icu.cc | 366 hb_atomic_ptr_cmpexch (&normalizer, NULL, unorm2_getNFCInstance (&icu_err)); in hb_icu_get_unicode_funcs()
|
D | hb-shape-plan.cc | 440 if (!hb_atomic_ptr_cmpexch (&face->shape_plans, cached_plan_nodes, node)) { in hb_shape_plan_create_cached()
|
D | hb-ot-shape-complex-arabic.cc | 360 …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 | 243 if (!hb_atomic_ptr_cmpexch (&uniscribe_funcs, NULL, funcs)) { in hb_uniscribe_shaper_get_funcs()
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-atomic-private.hh | 65 #define hb_atomic_ptr_cmpexch(P,O,N) (InterlockedCompareExchangePointer ((void **) (P), (void *) (N… macro 82 #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwapPtrBarrier ((void *) (O), (void *) (N), … macro 85 #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (… macro 87 #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap32Barrier ((int32_t) (O), (int32_t) (… macro 98 #define hb_atomic_ptr_cmpexch(P,O,N) __sync_bool_compare_and_swap ((P), (O), (N)) macro 110 #define hb_atomic_ptr_cmpexch(P,O,N) ( ({__machine_rw_barrier ();}), atomic_cas_ptr ((void **) (P),… macro 120 #define hb_atomic_ptr_cmpexch(P,O,N) (* (void * volatile *) (P) == (void *) (O) ? (* (void * volati… macro 129 #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() 348 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 | 318 if (!hb_atomic_ptr_cmpexch (&static_shaper_list, NULL, shaper_list)) { in hb_shape_list_shapers()
|
D | hb-icu.cc | 366 hb_atomic_ptr_cmpexch (&normalizer, NULL, unorm2_getNFCInstance (&icu_err)); in hb_icu_get_unicode_funcs()
|
D | hb-shape-plan.cc | 468 if (!hb_atomic_ptr_cmpexch (&face->shape_plans, cached_plan_nodes, node)) { in hb_shape_plan_create_cached()
|
D | hb-ot-shape-complex-arabic.cc | 358 …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 | 243 if (!hb_atomic_ptr_cmpexch (&uniscribe_funcs, NULL, funcs)) { in hb_uniscribe_shaper_get_funcs()
|