Searched defs:sa_alignof (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dallocsa.h76 # define sa_alignof __alignof__ macro
79 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2) macro
83 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) macro
85 # define sa_alignof(type) offsetof (struct { char __slot1; type __slot2; }, __slot2) macro
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dallocsa.h87 # define sa_alignof __alignof__ macro
90 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2) macro
94 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) macro
98 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) macro
100 # define sa_alignof(type) offsetof (struct { char __slot1; type __slot2; }, __slot2) macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dallocsa.h87 # define sa_alignof __alignof__ macro
90 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2) macro
94 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) macro
98 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) macro
100 # define sa_alignof(type) offsetof (struct { char __slot1; type __slot2; }, __slot2) macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dallocsa.h87 # define sa_alignof __alignof__ macro
90 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2) macro
94 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) macro
98 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) macro
100 # define sa_alignof(type) offsetof (struct { char __slot1; type __slot2; }, __slot2) macro
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dmalloca.h93 # define sa_alignof __alignof__ macro
96 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2) macro
100 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) macro
104 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) macro
106 # define sa_alignof(type) offsetof (struct { char __slot1; type __slot2; }, __slot2) macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dmalloca.h96 # define sa_alignof __alignof__ macro
99 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2) macro
103 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) macro
107 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) macro
109 # define sa_alignof(type) offsetof (struct { char __slot1; type __slot2; }, __slot2) macro

Completed in 287 milliseconds