Home
last modified time | relevance | path

Searched defs:DECLARE_ASM_CONST (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dmem.h110 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v macro
114 #define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (FFMIN(n, 16)))) v macro
118 #define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (n))) v macro
122 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v macro
126 #define DECLARE_ASM_CONST(n,t,v) static const t v macro
H A Dmem_internal.h81 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v macro
85 #define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (FFMIN(n, 16)))) v macro
89 #define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (n))) v macro
93 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v macro
97 #define DECLARE_ASM_CONST(n,t,v) static const t v macro

Completed in 2 milliseconds