Searched defs:ALIGN128 (Results 1 – 5 of 5) sorted by relevance
55 #define ALIGN128 128 macro
48 #define ALIGN128 128 macro
47 #define ALIGN128 128 macro
105 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro