Searched refs:_st (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/ |
D | gstdrawhelpers.h | 24 #define draw_dot(_vd, _x, _y, _st, _c) G_STMT_START { \ argument 25 _vd[(_y * _st) + _x] = _c; \ 28 #define draw_dot_c(_vd, _x, _y, _st, _c) G_STMT_START { \ argument 29 _vd[(_y * _st) + _x] |= _c; \ 32 #define draw_dot_aa(_vd, _x, _y, _st, _c, _f) G_STMT_START { \ argument 35 _oc = _vd[(_y * _st) + _x]; \ 42 _vd[(_y * _st) + _x] = (_c1 << 16) | (_c2 << 8) | _c3; \ 45 #define draw_line(_vd, _x1, _x2, _y1, _y2, _st, _c) G_STMT_START { \ argument 55 draw_dot (_vd, _x, _y, _st, _c); \ 59 #define draw_line_aa(_vd, _x1, _x2, _y1, _y2, _st, _c) G_STMT_START { \ argument [all …]
|
/third_party/boost/libs/hana/example/misc/ |
D | nth.cpp | 34 template <char ...c> constexpr pick<c...> operator"" _st() { return {}; } in operator ""_st() 40 static_assert(1_st(1, '2', 3.3, 444) == 1, "");
|
/third_party/musl/arch/i386/bits/ |
D | signal.h | 56 } _st[8]; member
|
/third_party/musl/arch/x32/bits/ |
D | signal.h | 66 } _st[8]; member
|
/third_party/musl/arch/x86_64/bits/ |
D | signal.h | 66 } _st[8]; member
|
/third_party/node/deps/acorn/acorn-walk/dist/ |
D | walk.js | 187 function ignore(_node, _st, _c) {} argument
|
D | walk.mjs | 181 function ignore(_node, _st, _c) {} argument
|