Searched defs:ALIGN16 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_debug_util.h305 # define ALIGN16(type, array) type array __attribute__ ((aligned (16))) macro
307 # define ALIGN16(type, array) type array __declspec(align(16)) /* GH: Does this work? */ macro
309 # define ALIGN16(type, array) /* Watcom does not support this */ macro
311 # define ALIGN16(type, array) type __align (16) array macro
313 # warning "ALIGN16 will not 16-byte align!\n"
314 # define ALIGN16 macro
/external/mesa3d/src/mesa/math/
H A Dm_debug_util.h305 # define ALIGN16(type, array) type array __attribute__ ((aligned (16))) macro
307 # define ALIGN16(type, array) type array __declspec(align(16)) /* GH: Does this work? */ macro
309 # define ALIGN16(type, array) /* Watcom does not support this */ macro
311 # define ALIGN16(type, array) type __align (16) array macro
313 # warning "ALIGN16 will not 16-byte align!\n"
314 # define ALIGN16 macro
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.c30 #define ALIGN16(var) __declspec(align(16)) var macro
32 #define ALIGN16(var) var __attribute__((aligned(16)))
2810 ALIGN16(uint8 src_row[kMaxRow12 * 2]);
2926 ALIGN16(uint8 row[kMaxInputWidth]);
2935 ALIGN16(uint8 row[kMaxInputWidth]);
3457 ALIGN16(uint16 row[kMaxInputWidth]);
3558 ALIGN16(uint8 row[kMaxInputWidth + 1]);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoframe_unittest.h47 #define ALIGN16(var) __declspec(align(16)) var macro
49 #define ALIGN16(var) var __attribute__((aligned(16))) macro

Completed in 206 milliseconds