__b 67 lib/gnu/stdalign.in.h template <class __t> struct __alignof_helper { char __a; __t __b; }; __b 68 lib/gnu/stdalign.in.h # define _Alignof(type) offsetof (__alignof_helper<type>, __b) __b 71 lib/gnu/stdalign.in.h # define _Alignof(type) offsetof (struct { char __a; type __b; }, __b) __b 42 maint/gnulib/lib/qsort.c char *__a = (a), *__b = (b); \ __b 46 maint/gnulib/lib/qsort.c *__a++ = *__b; \ __b 47 maint/gnulib/lib/qsort.c *__b++ = __tmp; \ __b 67 maint/gnulib/lib/stdalign.in.h template <class __t> struct __alignof_helper { char __a; __t __b; }; __b 68 maint/gnulib/lib/stdalign.in.h # define _Alignof(type) offsetof (__alignof_helper<type>, __b) __b 71 maint/gnulib/lib/stdalign.in.h # define _Alignof(type) offsetof (struct { char __a; type __b; }, __b)