Searched defs:ALIGN16 (Results 1 – 9 of 9) sorted by relevance
308 # define ALIGN16(type, array) type array __attribute__ ((aligned (16))) macro310 # define ALIGN16(type, array) type array __declspec(align(16)) /* GH: Does this work? */ macro312 # define ALIGN16(type, array) type __align (16) array macro315 # 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
317 #define ALIGN16 __declspec(align(16)) macro319 #define ALIGN16 __attribute__((aligned(16))) macro
52 #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