Home
last modified time | relevance | path

Searched defs:DECLARE_ALIGNED (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavutil/
Dmem.h109 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v macro
113 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (FFMIN(n, 16)))) v macro
117 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v macro
121 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v macro
125 #define DECLARE_ALIGNED(n,t,v) t v macro
Dmem_internal.h79 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v macro
83 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (FFMIN(n, 16)))) v macro
87 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v macro
91 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v macro
95 #define DECLARE_ALIGNED(n,t,v) t v macro
/third_party/ffmpeg/libavcodec/
Dsinewin_fixed_tablegen.h28 #define DECLARE_ALIGNED(align, type, name) type name macro
Daacps_fixed_tablegen.h41 #define DECLARE_ALIGNED(align, type, variable) type variable macro