Searched refs:ALIGN_X (Results 1 – 1 of 1) sorted by relevance
46 #define ALIGN_X(num, align) WM_MASK(num, (typeof(num))align - 1) macro48 #define ALIGN_2(num) ALIGN_X(num, 2)49 #define ALIGN_4(num) ALIGN_X(num, 4)50 #define ALIGN_8(num) ALIGN_X(num, 8)51 #define ALIGN_16(num) ALIGN_X(num, 16)52 #define ALIGN_32(num) ALIGN_X(num, 32)