Searched defs:DECLARE_ALIGNED (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/ |
D | mem.h | 43 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v macro 46 #define DECLARE_ALIGNED(n,t,v) \ macro 53 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v macro 56 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v macro 59 #define DECLARE_ALIGNED(n,t,v) t v macro
|
/external/libvpx/libvpx/vpx_ports/ |
D | mem.h | 19 #define DECLARE_ALIGNED(n,typ,val) typ val __attribute__ ((aligned (n))) macro 21 #define DECLARE_ALIGNED(n,typ,val) __declspec(align(n)) typ val macro 24 #define DECLARE_ALIGNED(n,typ,val) typ val macro
|