Searched refs:FLEXALIGNOF (Results 1 – 1 of 1) sorted by relevance
30 # define FLEXALIGNOF(type) (sizeof (type) & ~ (sizeof (type) - 1)) macro32 # define FLEXALIGNOF(type) _Alignof (type) macro58 ((offsetof (type, member) + FLEXALIGNOF (type) - 1 + (n)) \59 & ~ (FLEXALIGNOF (type) - 1))
Completed in 4 milliseconds