Home
last modified time | relevance | path

Searched defs:ROUND_ADVANCE (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/arc/
H A Darc.h570 #define ROUND_ADVANCE(SIZE) \ macro
/openbsd-src/gnu/gcc/gcc/config/mcore/
H A Dmcore.h594 #define ROUND_ADVANCE(SIZE) \ macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arc/
H A Darc.h648 #define ROUND_ADVANCE(SIZE) \ macro
/openbsd-src/gnu/gcc/gcc/config/mt/
H A Dmt.c59 #define ROUND_ADVANCE(SIZE) (((SIZE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD) macro
/openbsd-src/gnu/gcc/gcc/config/m32r/
H A Dm32r.h943 #define ROUND_ADVANCE(SIZE) \ macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mcore/
H A Dmcore.h721 #define ROUND_ADVANCE(SIZE) \ macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m32r/
H A Dm32r.h1070 #define ROUND_ADVANCE(SIZE) \ macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.h1558 #define ROUND_ADVANCE(SIZE) \ macro
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dsh.h1768 #define ROUND_ADVANCE(SIZE) \ macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c4392 #define ROUND_ADVANCE(SIZE) (((SIZE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD) macro
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dsparc.c4398 #define ROUND_ADVANCE(SIZE) (((SIZE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD) macro