Searched refs:ALIGN16 (Results 1 – 2 of 2) sorted by relevance
102 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
105 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro