aligned 43 3rdparty/include/ffmpeg_/libavutil/mem.h #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v aligned 44 3rdparty/include/ffmpeg_/libavutil/mem.h #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v aligned 48 3rdparty/include/ffmpeg_/libavutil/mem.h t __attribute__((aligned(n))) v aligned 51 3rdparty/include/ffmpeg_/libavutil/mem.h static const t __attribute__((aligned(n))) v aligned 53 3rdparty/include/ffmpeg_/libavutil/mem.h #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v aligned 54 3rdparty/include/ffmpeg_/libavutil/mem.h #define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (n))) v aligned 216 3rdparty/include/opencl/1.2/CL/cl_platform.h typedef int16_t cl_short __attribute__((aligned(2))); aligned 217 3rdparty/include/opencl/1.2/CL/cl_platform.h typedef uint16_t cl_ushort __attribute__((aligned(2))); aligned 218 3rdparty/include/opencl/1.2/CL/cl_platform.h typedef int32_t cl_int __attribute__((aligned(4))); aligned 219 3rdparty/include/opencl/1.2/CL/cl_platform.h typedef uint32_t cl_uint __attribute__((aligned(4))); aligned 220 3rdparty/include/opencl/1.2/CL/cl_platform.h typedef int64_t cl_long __attribute__((aligned(8))); aligned 221 3rdparty/include/opencl/1.2/CL/cl_platform.h typedef uint64_t cl_ulong __attribute__((aligned(8))); aligned 223 3rdparty/include/opencl/1.2/CL/cl_platform.h typedef uint16_t cl_half __attribute__((aligned(2))); aligned 224 3rdparty/include/opencl/1.2/CL/cl_platform.h typedef float cl_float __attribute__((aligned(4))); aligned 225 3rdparty/include/opencl/1.2/CL/cl_platform.h typedef double cl_double __attribute__((aligned(8))); aligned 456 3rdparty/include/opencl/1.2/CL/cl_platform.h #define CL_ALIGNED(_x) __attribute__ ((aligned(_x))) aligned 83 modules/hal/include/opencv2/hal/defs.h # define CV_DECL_ALIGNED(x) __attribute__ ((aligned (x))) aligned 16 modules/objdetect/src/opencl/cascadedetect.cl typedef struct __attribute__((aligned(4))) OptHaarFeature aligned 18 modules/objdetect/src/opencl/cascadedetect.cl int4 ofs[3] __attribute__((aligned (4))); aligned 19 modules/objdetect/src/opencl/cascadedetect.cl float4 weight __attribute__((aligned (4))); aligned 25 modules/objdetect/src/opencl/cascadedetect.cl typedef struct __attribute__((aligned(4))) OptLBPFeature aligned 27 modules/objdetect/src/opencl/cascadedetect.cl int16 ofs __attribute__((aligned (4))); aligned 32 modules/objdetect/src/opencl/cascadedetect.cl typedef struct __attribute__((aligned(4))) Stump aligned 34 modules/objdetect/src/opencl/cascadedetect.cl float4 st __attribute__((aligned (4))); aligned 38 modules/objdetect/src/opencl/cascadedetect.cl typedef struct __attribute__((aligned(4))) Node aligned 40 modules/objdetect/src/opencl/cascadedetect.cl int4 n __attribute__((aligned (4))); aligned 44 modules/objdetect/src/opencl/cascadedetect.cl typedef struct __attribute__((aligned (4))) Stage aligned 46 modules/objdetect/src/opencl/cascadedetect.cl int first __attribute__((aligned (4))); aligned 47 modules/objdetect/src/opencl/cascadedetect.cl int ntrees __attribute__((aligned (4))); aligned 48 modules/objdetect/src/opencl/cascadedetect.cl float threshold __attribute__((aligned (4))); aligned 52 modules/objdetect/src/opencl/cascadedetect.cl typedef struct __attribute__((aligned (4))) ScaleData aligned 54 modules/objdetect/src/opencl/cascadedetect.cl float scale __attribute__((aligned (4))); aligned 55 modules/objdetect/src/opencl/cascadedetect.cl int szi_width __attribute__((aligned (4))); aligned 56 modules/objdetect/src/opencl/cascadedetect.cl int szi_height __attribute__((aligned (4))); aligned 57 modules/objdetect/src/opencl/cascadedetect.cl int layer_ofs __attribute__((aligned (4))); aligned 58 modules/objdetect/src/opencl/cascadedetect.cl int ystep __attribute__((aligned (4)));