HomeSort by relevance Sort by last modified time
    Searched full:hb_atomic_ptr_get (Results 1 - 10 of 10) sorted by null

  /external/harfbuzz_ng/src/
hb-atomic-private.hh 64 #define hb_atomic_ptr_get(P) (_HBMemoryBarrier (), (void *) *(P)) macro
80 #define hb_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) macro
97 #define hb_atomic_ptr_get(P) (void *) (__sync_synchronize (), *(P)) macro
109 #define hb_atomic_ptr_get(P) ( ({__machine_rw_barrier ();}), (void *) *(P)) macro
119 #define hb_atomic_ptr_get(P) ((void *) *(P)) macro
128 #define hb_atomic_ptr_get(P) ((void *) *(P)) macro
hb-shaper.cc 56 hb_shaper_pair_t *shapers = (hb_shaper_pair_t *) hb_atomic_ptr_get (&static_shapers);
hb-shaper-private.hh 92 HB_SHAPER_DATA_TYPE (shaper, object) *data = (HB_SHAPER_DATA_TYPE (shaper, object) *) hb_atomic_ptr_get (&HB_SHAPER_DATA (shaper, object)); \
hb-common.cc 254 hb_language_item_t *first_lang = (hb_language_item_t *) hb_atomic_ptr_get (&langs);
345 hb_language_t language = (hb_language_t) hb_atomic_ptr_get (&default_language);
hb-icu.cc 363 if (!hb_atomic_ptr_get (&normalizer)) {
hb-shape.cc 303 const char **shaper_list = (const char **) hb_atomic_ptr_get (&static_shaper_list);
hb-ft.cc 485 FT_Library library = (FT_Library) hb_atomic_ptr_get (&ft_library);
hb-ot-shape-complex-arabic.cc 353 arabic_fallback_plan_t *fallback_plan = (arabic_fallback_plan_t *) hb_atomic_ptr_get (&arabic_plan->fallback_plan);
hb-shape-plan.cc 444 hb_face_t::plan_node_t *cached_plan_nodes = (hb_face_t::plan_node_t *) hb_atomic_ptr_get (&face->shape_plans);
hb-uniscribe.cc 239 hb_uniscribe_shaper_funcs_t *funcs = (hb_uniscribe_shaper_funcs_t *) hb_atomic_ptr_get (&uniscribe_funcs);

Completed in 744 milliseconds