Searched refs:LAZY_ALIGN (Results 1 – 2 of 2) sorted by relevance
114 #define LAZY_ALIGN(T) __attribute__((aligned(__alignof__(T)))) macro116 #define LAZY_ALIGN(T) macro179 int8 buf_[sizeof(Type)] LAZY_ALIGN(Type);185 #undef LAZY_ALIGN
113 #define LAZY_ALIGN(x) __attribute__((aligned(__alignof__(x)))) macro115 #define LAZY_ALIGN(x) macro120 typedef char StorageType[sizeof(T)] LAZY_ALIGN(T); typedef132 #undef LAZY_ALIGN