HomeSort by relevance Sort by last modified time
    Searched refs:HB_STMT_START (Results 1 - 12 of 12) sorted by null

  /external/harfbuzz_ng/src/
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_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 #define 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_EN
    [all...]
hb-ot-shape-complex-sea-machine.rl 70 HB_STMT_START { \
hb-ot-shape-complex-sea-machine.hh 100 HB_STMT_START { \
hb-ot-shape-complex-indic-machine.rl 100 HB_STMT_START { \
hb-ot-shape-complex-myanmar-machine.rl 96 HB_STMT_START { \
hb-ot-shape-complex-myanmar-machine.hh 272 HB_STMT_START { \
hb-shape-plan.cc 59 HB_STMT_START { \
305 HB_STMT_START { \
hb-buffer-serialize.cc 112 #define APPEND(s) HB_STMT_START { strcpy (p, s); p += strlen (s); } HB_STMT_END
hb-private.hh 198 #define HB_STMT_START do
236 HB_STMT_START { \
hb-coretext.cc 651 HB_STMT_START { \
    [all...]
hb-ot-shape-complex-indic-machine.hh     [all...]
hb-uniscribe.cc 726 HB_STMT_START { \

Completed in 106 milliseconds