Home
last modified time | relevance | path

Searched defs:ROUND_DOWN (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm/mach-omap1/
H A Dsram-init.c26 #define ROUND_DOWN(value, boundary) ((value) & (~((boundary) - 1))) macro
/openbmc/linux/arch/arm/mach-omap2/
H A Dsram.c48 #define ROUND_DOWN(value, boundary) ((value) & (~((boundary) - 1))) macro
/openbmc/qemu/tests/fp/
H A Dfp-bench.c64 ROUND_DOWN, enumerator
/openbmc/qemu/include/qemu/
H A Dosdep.h477 #define ROUND_DOWN(n, d) ((n) & -(0 ? (n) : (d))) macro