OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_atomic_ptr_get
(Results
1 - 9
of
9
) sorted by null
/external/harfbuzz_ng/src/
hb-atomic-private.hh
53
#define
hb_atomic_ptr_get
(P) (MemoryBarrier (), (void *) *(P))
macro
69
#define
hb_atomic_ptr_get
(P) (OSMemoryBarrier (), (void *) *(P))
macro
86
#define
hb_atomic_ptr_get
(P) (void *) (__sync_synchronize (), *(P))
macro
98
#define
hb_atomic_ptr_get
(P) ( ({__machine_rw_barrier ();}), (void *) *(P))
macro
108
#define
hb_atomic_ptr_get
(P) ((void *) *(P))
macro
117
#define
hb_atomic_ptr_get
(P) ((void *) *(P))
macro
hb-shaper.cc
54
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
213
hb_language_item_t *first_lang = (hb_language_item_t *)
hb_atomic_ptr_get
(&langs);
270
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-plan.cc
282
hb_face_t::plan_node_t *cached_plan_nodes = (hb_face_t::plan_node_t *)
hb_atomic_ptr_get
(&face->shape_plans);
hb-shape.cc
216
const char **shaper_list = (const char **)
hb_atomic_ptr_get
(&static_shaper_list);
hb-ot-shape-complex-arabic.cc
328
arabic_fallback_plan_t *fallback_plan = (arabic_fallback_plan_t *)
hb_atomic_ptr_get
(&arabic_plan->fallback_plan);
hb-ft.cc
409
FT_Library library = (FT_Library)
hb_atomic_ptr_get
(&ft_library);
Completed in 2235 milliseconds