HB_STMT_END       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_END       593 third_party/harfbuzz-ng/src/hb-coretext.cc   } HB_STMT_END;
HB_STMT_END        74 third_party/harfbuzz-ng/src/hb-mutex-private.hh # define HB_SCHED_YIELD() HB_STMT_START {} HB_STMT_END
HB_STMT_END        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_END        83 third_party/harfbuzz-ng/src/hb-mutex-private.hh #define hb_mutex_impl_finish(M)	HB_STMT_START {} HB_STMT_END
HB_STMT_END        92 third_party/harfbuzz-ng/src/hb-mutex-private.hh # define HB_SCHED_YIELD() HB_STMT_START {} HB_STMT_END
HB_STMT_END        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_END       101 third_party/harfbuzz-ng/src/hb-mutex-private.hh #define hb_mutex_impl_finish(M)	HB_STMT_START {} HB_STMT_END
HB_STMT_END       108 third_party/harfbuzz-ng/src/hb-mutex-private.hh #define hb_mutex_impl_init(M)	HB_STMT_START {} HB_STMT_END
HB_STMT_END       109 third_party/harfbuzz-ng/src/hb-mutex-private.hh #define hb_mutex_impl_lock(M)	HB_STMT_START {} HB_STMT_END
HB_STMT_END       110 third_party/harfbuzz-ng/src/hb-mutex-private.hh #define hb_mutex_impl_unlock(M)	HB_STMT_START {} HB_STMT_END
HB_STMT_END       111 third_party/harfbuzz-ng/src/hb-mutex-private.hh #define hb_mutex_impl_finish(M)	HB_STMT_START {} HB_STMT_END
HB_STMT_END      1636 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-machine.hh   } HB_STMT_END
HB_STMT_END       279 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar-machine.hh   } HB_STMT_END
HB_STMT_END       107 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea-machine.hh   } HB_STMT_END
HB_STMT_END       133 third_party/harfbuzz-ng/src/hb-private.hh 	} HB_STMT_END
HB_STMT_END       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_END       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_END       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_END        56 third_party/harfbuzz-ng/src/hb-shape-plan.cc 	} HB_STMT_END
HB_STMT_END       287 third_party/harfbuzz-ng/src/hb-shape-plan.cc 	} HB_STMT_END
HB_STMT_END       400 third_party/harfbuzz-ng/src/hb-shape-plan.cc 	  } HB_STMT_END
HB_STMT_END       725 third_party/harfbuzz-ng/src/hb-uniscribe.cc   } HB_STMT_END;