HB_STMT_START 112 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc #define APPEND(s) HB_STMT_START { strcpy (p, s); p += strlen (s); } HB_STMT_END HB_STMT_START 590 third_party/harfbuzz-ng/src/hb-coretext.cc HB_STMT_START { \ HB_STMT_START 74 third_party/harfbuzz-ng/src/hb-mutex-private.hh # define HB_SCHED_YIELD() HB_STMT_START {} HB_STMT_END HB_STMT_START 81 third_party/harfbuzz-ng/src/hb-mutex-private.hh #define hb_mutex_impl_lock(M) HB_STMT_START { while (__sync_lock_test_and_set((M), 1)) HB_SCHED_YIELD (); } HB_STMT_END HB_STMT_START 83 third_party/harfbuzz-ng/src/hb-mutex-private.hh #define hb_mutex_impl_finish(M) HB_STMT_START {} HB_STMT_END HB_STMT_START 92 third_party/harfbuzz-ng/src/hb-mutex-private.hh # define HB_SCHED_YIELD() HB_STMT_START {} HB_STMT_END HB_STMT_START 99 third_party/harfbuzz-ng/src/hb-mutex-private.hh #define hb_mutex_impl_lock(M) HB_STMT_START { while (*(M)) HB_SCHED_YIELD (); (*(M))++; } HB_STMT_END HB_STMT_START 101 third_party/harfbuzz-ng/src/hb-mutex-private.hh #define hb_mutex_impl_finish(M) HB_STMT_START {} HB_STMT_END HB_STMT_START 108 third_party/harfbuzz-ng/src/hb-mutex-private.hh #define hb_mutex_impl_init(M) HB_STMT_START {} HB_STMT_END HB_STMT_START 109 third_party/harfbuzz-ng/src/hb-mutex-private.hh #define hb_mutex_impl_lock(M) HB_STMT_START {} HB_STMT_END HB_STMT_START 110 third_party/harfbuzz-ng/src/hb-mutex-private.hh #define hb_mutex_impl_unlock(M) HB_STMT_START {} HB_STMT_END HB_STMT_START 111 third_party/harfbuzz-ng/src/hb-mutex-private.hh #define hb_mutex_impl_finish(M) HB_STMT_START {} HB_STMT_END HB_STMT_START 1629 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-machine.hh HB_STMT_START { \ HB_STMT_START 272 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar-machine.hh HB_STMT_START { \ HB_STMT_START 100 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea-machine.hh HB_STMT_START { \ HB_STMT_START 130 third_party/harfbuzz-ng/src/hb-private.hh HB_STMT_START { \ HB_STMT_START 523 third_party/harfbuzz-ng/src/hb-private.hh #define hb_be_uint16_put(v,V) HB_STMT_START { v[0] = (V>>8); v[1] = (V); } HB_STMT_END HB_STMT_START 527 third_party/harfbuzz-ng/src/hb-private.hh #define hb_be_uint32_put(v,V) HB_STMT_START { v[0] = (V>>24); v[1] = (V>>16); v[2] = (V>>8); v[3] = (V); } HB_STMT_END HB_STMT_START 531 third_party/harfbuzz-ng/src/hb-private.hh #define hb_be_uint24_put(v,V) HB_STMT_START { v[0] = (V>>16); v[1] = (V>>8); v[2] = (V); } HB_STMT_END HB_STMT_START 48 third_party/harfbuzz-ng/src/hb-shape-plan.cc HB_STMT_START { \ HB_STMT_START 283 third_party/harfbuzz-ng/src/hb-shape-plan.cc HB_STMT_START { \ HB_STMT_START 397 third_party/harfbuzz-ng/src/hb-shape-plan.cc HB_STMT_START { \ HB_STMT_START 722 third_party/harfbuzz-ng/src/hb-uniscribe.cc HB_STMT_START { \