Searched defs:alignof (Results 1 – 3 of 3) sorted by relevance
44 #define alignof _Alignof macro
17 #define alignof global() macro
77 # define alignof(type) offsetof(struct { char a; type b; }, b) macro