Searched refs:WORD_ALIGN (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/config/fr30/
H A Dfr30.c182 #define WORD_ALIGN(SIZE) (((SIZE) + 3) & ~3) macro
252 var_size = WORD_ALIGN (get_frame_size ());
253 args_size = WORD_ALIGN (crtl->outgoing_args_size);
/haiku-buildtools/legacy/gcc/gcc/
H A Dmips-tfile.c907 #define WORD_ALIGN(x) (((x) + (sizeof (long) - 1)) & ~ (sizeof (long) - 1))
4020 i = WORD_ALIGN (symbolic_header.cbLine); /* line numbers */
4068 i = WORD_ALIGN (symbolic_header.issMax); /* local strings */
4076 i = WORD_ALIGN (symbolic_header.issExtMax); /* external strings */
900 #define WORD_ALIGN macro

Completed in 104 milliseconds