Searched defs:__alignof (Results 1 – 2 of 2) sorted by relevance
62 static int (__alignof); variable
258 #define __alignof(x) __offsetof(struct { char __a; x __b; }, __b) macro