Home
last modified time | relevance | path

Searched defs:DECLARE_ALIGNED (Results 1 – 5 of 5) 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
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_blit.h113 #define DECLARE_ALIGNED(t,v,a) t __attribute__((aligned(a))) v macro
115 #define DECLARE_ALIGNED(t,v,a) __declspec(align(a)) t v macro
117 #define DECLARE_ALIGNED(t,v,a) t v macro