Home
last modified time | relevance | path

Searched refs:CPP_ALIGN2 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dinternal.h90 #define CPP_ALIGN2(size, align) (((size) + ((align) - 1)) & ~((align) - 1)) macro
91 #define CPP_ALIGN(size) CPP_ALIGN2 (size, DEFAULT_ALIGNMENT)
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200216971 (CPP_ALIGN2, _cpp_save_parameter): New.