Home
last modified time | relevance | path

Searched +defs:t +defs:v (Results 1 – 25 of 66166) sorted by relevance

12345678910>>...2647

/dports/multimedia/mplayer/mplayer-export-2021-12-29/
H A Dmpmem.h29 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
30 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
37 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
41 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
42 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
45 #define DECLARE_ALIGNED(n,t,v) t v argument
46 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
47 #define DECLARE_ASM_CONST(n,t,v) static const t v argument
55 #define LOCAL_ALIGNED_A(a, t, v, s, o, ...) \ argument
59 #define LOCAL_ALIGNED_D(a, t, v, s, o, ...) \ argument
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/
H A Dmpmem.h29 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
30 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
37 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
41 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
42 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
45 #define DECLARE_ALIGNED(n,t,v) t v argument
46 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
47 #define DECLARE_ASM_CONST(n,t,v) static const t v argument
55 #define LOCAL_ALIGNED_A(a, t, v, s, o, ...) \ argument
59 #define LOCAL_ALIGNED_D(a, t, v, s, o, ...) \ argument
[all …]
/dports/graphics/rayshade/rayshade.4.0/libray/libcommon/
H A Dxform.h31 #define TransXformSetX0(t, v) TransAssoc(t, &t->trans.matrix[0][0], v) argument
32 #define TransXformSetY0(t, v) TransAssoc(t, &t->trans.matrix[0][1], v) argument
33 #define TransXformSetZ0(t, v) TransAssoc(t, &t->trans.matrix[0][2], v) argument
34 #define TransXformSetX1(t, v) TransAssoc(t, &t->trans.matrix[1][0], v) argument
35 #define TransXformSetY1(t, v) TransAssoc(t, &t->trans.matrix[1][1], v) argument
36 #define TransXformSetZ1(t, v) TransAssoc(t, &t->trans.matrix[1][2], v) argument
37 #define TransXformSetX2(t, v) TransAssoc(t, &t->trans.matrix[2][0], v) argument
38 #define TransXformSetY2(t, v) TransAssoc(t, &t->trans.matrix[2][1], v) argument
40 #define TransXformSetXt(t, v) TransAssoc(t, &t->trans.translate.x, v) argument
41 #define TransXformSetYt(t, v) TransAssoc(t, &t->trans.translate.y, v) argument
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavutil/
H A Dmem_internal.h79 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
80 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
87 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
91 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
92 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
95 #define DECLARE_ALIGNED(n,t,v) t v argument
96 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
97 #define DECLARE_ASM_CONST(n,t,v) static const t v argument
105 #define LOCAL_ALIGNED_A(a, t, v, s, o, ...) \ argument
109 #define LOCAL_ALIGNED_D(a, t, v, s, o, ...) \ argument
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavutil/
H A Dmem_internal.h79 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
80 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
87 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
91 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
92 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
95 #define DECLARE_ALIGNED(n,t,v) t v argument
96 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
97 #define DECLARE_ASM_CONST(n,t,v) static const t v argument
105 #define LOCAL_ALIGNED_A(a, t, v, s, o, ...) \ argument
109 #define LOCAL_ALIGNED_D(a, t, v, s, o, ...) \ argument
[all …]
H A Dmem.h109 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
110 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
111 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
117 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
118 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
121 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
122 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
123 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v argument
125 #define DECLARE_ALIGNED(n,t,v) t v argument
126 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
[all …]
/dports/www/firefox/firefox-99.0/media/ffvpx/libavutil/
H A Dmem_internal.h79 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
80 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
87 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
91 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
92 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
95 #define DECLARE_ALIGNED(n,t,v) t v argument
96 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
97 #define DECLARE_ASM_CONST(n,t,v) static const t v argument
105 #define LOCAL_ALIGNED_A(a, t, v, s, o, ...) \ argument
109 #define LOCAL_ALIGNED_D(a, t, v, s, o, ...) \ argument
[all …]
H A Dmem.h109 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
110 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
111 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
117 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
118 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
121 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
122 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
123 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v argument
125 #define DECLARE_ALIGNED(n,t,v) t v argument
126 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
[all …]
/dports/www/firefox/firefox-99.0/dom/media/platforms/ffmpeg/ffmpeg59/include/libavutil/
H A Dmem.h109 # define DECLARE_ALIGNED(n, t, v) t __attribute__((aligned(n))) v argument
110 # define DECLARE_ASM_ALIGNED(n, t, v) t __attribute__((aligned(n))) v argument
114 # define DECLARE_ASM_ALIGNED(n, t, v) \ argument
116 # define DECLARE_ASM_CONST(n, t, v) \ argument
119 # define DECLARE_ALIGNED(n, t, v) t __attribute__((aligned(n))) v argument
121 # define DECLARE_ASM_CONST(n, t, v) \ argument
124 # define DECLARE_ALIGNED(n, t, v) __declspec(align(n)) t v argument
125 # define DECLARE_ASM_ALIGNED(n, t, v) __declspec(align(n)) t v argument
128 # define DECLARE_ALIGNED(n, t, v) t v argument
129 # define DECLARE_ASM_ALIGNED(n, t, v) t v argument
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-ffmpeg/include/libavutil/
H A Dmem.h104 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
105 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
106 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
112 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
113 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
116 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
117 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
118 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v argument
120 #define DECLARE_ALIGNED(n,t,v) t v argument
121 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/
H A Dmem.h104 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
105 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
106 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
112 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
113 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
116 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
117 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
118 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v argument
120 #define DECLARE_ALIGNED(n,t,v) t v argument
121 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/extra_lib/include/ffmpeg_android/libavutil/
H A Dmem.h104 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
105 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
106 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
112 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
113 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
116 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
117 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
118 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v argument
120 #define DECLARE_ALIGNED(n,t,v) t v argument
121 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavutil/
H A Dmem.h104 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
105 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
106 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
112 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
113 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
116 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
117 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
118 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v argument
120 #define DECLARE_ALIGNED(n,t,v) t v argument
121 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/ffvpx/libavutil/
H A Dmem.h104 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
105 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
106 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
112 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
113 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
116 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
117 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
118 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v argument
120 #define DECLARE_ALIGNED(n,t,v) t v argument
121 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/
H A Dmem.h104 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
105 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
106 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
112 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
113 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
116 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
117 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
118 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v argument
120 #define DECLARE_ALIGNED(n,t,v) t v argument
121 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/extra_lib/include/ffmpeg_android/libavutil/
H A Dmem.h104 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
105 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
106 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
112 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
113 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
116 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
117 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
118 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v argument
120 #define DECLARE_ALIGNED(n,t,v) t v argument
121 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/extra_lib/include/libavutil/
H A Dmem.h104 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
105 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
106 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
112 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
113 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
116 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
117 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
118 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v argument
120 #define DECLARE_ALIGNED(n,t,v) t v argument
121 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/extra_lib/include/libavutil/
H A Dmem.h104 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
105 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
106 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
112 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
113 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
116 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
117 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
118 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v argument
120 #define DECLARE_ALIGNED(n,t,v) t v argument
121 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavutil/
H A Dmem.h104 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
105 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
106 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
112 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
113 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
116 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
117 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
118 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v argument
120 #define DECLARE_ALIGNED(n,t,v) t v argument
121 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
[all …]
/dports/www/firefox/firefox-99.0/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/
H A Dmem.h104 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
105 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
106 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
112 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
113 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
116 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
117 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
118 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v argument
120 #define DECLARE_ALIGNED(n,t,v) t v argument
121 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavutil/
H A Dmem.h104 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
105 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
106 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
112 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
113 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
116 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
117 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
118 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v argument
120 #define DECLARE_ALIGNED(n,t,v) t v argument
121 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/
H A Dmem.h104 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
105 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
106 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
112 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
113 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
116 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
117 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
118 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v argument
120 #define DECLARE_ALIGNED(n,t,v) t v argument
121 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/
H A Dmem.h104 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
105 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
106 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
112 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
113 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
116 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
117 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
118 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v argument
120 #define DECLARE_ALIGNED(n,t,v) t v argument
121 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
[all …]
/dports/textproc/goldendict/goldendict-73ec1b5/winlibs/include/libavutil/
H A Dmem.h104 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
105 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
106 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
112 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
113 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
116 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
117 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
118 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v argument
120 #define DECLARE_ALIGNED(n,t,v) t v argument
121 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
[all …]
/dports/textproc/goldendict/goldendict-73ec1b5/maclibs/include/libavutil/
H A Dmem.h104 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
105 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
106 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
112 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
113 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
116 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
117 #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v argument
118 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v argument
120 #define DECLARE_ALIGNED(n,t,v) t v argument
121 #define DECLARE_ASM_ALIGNED(n,t,v) t v argument
[all …]

12345678910>>...2647