Searched defs:alignof (Results 1 – 8 of 8) sorted by relevance
13 #define alignof _Alignof macro
45 int alignof; variable
12 #define alignof(t) offsetof(struct { char c; t x; }, x) macro
415 #define alignof _Alignof macro
77 # define alignof(type) offsetof(struct { char a; type b; }, b) macro