Searched defs:ALIGN_8 (Results 1 – 3 of 3) sorted by relevance
23 #define ALIGN_8(x) (((x) + 7) & (~7)) macro
64 #define ALIGN_8(x) (((x) + 8 - 1) & ~(8 - 1)) macro
148 #define ALIGN_8 (0x7) macro