Searched refs:HB_STMT_END (Results 1 – 16 of 16) sorted by relevance
77 #define hb_mutex_impl_init(M) HB_STMT_START { new (M) hb_mutex_impl_t; } HB_STMT_END80 #define hb_mutex_impl_finish(M) HB_STMT_START { (M)->~hb_mutex_impl_t(); } HB_STMT_END86 #define hb_mutex_impl_init(M) HB_STMT_START {} HB_STMT_END87 #define hb_mutex_impl_lock(M) HB_STMT_START {} HB_STMT_END88 #define hb_mutex_impl_unlock(M) HB_STMT_START {} HB_STMT_END89 #define hb_mutex_impl_finish(M) HB_STMT_START {} HB_STMT_END
413 #define HB_STMT_END while (0) macro451 # define hb_atexit(_) HB_STMT_START { if (0) (_) (); } HB_STMT_END
105 } HB_STMT_END in init()417 } HB_STMT_END in _hb_shape_plan_execute_internal()
372 } HB_STMT_END
256 } HB_STMT_END
430 } HB_STMT_END
95 } HB_STMT_END
111 } HB_STMT_END
379 } HB_STMT_END
168 } HB_STMT_END in _hb_directwrite_shaper_face_data_create()625 } HB_STMT_END in _hb_directwrite_shape()
188 } HB_STMT_END
124 #define APPEND(s) HB_STMT_START { strcpy (p, s); p += strlen (s); } HB_STMT_END in _hb_buffer_serialize_glyphs_json()
599 } HB_STMT_END in _hb_uniscribe_shape()
733 } HB_STMT_END in _hb_coretext_shape()
8 #define hb_mutex_impl_init(M) HB_STMT_START { new (M) hb_mutex_impl_t; } HB_STMT_END11 #define hb_mutex_impl_finish(M) HB_STMT_START { (M)->~hb_mutex_impl_t(); } HB_STMT_END