Searched defs:sa_alignof (Results 1 – 2 of 2) sorted by relevance
93 # define sa_alignof __alignof__ macro96 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2) macro100 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) macro104 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) macro106 # define sa_alignof(type) offsetof (struct { char __slot1; type __slot2; }, __slot2) macro
76 # define sa_alignof __alignof__ macro79 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2) macro83 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) macro85 # define sa_alignof(type) offsetof (struct { char __slot1; type __slot2; }, __slot2) macro