Home
last modified time | relevance | path

Searched refs:CPP_ALIGN (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dinternal.h91 #define CPP_ALIGN(size) CPP_ALIGN2 (size, DEFAULT_ALIGNMENT) macro
H A Dtraditional.c41 #define BLOCK_LEN(TEXT_LEN) CPP_ALIGN (BLOCK_HEADER_LEN + (TEXT_LEN))
H A Dlex.c1571 len = CPP_ALIGN (len); in new_buff()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200216969 (struct dummy, DEFAULT_ALIGNMENT, CPP_ALIGN): Move...