Searched defs:ALIGN_STRUCT (Results 1 – 7 of 7) sorted by relevance
166 #define ALIGN_STRUCT(offset) ((offset + (STRUCT_ALIGNMENT - 1)) & -STRUCT_ALIGNMENT) macro
540 #define ALIGN_STRUCT(offset) \ macro
27 #define ALIGN_STRUCT(offset) \ macro
160 #define ALIGN_STRUCT(offset) \ macro