Searched defs:DECLARE_ASM_CONST (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | mem.h | 110 #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 D | mem_internal.h | 81 #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