Searched refs:ROUNDDOWN (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/sys/
H A Dgmon.h149 #define ROUNDDOWN(x,y) rounddown(x,y) macro
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dgmon-sol2.c96 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
134 ROUNDDOWN((unsigned long)lowpc, HISTFRACTION*sizeof(HISTCOUNTER));
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dgmon-sol2.c64 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
106 ROUNDDOWN((unsigned long)lowpc, HISTFRACTION*sizeof(HISTCOUNTER));
/freebsd-9.3-release/lib/libc/gmon/
H A Dgmon.c85 p->lowpc = ROUNDDOWN(lowpc, HISTFRACTION * sizeof(HISTCOUNTER));
/freebsd-9.3-release/sys/kern/
H A Dsubr_prof.c160 p->lowpc = ROUNDDOWN((u_long)btext, HISTFRACTION * sizeof(HISTCOUNTER));

Completed in 40 milliseconds