Searched defs:ROUNDDOWN (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/gcc/config/i386/
H A Dgmon-sol2.c96 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dgmon-sol2.c64 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
/freebsd-10.0-release/sys/sys/
H A Dgmon.h149 #define ROUNDDOWN(x,y) rounddown(x,y) macro

Completed in 70 milliseconds