Lines Matching defs:_out
90 #define prt_vprintf(_out, ...) bch2_prt_vprintf(_out, __VA_ARGS__)
91 #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__)
99 #define printbuf_indent_add(_out, _n) bch2_printbuf_indent_add(_out, _n)
100 #define printbuf_indent_add_nextline(_out, _n) bch2_printbuf_indent_add_nextline(_out, _n)
101 #define printbuf_indent_sub(_out, _n) bch2_printbuf_indent_sub(_out, _n)
103 #define prt_newline(_out) bch2_prt_newline(_out)
104 #define prt_tab(_out) bch2_prt_tab(_out)
105 #define prt_tab_rjust(_out) bch2_prt_tab_rjust(_out)
108 #define prt_u64(_out, _v) prt_printf(_out, "%llu", (u64) (_v))
744 #define set_flags(_map, _in, _out) \
750 (_out) |= _map[_i]; \
752 (_out) &= ~_map[_i]; \
757 unsigned _out = 0; \
759 set_flags(_map, _in, _out); \
760 _out; \
765 unsigned _i, _out = 0; \
769 (_out) |= 1 << _i; \
772 (_out); \