Searched defs:ALIGN16 (Results 1 – 11 of 11) sorted by relevance
238 #define ALIGN16 __declspec(align(16)) macro240 #define ALIGN16 __attribute__((aligned(16))) macro
63 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
49 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
34 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
52 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
50 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
102 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
112 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
53 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
56 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro