Home
last modified time | relevance | path

Searched defs:ALIGN16 (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/math/
Dm_debug_util.h308 # define ALIGN16(type, array) type array __attribute__ ((aligned (16))) macro
310 # define ALIGN16(type, array) type array __declspec(align(16)) /* GH: Does this work? */ macro
312 # define ALIGN16(type, array) type __align (16) array macro
315 # define ALIGN16 macro
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h320 #define ALIGN16 __declspec(align(16)) macro
322 #define ALIGN16 __attribute__((aligned(16))) macro
/external/libmpeg2/common/
Dicv_macros.h63 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
Dimpeg2_macros.h49 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/external/libhevc/common/
Dihevc_macros.h52 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/external/libavc/common/
Dih264_macros.h48 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/external/libavc/test/encoder/
Dapp.h54 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro