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
320 #define ALIGN16 __declspec(align(16)) macro322 #define ALIGN16 __attribute__((aligned(16))) macro
63 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
49 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
52 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
48 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
238 #define ALIGN16 __declspec(align(16)) macro240 #define ALIGN16 __attribute__((aligned(16))) macro
53 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
54 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro