Searched defs:DECLARE_ALIGNED (Results 1 – 5 of 5) sorted by relevance
| /third_party/ffmpeg/libavutil/ |
| D | mem.h | 109 #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
|
| D | mem_internal.h | 79 #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/ |
| D | sinewin_fixed_tablegen.h | 28 #define DECLARE_ALIGNED(align, type, name) type name macro
|
| D | aacps_fixed_tablegen.h | 41 #define DECLARE_ALIGNED(align, type, variable) type variable macro
|
| /third_party/flutter/skia/third_party/externals/sdl/src/video/ |
| D | SDL_blit.h | 113 #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
|