Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcclibs/libcpp/
HDinternal.h91 #define CPP_ALIGN(size) CPP_ALIGN2 (size, DEFAULT_ALIGNMENT) macro
HDtraditional.c41 #define BLOCK_LEN(TEXT_LEN) CPP_ALIGN (BLOCK_HEADER_LEN + (TEXT_LEN))
HDlex.c1571 len = CPP_ALIGN (len); in new_buff()
/freebsd-11-stable/contrib/gcc/
HDChangeLog-200216969 (struct dummy, DEFAULT_ALIGNMENT, CPP_ALIGN): Move...