Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h89 #define CPP_ALIGN2(size, align) (((size) + ((align) - 1)) & ~((align) - 1)) macro
90 #define CPP_ALIGN(size) CPP_ALIGN2 (size, DEFAULT_ALIGNMENT)
H A Dlex.c3613 size_t slen = CPP_ALIGN2 (sizeof (_cpp_buff), 2 * DEFAULT_ALIGNMENT); in new_buff()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h91 #define CPP_ALIGN2(size, align) (((size) + ((align) - 1)) & ~((align) - 1)) macro
92 #define CPP_ALIGN(size) CPP_ALIGN2 (size, DEFAULT_ALIGNMENT)
H A Dlex.cc4458 size_t slen = CPP_ALIGN2 (sizeof (_cpp_buff), 2 * DEFAULT_ALIGNMENT); in new_buff()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200216971 (CPP_ALIGN2, _cpp_save_parameter): New.