Searched defs:ALIGN_8 (Results 1 – 2 of 2) sorted by relevance
23 #define ALIGN_8(x) (((x) + 7) & (~7)) macro
64 #define ALIGN_8(x) (((x) + 8 - 1) & ~(8 - 1)) macro
Completed in 5 milliseconds