Searched defs:FLEXALIGNOF (Results 1 – 1 of 1) sorted by relevance
31 # define FLEXALIGNOF(type) (sizeof (type) & ~ (sizeof (type) - 1)) macro33 # define FLEXALIGNOF(type) _Alignof (type) macro