Home
last modified time | relevance | path

Searched refs:ROUNDDOWN (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sbin/gpt/
HDmap.c37 #define ROUNDDOWN(x) rounddown2(x - 1, ROUNDTO) macro
38 #define ROUNDUP(x) (ROUNDDOWN(x) + ROUNDTO)
161 size = ROUNDDOWN(size); in map_alloc()
/dragonfly/contrib/binutils-2.27/gprof/
HDgmon.h154 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
/dragonfly/contrib/binutils-2.34/gprof/
HDgmon.h154 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
/dragonfly/contrib/gcc-4.7/libgcc/config/
HDgmon-sol2.c77 #define ROUNDDOWN(x, y) (((x) / (y)) * (y)) macro
106 lowpc = (char *) ROUNDDOWN ((size_t) lowpc, in monstartup()
/dragonfly/sys/sys/
HDgmon.h144 #define ROUNDDOWN(x,y) rounddown(x,y) macro
/dragonfly/lib/libc/gmon/
HDgmon.c73 p->lowpc = ROUNDDOWN(lowpc, HISTFRACTION * sizeof(HISTCOUNTER)); in monstartup()
/dragonfly/contrib/gcc-4.7/libdecnumber/
HDdecNumberLocal.h142 #define ROUNDDOWN(i, n) (((i)/n)*n) macro
/dragonfly/contrib/gdb-7/libdecnumber/
HDdecNumberLocal.h142 #define ROUNDDOWN(i, n) (((i)/n)*n) macro
/dragonfly/contrib/gcc-8.0/libdecnumber/
HDdecNumberLocal.h142 #define ROUNDDOWN(i, n) (((i)/n)*n) macro