Searched refs:HB_STMT_START (Results 1 – 21 of 21) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-mutex-private.hh | 73 # define HB_SCHED_YIELD() HB_STMT_START {} HB_STMT_END 80 #define hb_mutex_impl_lock(M) HB_STMT_START { while (__sync_lock_test_and_set((M), 1)) HB_SCHED_YIE… 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 #define hb_mutex_impl_lock(M) HB_STMT_START { while (*(M)) HB_SCHED_YIELD (); (*(M))++; } HB_STMT_E… 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
|
D | hb-shape-plan.cc | 48 HB_STMT_START { \ in hb_shape_plan_plan() 283 HB_STMT_START { \ in hb_shape_plan_execute() 397 HB_STMT_START { \ in hb_shape_plan_create_cached()
|
D | hb-private.hh | 159 #define HB_STMT_START do macro 197 HB_STMT_START { \ 531 #define hb_be_uint16_put(v,V) HB_STMT_START { v[0] = (V>>8); v[1] = (V); } HB_STMT_END 535 #define hb_be_uint32_put(v,V) HB_STMT_START { v[0] = (V>>24); v[1] = (V>>16); v[2] = (V>>8); v[3] =… 539 #define hb_be_uint24_put(v,V) HB_STMT_START { v[0] = (V>>16); v[1] = (V>>8); v[2] = (V); } HB_STMT_…
|
D | hb-ot-shape-complex-sea-machine.hh | 100 HB_STMT_START { \
|
D | hb-ot-shape-complex-myanmar-machine.hh | 272 HB_STMT_START { \
|
D | hb-ot-shape-complex-indic-machine.hh | 1537 HB_STMT_START { \
|
D | hb-ot-shape-complex-sea-machine.rl | 70 HB_STMT_START { \
|
D | hb-ot-shape-complex-myanmar-machine.rl | 96 HB_STMT_START { \
|
D | hb-ot-shape-complex-indic-machine.rl | 100 HB_STMT_START { \
|
D | hb-buffer-serialize.cc | 112 #define APPEND(s) HB_STMT_START { strcpy (p, s); p += strlen (s); } HB_STMT_END in _hb_buffer_serialize_glyphs_json()
|
D | hb-coretext.cc | 588 HB_STMT_START { \ in _hb_coretext_shape()
|
D | hb-uniscribe.cc | 719 HB_STMT_START { \ in _hb_uniscribe_shape()
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-mutex-private.hh | 73 # define HB_SCHED_YIELD() HB_STMT_START {} HB_STMT_END 80 #define hb_mutex_impl_lock(M) HB_STMT_START { while (__sync_lock_test_and_set((M), 1)) HB_SCHED_YIE… 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 #define hb_mutex_impl_lock(M) HB_STMT_START { while (*(M)) HB_SCHED_YIELD (); (*(M))++; } HB_STMT_E… 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
|
D | hb-private.hh | 198 #define HB_STMT_START do macro 236 HB_STMT_START { \ 570 #define hb_be_uint16_put(v,V) HB_STMT_START { v[0] = (V>>8); v[1] = (V); } HB_STMT_END 574 #define hb_be_uint32_put(v,V) HB_STMT_START { v[0] = (V>>24); v[1] = (V>>16); v[2] = (V>>8); v[3] =… 578 #define hb_be_uint24_put(v,V) HB_STMT_START { v[0] = (V>>16); v[1] = (V>>8); v[2] = (V); } HB_STMT_…
|
D | hb-shape-plan.cc | 59 HB_STMT_START { \ in hb_shape_plan_plan() 305 HB_STMT_START { \ in hb_shape_plan_execute()
|
D | hb-ot-shape-complex-sea-machine.hh | 100 HB_STMT_START { \
|
D | hb-ot-shape-complex-myanmar-machine.hh | 272 HB_STMT_START { \
|
D | hb-ot-shape-complex-indic-machine.hh | 1537 HB_STMT_START { \
|
D | hb-buffer-serialize.cc | 112 #define APPEND(s) HB_STMT_START { strcpy (p, s); p += strlen (s); } HB_STMT_END in _hb_buffer_serialize_glyphs_json()
|
D | hb-uniscribe.cc | 720 HB_STMT_START { \ in _hb_uniscribe_shape()
|
D | hb-coretext.cc | 640 HB_STMT_START { \ in _hb_coretext_shape()
|