Searched refs:ALIGN128 (Results 1 – 2 of 2) sorted by relevance
103 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro
106 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro