Home
last modified time | relevance | path

Searched defs:WORD_ALIGN (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/fr30/
H A Dfr30.c150 #define WORD_ALIGN(SIZE) (((SIZE) + 3) & ~3) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/fr30/
H A Dfr30.cc150 #define WORD_ALIGN(SIZE) (((SIZE) + 3) & ~3) macro