Home
last modified time | relevance | path

Searched defs:round_down (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/ofed/include/linux/
Dkernel.h178 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/freebsd-9-stable/contrib/gcc/
Dfold-const.c13486 round_down (tree value, int divisor) in round_down() function