Searched defs:ALIGNMENT (Results 1 – 4 of 4) sorted by relevance
86 LIBC_INLINE_VAR static constexpr size_t ALIGNMENT = alignof(T) > MIN_ALIGNMENT member
53 #define ALIGNMENT (sizeof(uint64_t)) macro
547 #define ALIGNMENT 8 macro549 #define ALIGNMENT 4 macro
134 #define ALIGNMENT(t) (METHOD(t, getAlign) == NULL ? \ macro