ALIGN_VAR_4 74 source/common/common.h #define ALIGN_VAR_4(T, var) T var __attribute__((aligned(4))) ALIGN_VAR_4 85 source/common/common.h #define ALIGN_VAR_4(T, var) __declspec(align(4)) T var