Searched defs:ALIGN_4 (Results 1 – 4 of 4) sorted by relevance
318 #define ALIGN_4(_x_) (((_x_) + 3) & ~3) macro
345 #define ALIGN_4(_x_) (((_x_) + 3) & ~3) macro
493 #define ALIGN_4(_x) (((_x) + 3) & ~3) macro