Searched refs:ROUNDDOWN (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/sbin/gpt/ |
| HD | map.c | 37 #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/ |
| HD | gmon.h | 154 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
|
| /dragonfly/contrib/binutils-2.34/gprof/ |
| HD | gmon.h | 154 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
|
| /dragonfly/contrib/gcc-4.7/libgcc/config/ |
| HD | gmon-sol2.c | 77 #define ROUNDDOWN(x, y) (((x) / (y)) * (y)) macro 106 lowpc = (char *) ROUNDDOWN ((size_t) lowpc, in monstartup()
|
| /dragonfly/sys/sys/ |
| HD | gmon.h | 144 #define ROUNDDOWN(x,y) rounddown(x,y) macro
|
| /dragonfly/lib/libc/gmon/ |
| HD | gmon.c | 73 p->lowpc = ROUNDDOWN(lowpc, HISTFRACTION * sizeof(HISTCOUNTER)); in monstartup()
|
| /dragonfly/contrib/gcc-4.7/libdecnumber/ |
| HD | decNumberLocal.h | 142 #define ROUNDDOWN(i, n) (((i)/n)*n) macro
|
| /dragonfly/contrib/gdb-7/libdecnumber/ |
| HD | decNumberLocal.h | 142 #define ROUNDDOWN(i, n) (((i)/n)*n) macro
|
| /dragonfly/contrib/gcc-8.0/libdecnumber/ |
| HD | decNumberLocal.h | 142 #define ROUNDDOWN(i, n) (((i)/n)*n) macro
|