Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dmem.h111 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v macro
115 …#define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (FFMIN(n, 16)))… macro
119 #define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (n))) v macro
123 #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v macro
127 #define DECLARE_ASM_CONST(n,t,v) static const t v macro
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)))… 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