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