Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A Dgmon.h154 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
/openbsd-src/gnu/usr.bin/binutils/gprof/
H A Dgmon.h145 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dgmon-sol2.c96 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
134 ROUNDDOWN((unsigned long)lowpc, HISTFRACTION*sizeof(HISTCOUNTER)); in monstartup()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Dgmon-sol2.c98 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
142 ROUNDDOWN((unsigned)lowpc, HISTFRACTION*sizeof(HISTCOUNTER));
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dgmon-sol2.c64 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
106 ROUNDDOWN((unsigned long)lowpc, HISTFRACTION*sizeof(HISTCOUNTER)); in monstartup()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dgmon-sol2.c61 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
105 ROUNDDOWN((unsigned long)lowpc, HISTFRACTION*sizeof(HISTCOUNTER));
/openbsd-src/sys/sys/
H A Dgmon.h120 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
/openbsd-src/usr.bin/uudecode/
H A Duudecode.c426 #define ROUNDDOWN(x,y) (((x)/(y)) * (y)) macro
432 char inbuf[ROUNDDOWN(BUFSIZ, 4) + 1]; in base64_decode()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgmon.c84 ROUNDDOWN((unsigned) lowpc, HISTFRACTION*sizeof(HISTCOUNTER));
/openbsd-src/sbin/disklabel/
H A Deditor.c46 #define ROUNDDOWN(_s, _a) (((_s) / (_a)) * (_a)) macro
2043 start = ROUNDDOWN(start, startalign); in alignpartition()
2060 maxstop = ROUNDDOWN(chunk->stop, stopalign); in alignpartition()
2062 maxstop = ROUNDDOWN(ending_sector, stopalign); in alignpartition()
2068 stop = ROUNDDOWN(stop, stopalign); in alignpartition()
/openbsd-src/lib/libc/gmon/
H A Dgmon.c65 p->lowpc = ROUNDDOWN(lowpc, HISTFRACTION * sizeof(HISTCOUNTER)); in monstartup()
/openbsd-src/sys/kern/
H A Dsubr_prof.c85 lowpc = ROUNDDOWN(KERNBASE, HISTFRACTION * sizeof(HISTCOUNTER)); in prof_init()