Searched defs:alignof (Results 1 – 2 of 2) sorted by relevance
73 #define alignof(type) ((__alignof__(type) > 4) ? 4 : __alignof__(type)) macro
30 #define alignof(type) offsetof(struct { char x; type field; }, field) macro