Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gprof/
H A Dgmon.h145 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A Dgmon.h154 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
/openbsd/gnu/gcc/gcc/config/i386/
H A Dgmon-sol2.c96 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Dgmon-sol2.c98 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
/openbsd/usr.bin/uudecode/
H A Duudecode.c426 #define ROUNDDOWN(x,y) (((x)/(y)) * (y)) macro
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dgmon-sol2.c64 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dgmon-sol2.c61 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
/openbsd/sys/sys/
H A Dgmon.h120 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
/openbsd/sbin/disklabel/
H A Deditor.c46 #define ROUNDDOWN(_s, _a) (((_s) / (_a)) * (_a)) macro