Searched defs:ALIGN16 (Results 1 – 6 of 6) sorted by relevance
305 # define ALIGN16(type, array) type array __attribute__ ((aligned (16))) macro307 # define ALIGN16(type, array) type array __declspec(align(16)) /* GH: Does this work? */ macro309 # define ALIGN16(type, array) /* Watcom does not support this */ macro311 # define ALIGN16(type, array) type __align (16) array macro314 # define ALIGN16 macro
63 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
49 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
50 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
48 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
54 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro