Searched defs:ALIGN16 (Results 1 – 8 of 8) 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
39 #define ALIGN16(var) __declspec(align(16)) var macro41 #define ALIGN16(var) var __attribute__((aligned(16))) 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
48 #define ALIGN16(var) __declspec(align(16)) var macro50 #define ALIGN16(var) var __attribute__((aligned(16))) macro
54 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro