Searched refs:__offsetof (Results 1 – 1 of 1) sorted by relevance
291 #define __alignof(x) __offsetof(struct { char __a; x __b; }, __b)538 #define __offsetof(type, field) offsetof(type, field) macro540 (__offsetof(type, end) - __offsetof(type, start))551 __DEQUALIFY(s *, (const volatile char *)__x - __offsetof(s, m));\555 __DEQUALIFY(s *, (const volatile char *)(x) - __offsetof(s, m))