Lines Matching full:what

634 #define DEBUG_LEVEL_ENABLED(WHAT, LEVEL) (_hb_debug ((LEVEL), HB_DEBUG_##WHAT))  argument
635 #define DEBUG_ENABLED(WHAT) (DEBUG_LEVEL_ENABLED (WHAT, 0)) argument
662 _hb_debug_msg_va (const char *what,
671 _hb_debug_msg_va (const char *what, in _hb_debug_msg_va() argument
683 fprintf (stderr, "%-10s", what ? what : ""); in _hb_debug_msg_va()
717 _hb_debug_msg_va<0> (const char *what HB_UNUSED, in _hb_debug_msg_va()
727 _hb_debug_msg (const char *what,
736 _hb_debug_msg (const char *what, in _hb_debug_msg() argument
747 _hb_debug_msg_va<max_level> (what, obj, func, indented, level, level_dir, message, ap); in _hb_debug_msg()
751 _hb_debug_msg<0> (const char *what HB_UNUSED,
760 _hb_debug_msg<0> (const char *what HB_UNUSED, in _hb_debug_msg()
769 #define DEBUG_MSG_LEVEL(WHAT, OBJ, LEVEL, LEVEL_DIR, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (O… argument
770 #define DEBUG_MSG(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), NULL, false,… argument
771 #define DEBUG_MSG_FUNC(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), HB_FUNC, fa… argument
816 ...) : plevel (plevel_), what (what_), obj (obj_), returned (false) in hb_auto_trace_t()
822 _hb_debug_msg_va<max_level> (what, obj, func, true, plevel ? *plevel : 0, +1, message, ap); in hb_auto_trace_t()
829 _hb_debug_msg<max_level> (what, obj, NULL, true, plevel ? *plevel : 1, -1, " "); in ~hb_auto_trace_t()
841 _hb_debug_msg<max_level> (what, obj, NULL, true, plevel ? *plevel : 1, -1, in ret()
852 const char *what; member
859 const char *what HB_UNUSED, in hb_auto_trace_t()
949 /* Move item i to occupy place for item j, shift what's in between. */ in hb_stable_sort()