Home
last modified time | relevance | path

Searched refs:HB_STMT_END (Results 1 – 21 of 21) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-mutex-private.hh73 # define HB_SCHED_YIELD() HB_STMT_START {} HB_STMT_END
80 …l_lock(M) HB_STMT_START { while (__sync_lock_test_and_set((M), 1)) HB_SCHED_YIELD (); } HB_STMT_END
82 #define hb_mutex_impl_finish(M) HB_STMT_START {} HB_STMT_END
91 # define HB_SCHED_YIELD() HB_STMT_START {} HB_STMT_END
98 …efine hb_mutex_impl_lock(M) HB_STMT_START { while (*(M)) HB_SCHED_YIELD (); (*(M))++; } HB_STMT_END
100 #define hb_mutex_impl_finish(M) HB_STMT_START {} HB_STMT_END
107 #define hb_mutex_impl_init(M) HB_STMT_START {} HB_STMT_END
108 #define hb_mutex_impl_lock(M) HB_STMT_START {} HB_STMT_END
109 #define hb_mutex_impl_unlock(M) HB_STMT_START {} HB_STMT_END
110 #define hb_mutex_impl_finish(M) HB_STMT_START {} HB_STMT_END
Dhb-shape-plan.cc56 } HB_STMT_END in hb_shape_plan_plan()
287 } HB_STMT_END in hb_shape_plan_execute()
400 } HB_STMT_END in hb_shape_plan_create_cached()
Dhb-private.hh160 #define HB_STMT_END while (0) macro
200 } HB_STMT_END
531 #define hb_be_uint16_put(v,V) HB_STMT_START { v[0] = (V>>8); v[1] = (V); } HB_STMT_END
535 …2_put(v,V) HB_STMT_START { v[0] = (V>>24); v[1] = (V>>16); v[2] = (V>>8); v[3] = (V); } HB_STMT_END
539 …fine hb_be_uint24_put(v,V) HB_STMT_START { v[0] = (V>>16); v[1] = (V>>8); v[2] = (V); } HB_STMT_END
Dhb-ot-shape-complex-sea-machine.hh107 } HB_STMT_END
Dhb-ot-shape-complex-myanmar-machine.hh279 } HB_STMT_END
Dhb-ot-shape-complex-indic-machine.hh1544 } HB_STMT_END
Dhb-ot-shape-complex-sea-machine.rl77 } HB_STMT_END
Dhb-ot-shape-complex-myanmar-machine.rl103 } HB_STMT_END
Dhb-ot-shape-complex-indic-machine.rl107 } HB_STMT_END
Dhb-buffer-serialize.cc112 #define APPEND(s) HB_STMT_START { strcpy (p, s); p += strlen (s); } HB_STMT_END in _hb_buffer_serialize_glyphs_json()
Dhb-coretext.cc591 } HB_STMT_END; in _hb_coretext_shape()
Dhb-uniscribe.cc722 } HB_STMT_END; in _hb_uniscribe_shape()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-mutex-private.hh73 # define HB_SCHED_YIELD() HB_STMT_START {} HB_STMT_END
80 …l_lock(M) HB_STMT_START { while (__sync_lock_test_and_set((M), 1)) HB_SCHED_YIELD (); } HB_STMT_END
82 #define hb_mutex_impl_finish(M) HB_STMT_START {} HB_STMT_END
91 # define HB_SCHED_YIELD() HB_STMT_START {} HB_STMT_END
98 …efine hb_mutex_impl_lock(M) HB_STMT_START { while (*(M)) HB_SCHED_YIELD (); (*(M))++; } HB_STMT_END
100 #define hb_mutex_impl_finish(M) HB_STMT_START {} HB_STMT_END
107 #define hb_mutex_impl_init(M) HB_STMT_START {} HB_STMT_END
108 #define hb_mutex_impl_lock(M) HB_STMT_START {} HB_STMT_END
109 #define hb_mutex_impl_unlock(M) HB_STMT_START {} HB_STMT_END
110 #define hb_mutex_impl_finish(M) HB_STMT_START {} HB_STMT_END
Dhb-private.hh199 #define HB_STMT_END while (0) macro
239 } HB_STMT_END
570 #define hb_be_uint16_put(v,V) HB_STMT_START { v[0] = (V>>8); v[1] = (V); } HB_STMT_END
574 …2_put(v,V) HB_STMT_START { v[0] = (V>>24); v[1] = (V>>16); v[2] = (V>>8); v[3] = (V); } HB_STMT_END
578 …fine hb_be_uint24_put(v,V) HB_STMT_START { v[0] = (V>>16); v[1] = (V>>8); v[2] = (V); } HB_STMT_END
Dhb-shape-plan.cc67 } HB_STMT_END in hb_shape_plan_plan()
309 } HB_STMT_END in hb_shape_plan_execute()
Dhb-ot-shape-complex-sea-machine.hh107 } HB_STMT_END
Dhb-ot-shape-complex-myanmar-machine.hh279 } HB_STMT_END
Dhb-ot-shape-complex-indic-machine.hh1544 } HB_STMT_END
Dhb-buffer-serialize.cc112 #define APPEND(s) HB_STMT_START { strcpy (p, s); p += strlen (s); } HB_STMT_END in _hb_buffer_serialize_glyphs_json()
Dhb-uniscribe.cc723 } HB_STMT_END; in _hb_uniscribe_shape()
Dhb-coretext.cc644 } HB_STMT_END; in _hb_coretext_shape()